/* showMessage styles */
#showMessage {
	display: none;
	left: 0;
	width: 100%;
	margin: 0;
}

span.messageNav {
	float: right;
	padding-right: 1em;
	font-weight: bold;
	font-size: small;
}

.stateHolder {
	width: 90%;
	margin: 1em auto;
	padding: 0.5em;
}

#showMessage ul {
	font-size: large;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}

#showMessage li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.notification,.success,.fail {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
}

.notification {
	background-color: #efefef;
	color: green;
}

.success {
	background-color: #acfa58;
	color: black;
}

.fail {
	background-color: #fe2e2e;
	color: white;
}

.wordwrap
{
	overflow-wrap: break-word;
}

.showAlert, #message
{
	position: fixed;
	top: 300px;
	left: 50%;
	width: 20%;
	box-sizing: border-box;
	padding: 8px;
	z-index: 9999;
	opacity: 0.8;
}
.btn-pagination {
	margin: 0 2px;
	line-height: 1.1;
}

.nav > li > a, .nav > .dropdown > a {
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: black !important;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}
.d-flex {
	display: flex !important;
}
.justify-content-between {
	justify-content: space-between;
}

.saveOrganisationInput.fio {
	min-width: 260px;
}

.saveOrganisationInput.last-call-year {
	width: 100px;
}

.min-content {
	width: min-content;
}

.close-delete {
	color: red !important;
	font-size: 30px !important;
	opacity: .4 !important;
	margin-left: 1rem !important;
	line-height: 1.1 !important;
}

.dropdown-menu.open {
	width: unset;
	max-width: 900px;
}

.label-flex {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-right: 5px;
}

.table-sticky > thead > tr:first-child > th {
	position: sticky;
	top: 60px;
	background-color: white;
	box-shadow: 0px 1px 2px 0px grey;
}

.table-sticky > thead > tr:nth-child(2) > th {
	position: sticky;
	top: 36px;
	background-color: white;
	box-shadow: 0px 1px 2px 0px grey;
}

.table-sticky > thead > tr:nth-child(3) > th {
	position: sticky;
	top: 72px;
	background-color: white;
	box-shadow: 0px 1px 2px 0px grey;
}


