/*
=================================================================
 web objects
=================================================================
*/
div.webObject {
	margin: 0 0 20px 0;
	width: 99%;
}

div.webObject.admin {
	border: 1px dotted rgb(160,180,235);
	-webkit-border-radius: 2px;
}

div.webObject.admin.edit {
}

div.webObject.admin .view {
	margin: 10px;
}

div.webObject div.header {
	padding: 7px;
	background-color: rgb(230,240,252);
	border-bottom: 1px solid rgb(210,220,235);
	margin-bottom: 5px;
}

div.webObject div.webObjectName {
	font-weight: bold;
	color: rgb(130,150,200);
	display: inline;
	margin-right: 10px;
}

div.webObject div.footer {
	padding: 7px;
	background-color: rgb(230,240,252);
	border-top: 1px solid rgb(210,220,235);
	margin-top: 5px;
}

div.webObject div.error {
	color: Red;
}

div.webObject .props {
	margin: 10px;
}

div.webObject .props label {
	font-weight: bold;
}

input.button {
	text-decoration: none;
	color: rgb(120,120,120);
	background-color: rgb(242, 241, 238);
	border: 1px solid rgb(180,180,180);
	margin: 2px;
	padding: 0 3px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input.button:hover {
	color: rgb(100,100,100);
	border-color: rgb(130,130,130);
}

div.addWebObject {
	border: 1px solid #6699CC;
	padding: 4px;
	background-color: #F5F9FC;
	clear: right;
}

/* for HtmlEdit view-source mode */
pre {
	font-size: 1.1em;
}

div.webObject div.browseCategory {
	border: 1px solid #6699CC;
	padding: 5px;
	margin: 5px 0;
}
/*==============================================================*/

a.editPageLink {
	display: block;
	margin: 10px;
	padding: 5px 0px 5px 22px;
	font-size: .9em;
	background: url(../images/edit.gif) no-repeat left 2px;
	text-decoration: none;
	border-bottom: dashed 1px #6699CC;
}

a.webObjectAnchor {
	float: left;
}

/********* Remove ************/

a.remove {
	padding: 0px 3px;
	margin-left: 5px;
	font-size: 8px;
	font-family: Tahoma, Sans-Serif;
	border: solid 1px #ccc;
	background: white;
	color: #5F5F5F;
}

a.remove:hover {
	text-decoration: none;
	background: #CCC;
	color: white;	
}

/* LocationsField BS4 compatability */
.locations-list .row {
    padding-left: 0
}
.locations-list .mt-2 {
    margin-top: 0.5rem !important;
}
.locations-list .mb-2 {
    margin-bottom: 0.5rem !important;
}
.locations-list .h-auto {
    height: auto !important;
}
.locations-list .bg-light {
    background-color: #f1f1f1;
}
.locations-list .d-flex {
    display: flex
}
.locations-list .text-muted {
    color: #6f7479;
}
.locations-list .align-items-center {
    align-items: center;
}
.locations-list .form-control {
    padding: 0.375rem 0.75rem;
    border: 1px solid #b4b4b4;
    color: black;
}
.locations-list .btn.btn-secondary {
    background-color: #e0e0e0;
    padding: 0.5rem 0.875rem;
    border: 1px solid #b4b4b4;
    cursor: pointer;
}
.locations-list .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.locations-list .input-group-append {
    display: flex;
}
.locations-list .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right-width: 0
}