#dataVizRoot {
	height: 88%;
}

#dashboardsWrapper {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	/*overflow-y: auto;*/
	/*max-height: calc(100vh - 100px);*/
}

.sidebar {
	position: fixed;
	height: 100%;
	width: 0;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0.5vw;
	background-color: #878787;
	z-index: 1;
}

.sidebar > div {
	width: 100%;
}

#sidebarHeader {
	padding: 5%;
}

#sidebarTitle span {
	display: block;
}

.sidebarContent li {
	padding: 3% 0 3% 10%;
}

.sidebar a {
	padding: 0;
	text-decoration: none;
	color: #000000;
	display: block;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #f1f1f1;
}

.sidebar .closebtn {
	font-size: 1vw;
	color: #000000;
}

@media screen and (max-height: 14vw) {
	.sidebar {padding-top: 0.5vw;}
	.sidebar a {font-size: 0.55vw;}
}

#sidebarIcon {
	font-size: 0.95vw;
	float: right;
	cursor: pointer;
}

.selectorOptions { flex-shrink: 0; 
	display: inline-block;
}

.selectorCardImg {
	background-color: lightblue;
	width: 3vw;
	height: 3vw;
}

#dashboardsTab {
	display: none;
}

.addWidgetsBtn {
	border-width: 0 0 0.03vw 0;
}

.addWidgetsBtn:focus {
	outline: none;
	border-bottom: 1px solid #5d6d77;
}

.modal-custom {
	margin-left: 35vw;
	margin-right: 35vw;
	width: 30vw;
}

.form-divider {
	border: 1px solid #cfcfcf;
}

#gridContainer {
	overflow-y: auto;
	max-height: calc(100vh - 180px); }
.gridContainer {
	/*
	overflow-y: auto;
	*/
	max-height: calc(100vh - 180px);
}
#dashboardTabContainer, #selectionGrid {
	overflow-y: auto;
	height: calc(100vh - 200px);
}
.tab-pane.grid-stack[id^="widgetsGrid-"] {
	/* overflow-y: auto; */
	/* height: calc(100vh - 200px); */
}
.dc-table-row{
	width:100%;
	right:0;
	left:0;
	padding:0!important;
	margin:0!important;
}

.dc-table-column{
	width:10%;//
	TODO: set as a parameter for DatatableWidget
	right:0;
	left:0;
	padding:0!important;
	padding-right:0.25em!important;
	font-size: 0.55vw;// TODO: set as a parameter for DatatableWidget
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	width:10%;
}




@media (max-width: 768px) {
    .sidebar a { font-size: 16px !important; }
    .grid-stack-item-content.card {
    display: flex;
    flex-direction: column;
}

.card-img-container {
    width: 100%;
    aspect-ratio: 450 / 243;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard-title { text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  font-size: 1.2rem; }
    .dashboard-value { font-size: 24px !important; }
}





.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow-y: hidden !important;
}








#selectionGridTitle { flex-shrink: 0; }

