.content-wrapper{height: 100%}
.uppercase{text-transform: uppercase}
.sidebar-menu .treeview-menu{padding-top: 6px;padding-bottom: 6px}
.sidebar-menu .treeview.active .treeview-menu > li > a.active{color:white}
p.center{text-align: center}
.middle-box{
	display: table;
	width: 300px;
	max-width: 300px;
	height: 100%;
	z-index: 100;
	margin: 0 auto;
	padding-top: 0px;
}
.middle-box > div {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 100%;
	max-width: 300px;
	z-index: 100;
	margin: 0 auto 0 auto;
}
.middle-box > div > h3 {margin-top: 0}
.gray-bg {background-color: #f3f3f4;}

.pointer{cursor: pointer}
.center{text-align: center}

.gallery_drop_zone{
	height: 200px;
	background-image: url(/img/drag_and_drop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	cursor: pointer
}

.note-editable,
.note-editable *{font-family: 'Roboto', sans-serif;}

.max-height-200{max-height: 200px}

.bg-y{background: #FFF9C4;}

.ui-menu-item{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
.ui-menu-item:hover{
	background-color: whitesmoke;
}
ul.ui-autocomplete{
	padding-left: 0;
	left: 0 !important;
}

.w100p{width: 100%}