#dataVizRoot {
	height: 88%;
}

#dashboardsWrapper {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.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 {
	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: auto;*/
	max-height: 95%;
}
.gridContainer {
	/*overflow: auto;*/
	max-height: 95%;
}
.dc-table-row{
	width:100%;
	right:0;
	left:0;
	padding:0!important;
	margine: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%;
}


