#sidenav ul {
	margin: 0;
	padding: 10px 0 0px 5px;
}
#sidenav li a {
	padding: 0 0px 12px 26px;
}

/*RELEASE PRODUCTS*/
.release-table {
	width: 100%;
	padding: 15px;
}
.release-table thead {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(143,143,143,0.7);
	-moz-box-shadow: 0px 1px 0px 0px rgba(143,143,143,0.7);
	box-shadow: 0px 1px 0px 0px rgba(143,143,143,0.7);
}
.release-titles {
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}
.release-title-details {
	width: 65%;
}
.release-version {
	font-weight: 600;
	margin: 10px 0;
	font-size: 16px;
	color: #474747;
}
.release-title-version {
	width: 35%;
}
.release-date {
	margin: 5px 0;
	font-size: 12px;
}
.release-details-title {
	margin: 5px 0;
	font-size: 22px;
	font-weight: 600;
	color: #474747;
}
.release-details {
	margin: 0;
}
.release-details-link {
	margin: 5px 0 10px 0;
	font-weight: 600;
}
.release-divider {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.7);
	-moz-box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.7);
	box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.7);
}

/*RELEASE DETAILS*/
.release-details-product {
	font-size: 24px;
	margin-top: 0;
	padding-top: 20px;
	font-weight: 600;
	color: #474747;
	text-align: center;
}
.release-details-version {
	font-size: 22px;
	font-weight: 600;
	color: #474747;
	margin-top: 25px;
}
.release-description-titles {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #d6d6d6;
	padding: 5px;
}
.release-items{
	margin-bottom: 0;
	font-weight: 600;
}
.release-items-description {
	margin-top: 0;
	margin-bottom: 15px;
	list-style: none;
}
.release-list {
	padding-left: 30px;
}
.release-version-block {
	margin: 15px 0;
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 15px;
}

/*CREATE NEW APP*/

.group-header-title {
	margin: 5px 0 2px 0;
}
.full-width {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.center{
	text-align: center;
	margin: 0;
	padding: 20px;
}
.custom-inputs{
	padding: 5px 10px;
}
.app-title-table-rows th {
	background-color: #eaeaea;
	padding: 10px;
}
.app-table-rows td{
	padding: 10px;
}
.app-table-rows td a{
	color: red !important;
}
#MasterContentPlaceHolder_InfoLabel{
	padding: 15px 0;
}
.secret-key {
	font-size: 1.4em;
	width: 100%;
	background-color: #fff;
	padding: 15px 0;
	color: #26609f;
}
.center-item {
	position: relative;
	margin: 0 auto;
	display: block;
}

/*Start Tooltip CSS*/
a[data-tooltip]:link, a[data-tooltip]:visited {
	position: relative;
	text-decoration: none!important;
	z-index: 999;
}

a[data-tooltip]:before {
	content: "";
	position: absolute;
	border-top: 0.5em solid #282828;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	display: none;
	top: -2.0em;
	margin-left: 22%;
}

a[data-tooltip]:after {
	content: attr(data-tooltip);
	position: absolute;
	color: white;
	top: -3.5em;
	left: -1em;
	background: #282828;
	padding: .25em .75em;
	border-radius: 3px;
	white-space: nowrap;
	display: none;
}

a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
	display: inline;
}
/*End Tooltip CSS*/

.mx-10{
	margin-left: 10px!important;
	margin-right: 10px!important;
}

.content-title {
	font-size: 21px;
	margin-top: 0 !important;
	margin-left: 0 !important;
}