.not-displayed {
    display: none !important;
}


.dgab-column {
	display: inline-block;
	margin-right: 35px;
}

.small-width-left {
    width: 250px;
}

.add-new-field-wrap-btn {
	display: inline-block;
	margin-left: 10px;
	width: 14px;
	border: 1px solid #000;
	text-align: center;
	border-radius: 99em;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.add-new-field-wrap-btn:hover {
    background: #000;
    color: #fff;
}

.add-bellow-btn {
    margin-top: 5px;
}

#dgab_post_infos_meta_box .acf-input-wrap input[type="text"],
#dgab_post_infos_meta_box .acf-input-wrap textarea {
    width: 100%;
    margin-bottom: 10px;
}

#dgab_post_infos_meta_box .acf-input-wrap input[type="checkbox"]{
    height: 16px;
}

#dgab_post_infos_meta_box select {
    min-width: 150px;
	width: 150px;
}

#dgab_post_infos_meta_box .col-1-2 {
    width: 49%;
    display: inline-block;
}

#dgab_post_infos_meta_box .price-container {
  margin-bottom: 5px;
}

.dgab-post-infos-container .acf-field-like {
	padding: 15px 12px;
	position: relative;
	margin: 0;
	border-top: #eee solid 1px;
}

.dgab-post-infos-container .acf-field-like .field-group-title{
	font-weight: bold;
}

.dgab-post-infos-container .field-group {
	border-top: #eee solid 1px;
}

.dgab-post-infos-container label {
    min-width: 75px;
    display: inline-block;
}

.dgab-post-infos-container label.short-label {
    min-width: 45px;

}

.dgab-post-infos-container .article-type-field-container {
  display: inline-block;
  min-width: 30%;
}

.text-right {
    text-align: right;
}

.dgab-post-infos-container .time-container input[type="text"] {
	width: 100px;
}


.medium-popup-container {
    min-width: 320px;
    height: auto;
    width: 60%;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.locations-map {
    width: 100%;
    min-width: 280px;
    height: 300px;
}

input.locations-search {
    width: 100%;
}

.pac-container {
    z-index: 10000 !important;
}

#place-infowindow-content,
.dgab-hide {
    display: none;
}

.place-infowindow-content .row {
    margin: 5px 0 2px;
}

.map-locations .location-item {
	width: 100%;
	box-sizing: border-box;
	padding: 2px 85px 2px 10px;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.map-locations .location-item:hover {
    background: #eee;
}


.map-locations .location-item:hover > .edit-location,
.map-locations .location-item:hover > .delete-location {
    display: block;
}

.map-locations .location-item .location-text {
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
	line-height: 22px;
}

.map-locations .location-item .delete-location {
	font-size: 12px;
	padding: 5px;
	line-height: 12px;
	position: absolute;
	color: #c00;
	display: none;
	cursor: pointer;
	top: 50%;
	right: 5px;
	margin-top: -12px;
    display: none;
}

.map-locations .location-item .edit-location {
	font-size: 12px;
	padding: 5px;
	line-height: 12px;
	position: absolute;
	right: 55px;
	color: #00c;
	display: none;
	cursor: pointer;
	top: 50%;
	margin-top: -12px;
    display: none;
}

.map-locations .location-item .delete-location:hover,
.map-locations .location-item .edit-location:hover {
    text-decoration: underline;
}

.dgab-popup-container {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
    width:400px;
}

.dgab-popup-container .dgab-popup-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.dgab-popup-container .button.button-danger {
	background: #c00;
	color: #fff;
	border: none;
}

.dgab-popup-container .button.button-danger:hover {
    background: #b00;
}
.dgab-popup-container label{
    width:25%;
    vertical-align: top;
    display:inline-block;
}

.m-t-15 {
    margin-top: 15px;
}
.m-b-5 {
    margin-bottom: 5px;
}

.placeNumber{
	padding: 5px;
	background: red;
	margin-right: 10px;
	color: white;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
}

#sticky-span {
    display: none !important;
}

.push-notifications-container,
.dgab-push-notification-hour {
    position: relative;
}

.push-notifications-container label {
    display: inline-block;
    min-width: 50px;
}

.push-notifications-container textarea {
    width: 185px;
}

.noTitleStuff .ui-dialog-titlebar {display:none}

.dgab-metabox-alert .ui-dialog-titlebar-close::before {
    content: "";
}


.push-notifications-container  input.required-alert,
.push-notifications-container  textarea.required-alert {
    box-shadow: 0 0 3px #CC0000;
}

.push-notifications-container  input.disabled,
.push-notifications-container  textarea.disabled{
    pointer-events: none;
}