@charset "ISO-8859-1";

/* ---- OPUS specific style-sheet ----- */

/* Increase size of navigation items */
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Set all columns to the same height. */
/* See also: https://www.w3schools.com/howto/howto_css_equal_height.asp */
.equalHeightCol {
	display: table-cell;
	padding: 16px;
}

/* user details fragment */
.no-margin-bottom {
	margin-bottom: 0;
}

.form-borderless {
	padding: 0;
	border-width: 0 0 1px;
	border-color: black;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

.form-group {
	margin-top: 10px;
}

/* Style class to display buttons under data tables*/
.dt-bottom-button {
	margin-top: 5px;
}

.panel-header {
	color: white;
	margin: 0;
}

.modal {
	display: block;
}

.scrollable {
	max-height: 600px;
	overflow-y: auto;
}

.scrollable-popup {
	max-height: 400px;
	overflow-y: auto;
}

.small-margin {
	margin: 15px 15px 15px 15px;
}

.functionalAreaContainer {
	background: #e2e2e2;
}

.navbarEntry {
	position: relative;
	padding: 8px 30px 8px 10px;
}

/* NavBar menuItem left-oriented (menu header values) */
.dropdown-headerLeft {
	display:block;
	padding: 8px 30px 8px 10px;
	line-height:1.42857143;
	color:#777;
	white-space:nowrap;
	font-weight: bold;
}

.hidden {
	display: none;
}

.loader {
  border: 13px solid #f3f3f3;
  border-top: 13px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#datatables-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .3;
	z-index: 1000;
}

.datatables-overlay-loader {
	position: relative;
	border: 13px solid #f3f3f3;
	border-top: 13px solid #3498db;
	border-radius: 50%;
	top: 30px;
	left: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	z-index: inherit;
}

.navbar_multitenancy {
	font-size: 14px;
	line-height: 12px;
	padding: 0;
	width: 100%;
}

.small-padding-right {
	padding-right: 2px;
	text-align: right;
}

.navbar_text {
	color: white;
}

.navbar_glyphicon {
	font-size: 12px;
}

.navbar_big_glyphicon {
	font-size:25px;
	vertical-align: text-top;
	margin-bottom: 4px;
}

.table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-resize {
	resize: none;
}

.multiline {
	white-space: pre-wrap;
	word-break: break-word;
}

.btn-outline-primary {
	background-color: rgb(238, 238, 238);
	color: black;
}

.verticalText{
	writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/* --- Datepicker styles --- */
.reportDateRangePickerCss {
	position: absolute;
	display: inline-block;
/* 	top: 0px; */
	right: 0;
	min-width: 100px;
}

.possibleRangesDivCss {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 2px 2px;
	/* 	top: 0px; */
	/* 	right: 0px; */
	z-index: 1;
}

.reportDateRangePickerCss:hover .possibleRangesDivCss {
	display: block;
}

.reportDateRangeBtnCss:hover {
	cursor: pointer;
}

ul.reportDateRange {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.reportDateRange {
	background-color: #fff;
	color: var(- -default-color-blue);
}

li.reportDateRange a:hover {
	background-color: #98bbf2;
	color: white;
}

li.reportDateRange a {
	display: block;
	color: #000;
	padding: 4px 8px;
	text-decoration: none;
}

.searchbar {
	width: 70%;
}

#default-tree {
	min-height: 400px;
	height: 80%;
}

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

.card{
	color: white;
	text-decoration:none;
}

.card .panel{
	background-color:#E4EDF5;
	color: black;
	border: 0;
}

.card .panel:hover {
	color: white;
	background-color:#337ab7;
    text-decoration:none;
}

.light-blue-alert {
	background-color:#E4EDF5; 
	color:black;
}

.tooltip-inner {
	min-width: 200px;
}

.label-horizontal-form {
	padding-top: 7px;
}

.lang-switcher-combo {
	width: 70px;
	border: 0;
	outline: 0;
}
