/*
	Tab Grid
*/

.tabgrid-tab {
	font-weight: normal;
	padding: 0.4rem 0.4rem 0 0.4rem;
	display: inline-block;
	color: #BFB9B9;
	border-bottom: 2px solid #BFB9B9;
	margin: 0.5rem;
	cursor: pointer;
	min-width: 5rem;
	min-height: 1.3rem;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: bottom;
}

.tabgrid-tab-active {
	color: #222;
	border-bottom: 2px solid #222;
}

.tabgrid-tab-plus {
	font-weight: normal;
	padding: 0.4rem 0.4rem 0 0.4rem;
	display: inline-block;
	color: #BFB9B9;
	border-bottom: 2px solid #BFB9B9;
	margin: 0.5rem;
	cursor: pointer;
	min-width: 5rem;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: bottom;
}

.tabgrid-grids {
	margin-top: 1rem;
}

.grid-stack-item-content {
	cursor: move;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background-color: #fff;
	padding: 0.4rem;
	overflow-y: hidden !important;
}

.grid-stack-item-plus {
	text-align: center;
	color: #333;
}

.grid-stack-item-plus > .grid-stack-item-content {
	box-shadow: none;
	background-color: transparent;
	border: 1px dashed #ccc;
	border-radius: 2px;
	cursor: pointer;
}

.grid-stack-item-plus i {
	font-size: 4rem;
	margin-top: 7rem;
}

.tabgrid-tab:hover .tabgrid-tab-buttons {
	visibility: visible;
}

.tabgrid-tab-buttons {
	float: right;
	font-size: 1rem;
	cursor: pointer;
	visibility: hidden;
}

.tabgrid-tab-name-input {
	border: none;
	text-align: center;
	background-color: transparent;
}

.tabgrid-tab-name-input:focus {
	outline: none;
}

.select-widget-gridstack {
	margin: 1rem;
}


.tabgrid-addwidget-header {
	margin: 1.5rem;
}

.tabgrid-addwidget-title {
	font-weight: normal;
	font-size: 1.5rem;
	color: #16325C;
}

.tabgrid-addwidget-subtitle {
	color: #4A90E2;
}

