﻿/*#################      WAIT      #################*/
#divLmElementsContainer > .divLmOverlay:last-child
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background-color: #000000;
	-ms-opacity: 0.5;
	opacity: 0.5;
	-webkit-filter: alpha(opacity=50);
	-moz-filter: alpha(opacity=50);
	-o-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.lmWait
{
	position: fixed;
	z-index: 2001;
	top: 50%;
	left: 50%;
	background-color: #f5f5f5;
	background-color: rgba(245, 245, 245, 0.59);
	padding: 20px 30px 20px 30px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px 1px #5E5E5E;
	-ms-box-shadow: 1px 1px 10px 1px #5E5E5E;
	box-shadow: 1px 1px 10px 1px #5E5E5E;
}

.lmWait h2
{
	margin: 0;
	padding: 0;
}


.bootstrap-tagsinput
{
	min-width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bootstrap-tagsinput .tag
{
	font-size: 11px;
}


/*AUTOCOMPLETE*/
.bs-actionsbox, .bs-donebutton, .bs-searchbox
{
	padding: 4px 8px 10px;
}
.dropdown-item.active, .dropdown-item:active
{
	color: #fff;
	text-decoration: none;
	background-color: #14769c;
}


.lmModal
{
	padding-right: 17px;
}