@charset "UTF-8";

dd {
	min-height: 30px;
}

.navbar-right li>a{
	padding-left: 0px;
}
.btn-group {
	margin-left: 10px;
}
.btn-group.cursor {
	cursor: pointer;
}
.optgroup img {
	height: 20px;
	margin: 10px;
}
#formlogin {
	width: 300px;
	position: relative;
	margin: auto;
}
.gray-light {
	color: rgb(160,160,160);
}
.light {
	font-weight: 100;
}

#header {
	height: 100px
}


.version {
	/*font-size: 10px;*/
	color: rgb(160,160,160);
}

.cursored {
	cursor: pointer;
}

.place-type0 {
	color: rgb(212,77,79);
}
.place-type1 {
	color: black;
}
.place-type2 {
	color: #0275d8;
}

#publish-form {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	/*padding: 15px 15px 15px 0px;*/
}

#map-canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

#pac-input {
	z-index: 0;
	position: absolute;
	right: 10px !important;
	left: auto !important;
	top: 10px !important;
	border: none;
	padding: 10px;
	box-shadow: 0px 0px 3px rgb(160,160,160);
	border-radius: 2px;
	width: 50%;
}



.modal .img-thumbnail {
	cursor: pointer;
}
.modal .img-thumbnail.selected {
	background: #3276b1;
}

/*.img-thumbnail {
	width: 50%;
	position: relative;
	float: left ;
}
.img-thumbnail.icon-thumb {
	width: auto;
}
*/

/* head toolbox */

.toolbox {
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #eceeef;
	margin: 20px 0px;
}

/* in-table toolbox */
.tools {
	width: 300px;
}



/* boxed layout (photos, images) */
.boxes {
	display: flex;
	flex-wrap: wrap;
}
.box {
	width: 200px;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 10px;
}
.box .tools {
	width: auto;
}


/* Paths */
ul.places_path,
ul.works_section {
	list-style: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.places_path li,
ul.works_section li {
	list-style: none;
	list-style-type: none;
	padding-left: 0px;
	margin: 10px 10px 10px 0px;
}
ul.places_path li .order,
ul.works_section li .order {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	padding: 0px 5px;
}
a.place_path,
a.work_section {
	padding: 5px;
	/*display: list-item;*/
	border-radius: 4px;
	/*background-color: rgba(57, 179, 215, 0.3);
	color: #000;*/
	list-style: none;
	list-style-type: none;
	line-height: 1.3em;
	
}
a.place_path:hover,
a.work_section:hover {
	text-decoration: none;
	/*background-color: rgba(60,60,60, 0.1);*/
}
.form-control.addplace_select {
	width: 80%;
}
.form-control.small {
	width: 60px;
	position: relative;
	display: inline-block;
}
.form-group#editplaces,
.form-group#addplaces {
	display: flex;
	flex-direction: column;
}
.form-group em {
	font-size: 0.8em;
}

.form-group.editplace_form,
.form-group.addplace_form {
	display: flex;

	padding-left: 25px;
	background: url(../img/drag.png) center left no-repeat;
	cursor: move;
}

input[type="button"].addplace {
	width: 50px;
}

/* Fix summernote compatibility with boostrap 4 */
.note-popover.popover {
	display: none;
}

.btn {
	margin-bottom: 3px;
}

.flex-wrapper {
	display: flex;
}
.flex-wrapper .section-body {
	flex-basis: 66%;
}
.flex-wrapper .section-sidebar {
	flex-basis: 33%;
}
.flex-wrapper .section-sidebar .form-group,
.photo-associations .form-group {
	margin: 30px 0px 0px 15px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	padding: 5px;
}
.flex-wrapper .section-sidebar .form-group label,
.photo-associations .form-group label {
	font-weight: 600;
	font-size: 1.2em;
}
.flex-wrapper .section-sidebar .form-group .options,
.photo-associations .form-group .options {
	width: auto;
	max-height: 180px;
	overflow-y: scroll;
}
.flex-wrapper .section-sidebar .form-group .options .photo.option {
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, .15);
}
.flex-wrapper .section-sidebar .form-group .options .img-thumbnail {
	border: none;
	margin: 3px;
	width: 75px;
}
.flex-wrapper .section-sidebar input[type='checkbox'],
.photo-associations input[type='checkbox'] {
	margin-left: 10px;
}


.wp {
	color: #0275d8;
}
.subtitle {
	font-size: 0.7em;
}

tr {
	opacity: 1;
	/*opacity: 0.5;*/
}
tr.published {
	opacity: 1;
}


.form-control.addwork_select {
	width: 80%;
}
.form-group#editworks,
.form-group#addworks {
	display: flex;
	flex-direction: column;
}
.form-group.editwork_form,
.form-group.addwork_form {
	display: flex;
	padding-left: 25px;
	background: url(../img/drag.png) center left no-repeat;
	cursor: move;
}
input[type="button"].addwork {
	width: 50px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}
.btn {
	margin-bottom: 3px;
}

.flex-wrapper .section-sidebar .form-group.editwork_form,
.flex-wrapper .section-sidebar .form-group.addwork_form {
	padding-left: 25px;
	border: none;
	margin: 10px 0px;
}

.related {
	margin: 30px 0px 0px 15px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
	padding: 5px;
}

.related-item {
	position: relative;
	float: left;
	margin: 5px;
}
.related-item .order {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	padding: 0px 5px;
}

.photo-associations {
	display: flex;
}
.photo-associations .form-group {
	margin: 10px 20px 10px 0px;
	padding: 20px;
}

.photo-box-related {
	margin: 5px 0px;
}



#files video {
	max-width: 100%;
	margin: 20px 0px;
}