﻿body {
	padding-top: 70px;
	padding-bottom: 20px;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid rgba(209,207,207,.6392156863);
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* QR code generator */
#qrCode {
	margin: 15px;
}

/* Hide/rearrange for smaller screens */
/*@media screen and (max-width: 767px) {*/
/* Hide captions */
/*.carousel-caption {
		display: none;
	}
}*/

.panel-heading input[type="radio"] {
	margin-left: 0;
}

.panel-default, .alert {
	border-radius: 0;
}

img.mavim-logo {
	float: right;
	max-height: 75px;
}

h1 {
	color: #333;
	font-weight: 400;
}

.page-header {
	border-bottom: hidden;
	padding-bottom: 54px;
}

.navbar-inverse {
	background-color: #ebebeb;
	border-color: #ebebeb !important;
}

	.navbar-inverse .navbar-nav > li > a {
		color: #696a6d;
	}

.disabled {
	opacity: 0.5;
}

a {
	color: #ec008c;
}

	a:hover {
		cursor: pointer;
		color: #666;
		text-decoration: none;
	}

	a:visited {
		color: #ec008c;
		text-decoration: none;
	}

.btn-primary {
	background-color: #ec008c;
	border-color: #ec008c;
}


	.btn-primary:visited {
		background-color: #ec008c;
		border-color: #ec008c;
		color: #fff;
	}

	.btn-primary:hover {
		background-color: #fff;
		border-color: #ec008c;
		color: #ec008c;
	}

.info-button {
	cursor: pointer;
	color: #EC008C;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff !important;
	background-color: #94959d !important;
	border-color: #94959d !important;
}

.tab-content {
	margin-top: 20px;
}

.btn-bottom {
	margin-bottom: 20px;
}

footer {
	margin-top: 20px;
	padding: 10px 0;
}

.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	width: 22px;
	height: 22px;
	padding: 3px;
	background: #fff;
	border: 2px solid black;
	color: black;
	text-align: center;
	font: 12px Arial, sans-serif;
	display: inline-block;
}

.table > tbody > tr:first-child > td {
	border: none;
}

.federation-options-info-options li {
	margin-top: 20px;
	font-weight: bold;
}

.portal-settings ul {
	list-style-type: disc;
	color: #ec008c;
}

.portal-settings li {
	margin-top: 5px;
}

	.portal-settings li > * {
		color: #000;
	}

.portal-settings-note {
	margin-top: 10px;
}

.federation-background-process {
	background-color: #eee;
	margin-top: 20px;
	padding: 10px;
}

.info-container {
	margin-top: 20px;
	padding: 10px;
}

	.info-container.grey {
		background-color: #eee;
	}

li > :not(h4) {
	font-weight: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}


span.code {
	font-family: courier;
	font-size: 12px;
	background-color: #EEE;
	padding: 4px 8px;
	white-space: nowrap;
}

#federate-users-tab {
	padding-bottom: 12px;
}


#existing-users a {
	/*margin-top: 24px;*/
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
}

#federate-users-tab .form-group.row label, #federate-users-tab .form-group.row .label-value {
	line-height: 34px;
}

a.row-actions {
	margin: 0 6px;
}

.form-group.row .row-actions {
	line-height: 34px;
}

	.form-group.row .row-actions .glyphicon {
		margin: 0;
		top: 7px;
		font-size: 24px;
	}

#federate-users-tab .form-group.row.first a[data-role="delete-row"] {
	display: none;
}


#federate-users-tab .alert-success {
	margin-top: 24px;
}

	#federate-users-tab .alert-success.info-box {
		margin-top: 0;
	}

#federate-users-tab .info-button.license-info {
	position: absolute;
	top: 12px;
	right: 4px;
}

.alert-success {
	position: relative;
}

	.alert-success span.code {
		background-color: transparent;
		font-weight: bold;
	}

	.alert-success .indicator {
		position: absolute;
		top: -10px;
		left: calc(50% - 10px);
		margin: 0;
		border-top: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #dff0d8;
		padding: 0;
		width: 0;
		height: 0;
	}

	.alert-success .indicator-bottom {
		position: absolute;
		bottom: -10px;
		left: calc(50% - 10px);
		margin: 0;
		border-top: 10px solid #dff0d8;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 0;
		padding: 0;
		width: 0;
		height: 0;
	}

	.alert-success .info-label {
		display: inline-block;
		width: 90px;
	}


tr.highlight td {
	background-color: #FFFBE5;
}


.nav-tabs > li > a {
	min-width: 114px;
	text-align: center;
}

.tab-content .tab-pane {
	position: relative;
}

.tab-content .highlight {
	background-color: #E9F1FA;
	padding: 50px 30px 30px 30px;
}

.tab-content .intro {
	padding: 40px 10px;
	line-height: 24px;
}

.tab-content .contact {
	padding: 20px 10px;
	background-color: #CCC;
	line-height: 24px;
}

.tab-content .center {
	text-align: center;
}

#licenseInfo {
}

@media screen and (min-width: 768px) {
	#licenseInfo {
		width: 360px;
		/*position: absolute;
		top: 0;
		right: 0;*/
		float: right;
		padding: 10px;
		font-size: 12px;
	}
}




/* SPINNER */
.row.spinner {
	margin-bottom: 24px;
}

	.row.spinner .center {
		text-align: center;
	}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

	.lds-roller div {
		animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 32px 32px;
	}

		.lds-roller div:after {
			content: " ";
			display: block;
			position: absolute;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #ec008c;
			margin: -3px 0 0 -3px;
		}

		.lds-roller div:nth-child(1) {
			animation-delay: -0.036s;
		}

			.lds-roller div:nth-child(1):after {
				top: 50px;
				left: 50px;
			}

		.lds-roller div:nth-child(2) {
			animation-delay: -0.072s;
		}

			.lds-roller div:nth-child(2):after {
				top: 54px;
				left: 45px;
			}

		.lds-roller div:nth-child(3) {
			animation-delay: -0.108s;
		}

			.lds-roller div:nth-child(3):after {
				top: 57px;
				left: 39px;
			}

		.lds-roller div:nth-child(4) {
			animation-delay: -0.144s;
		}

			.lds-roller div:nth-child(4):after {
				top: 58px;
				left: 32px;
			}

		.lds-roller div:nth-child(5) {
			animation-delay: -0.18s;
		}

			.lds-roller div:nth-child(5):after {
				top: 57px;
				left: 25px;
			}

		.lds-roller div:nth-child(6) {
			animation-delay: -0.216s;
		}

			.lds-roller div:nth-child(6):after {
				top: 54px;
				left: 19px;
			}

		.lds-roller div:nth-child(7) {
			animation-delay: -0.252s;
		}

			.lds-roller div:nth-child(7):after {
				top: 50px;
				left: 14px;
			}

		.lds-roller div:nth-child(8) {
			animation-delay: -0.288s;
		}

			.lds-roller div:nth-child(8):after {
				top: 45px;
				left: 10px;
			}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* SPINNER SMALL */
.lds-roller-small {
	display: inline-block;
	position: relative;
	width: 21.333px;
	height: 21.333px;
}

	.lds-roller-small div {
		animation: lds-roller-small 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 10.666px 10.666px;
	}

		.lds-roller-small div:after {
			content: " ";
			display: block;
			position: absolute;
			width: 2px;
			height: 2px;
			border-radius: 50%;
			background: #ec008c;
			margin: -1px 0 0 -1px;
		}

		.lds-roller-small div:nth-child(1) {
			animation-delay: -0.036s;
		}

			.lds-roller-small div:nth-child(1):after {
				top: 16.666px;
				left: 16.666px;
			}

		.lds-roller-small div:nth-child(2) {
			animation-delay: -0.072s;
		}

			.lds-roller-small div:nth-child(2):after {
				top: 18px;
				left: 15px;
			}

		.lds-roller-small div:nth-child(3) {
			animation-delay: -0.108s;
		}

			.lds-roller-small div:nth-child(3):after {
				top: 19px;
				left: 13px;
			}

		.lds-roller-small div:nth-child(4) {
			animation-delay: -0.144s;
		}

			.lds-roller-small div:nth-child(4):after {
				top: 19.333px;
				left: 10.666px;
			}

		.lds-roller-small div:nth-child(5) {
			animation-delay: -0.18s;
		}

			.lds-roller-small div:nth-child(5):after {
				top: 19px;
				left: 8.333px;
			}

		.lds-roller-small div:nth-child(6) {
			animation-delay: -0.216s;
		}

			.lds-roller-small div:nth-child(6):after {
				top: 18px;
				left: 6.333px;
			}

		.lds-roller-small div:nth-child(7) {
			animation-delay: -0.252s;
		}

			.lds-roller-small div:nth-child(7):after {
				top: 16.666px;
				left: 4.666px;
			}

		.lds-roller-small div:nth-child(8) {
			animation-delay: -0.288s;
		}

			.lds-roller-small div:nth-child(8):after {
				top: 15px;
				left: 3.333px;
			}

@keyframes lds-roller-small {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}





/* Home info box */
.inv-builder-box .box-icon {
	text-align: center;
	width: 88px;
	height: 88px;
	-webkit-transform: rotate(0deg) scale(1) skew(0) translate(0);
	-moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
	-o-transform: rotate(0deg) scale(1) skew(0) translate(0);
	-ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
	transform: rotate(0deg) scale(1) skew(0) translate(0);
	-webkit-transform: rotate(0deg) scale(1) skew(0) translateX(0) translateY(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0) translateX(0) translateY(0px);
	-o-transform: rotate(0deg) scale(1) skew(0) translateX(0) translateY(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0) translateX(0) translateY(0px);
	transform: rotate(0deg) scale(1) skew(0) translateX(0) translateY(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

	.inv-builder-box .box-icon i {
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
		font-size: 30px;
		display: inline-block;
		line-height: 70px;
		color: #141414;
	}

.inv-builder-box .box-title {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.inv-builder-box .box-content {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 40px;
}

.inv-builder-box:hover .box-title {
	color: #EC008C;
}

.inv-builder-box.small-box .box-icon {
	width: 53px;
	height: 53px;
}

.inv-builder-box.medium-box .box-icon {
	width: 70px;
	height: 70px;
}

.inv-builder-box.title-color .box-title {
	color: #EC008C;
}

.inv-builder-box.box-left {
	margin-bottom: 40px;
}

	.inv-builder-box.box-left .box-icon {
		float: left;
		margin: 0px 25px 25px 0px;
	}

		.inv-builder-box.box-left .box-icon i, .inv-builder-box.box-left .box-icon span {
			line-height: 30px;
		}

	.inv-builder-box.box-left .box-content-wrapper {
		margin-left: 115px;
		text-align: left;
	}

	.inv-builder-box.box-left .box-title {
		margin-bottom: 15px !important;
	}

		.inv-builder-box.box-left .box-title:after {
			left: 0;
			margin-left: 115px;
		}

	.inv-builder-box.box-left.medium-box .box-content-wrapper {
		margin-left: 90px;
		text-align: left;
	}

.inv-builder-box.box-right {
	margin-bottom: 40px;
}

	.inv-builder-box.box-right .box-icon {
		float: right;
		margin: 0px 0px 15px 15px;
	}

		.inv-builder-box.box-right .box-icon i, .inv-builder-box.box-right .box-icon span {
			line-height: 30px;
		}

	.inv-builder-box.box-right .box-content-wrapper {
		margin-right: 115px;
		text-align: right;
	}

	.inv-builder-box.box-right .box-title {
		margin-bottom: 15px !important;
	}

		.inv-builder-box.box-right .box-title:after {
			left: auto;
			right: 0;
			margin-left: 0;
			margin-right: 115px;
		}

.inv-builder-box.box-square .box-icon,
.inv-builder-box.box-circle .box-icon {
	border: solid 1px #EC008C;
}

	.inv-builder-box.box-square .box-icon i,
	.inv-builder-box.box-square .box-icon img,
	.inv-builder-box.box-square .box-icon span,
	.inv-builder-box.box-circle .box-icon i,
	.inv-builder-box.box-circle .box-icon img,
	.inv-builder-box.box-circle .box-icon span {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		color: #EC008C;
		z-index: 1;
	}

.inv-builder-box.box-square.box-image .box-icon,
.inv-builder-box.box-circle.box-image .box-icon {
	border: 0;
}

.inv-builder-box.box-circle .box-icon {
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.inv-builder-box.box-square .box-icon {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.inv-builder-box.box-background .box-icon {
	background-color: #EC008C;
}

	.inv-builder-box.box-background .box-icon i {
		color: #fff;
	}

.inv-builder-box.box-background:hover .box-title {
	color: #EC008C;
}

.inv-builder-box.box-center .box-icon {
	margin: 0 auto;
	margin-bottom: 35px;
}

.inv-builder-box.box-center .box-title {
	position: relative;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.inv-builder-box.box-center .box-content {
	text-align: center;
	margin-top: 25px;
}

.inv-builder-box.box-center.text-left .box-icon {
	margin: 0;
}

.inv-builder-box.box-center.text-left .box-title {
	text-align: left;
}

	.inv-builder-box.box-center.text-left .box-title:after {
		left: 0;
		margin-left: 0;
	}

.inv-builder-box.box-center.text-left .box-content {
	text-align: left;
}

.inv-builder-box.box-center.text-right .box-icon {
	margin: 0 100%;
}

.inv-builder-box.box-center.text-right .box-title {
	text-align: right;
}

	.inv-builder-box.box-center.text-right .box-title:after {
		left: auto;
		right: 0;
		margin-left: 0;
	}

.inv-builder-box.hover-bg-color:hover .box-icon {
	background-color: #EC008C;
}

	.inv-builder-box.hover-bg-color:hover .box-icon i {
		color: #fff;
	}

.inv-builder-box.bg-dark-overlay .box-icon {
	background: rgba(0,0,0,0.4);
}

.inv-builder-box.bg-box-gray .box-icon {
	background: #576162;
	border: 0 none;
}

.inv-builder-box.thick-border-transparent .box-icon {
	border: solid 7px #593652;
}

.inv-builder-box.thick-border-transparent:hover .box-icon {
	background-color: #FFF;
}

.inv-builder-box.thick-border-transparent:hover i {
	color: #EC008C;
}

.inv-builder-box.style01,
.inv-builder-box.style02 {
	position: relative;
	z-index: 1;
	text-align: center;
}

	.inv-builder-box.style01 .box-icon,
	.inv-builder-box.style02 .box-icon {
		position: absolute;
		left: 50%;
		top: -34px;
		border: 0;
		z-index: 100;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #FFF;
	}

		.inv-builder-box.style01 .box-icon i,
		.inv-builder-box.style02 .box-icon i {
			height: 60px;
			line-height: 60px;
			width: 60px;
			background: #EC008C;
			color: #fff;
		}

			.inv-builder-box.style01 .box-icon i.color-green,
			.inv-builder-box.style02 .box-icon i.color-green {
				background: #92c135;
			}

			.inv-builder-box.style01 .box-icon i.color-blue,
			.inv-builder-box.style02 .box-icon i.color-blue {
				background: #0072A5;
			}

			.inv-builder-box.style01 .box-icon i.color-red,
			.inv-builder-box.style02 .box-icon i.color-red {
				background: #E85F1B;
			}

	.inv-builder-box.style01 .box-content-wrapper,
	.inv-builder-box.style02 .box-content-wrapper {
		border: 1px solid #e7e7e7;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		padding: 55px 15px 45px;
		background: #fff;
		position: relative;
	}

		.inv-builder-box.style01 .box-content-wrapper:before,
		.inv-builder-box.style02 .box-content-wrapper:before {
			border: 1px solid #e7e7e7;
			content: "";
			display: block;
			height: 80px;
			position: absolute;
			top: -37px;
			width: 80px;
			z-index: -1;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
		}

		.inv-builder-box.style01 .box-content-wrapper .box-content,
		.inv-builder-box.style02 .box-content-wrapper .box-content {
			padding-bottom: 0;
		}

.inv-builder-box.circle-readmore,
.inv-builder-box.style01,
.inv-builder-box.style02,
.inv-builder-box.style03,
.inv-builder-box.style04,
.inv-builder-box.style05 {
	text-align: center;
}

	.inv-builder-box.circle-readmore .box-icon,
	.inv-builder-box.style01 .box-icon,
	.inv-builder-box.style02 .box-icon,
	.inv-builder-box.style03 .box-icon,
	.inv-builder-box.style04 .box-icon,
	.inv-builder-box.style05 .box-icon {
		margin: 0 auto;
		margin-bottom: 35px;
	}

		.inv-builder-box.circle-readmore .box-icon i,
		.inv-builder-box.style01 .box-icon i,
		.inv-builder-box.style02 .box-icon i,
		.inv-builder-box.style03 .box-icon i,
		.inv-builder-box.style04 .box-icon i,
		.inv-builder-box.style05 .box-icon i {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translateX(-50%) translateY(-50%);
			-moz-transform: translateX(-50%) translateY(-50%);
			-o-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			z-index: 1;
		}

	.inv-builder-box.circle-readmore .read-more,
	.inv-builder-box.style01 .read-more,
	.inv-builder-box.style02 .read-more,
	.inv-builder-box.style03 .read-more,
	.inv-builder-box.style04 .read-more,
	.inv-builder-box.style05 .read-more {
		background: #fff;
		border: 1px solid #e7e7e7;
		bottom: -17px;
		color: transparent;
		display: block;
		font-size: 0;
		height: 35px;
		position: absolute;
		width: 35px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-border-radius: 100% 100% 100% 100%;
		-moz-border-radius: 100% 100% 100% 100%;
		border-radius: 100% 100% 100% 100%;
	}

		.inv-builder-box.circle-readmore .read-more span,
		.inv-builder-box.style01 .read-more span,
		.inv-builder-box.style02 .read-more span,
		.inv-builder-box.style03 .read-more span,
		.inv-builder-box.style04 .read-more span,
		.inv-builder-box.style05 .read-more span {
			background: #c4c2c2;
			display: block;
			height: 11px;
			left: 16px;
			position: absolute;
			top: 11px;
			width: 1px;
		}

			.inv-builder-box.circle-readmore .read-more span:after,
			.inv-builder-box.style01 .read-more span:after,
			.inv-builder-box.style02 .read-more span:after,
			.inv-builder-box.style03 .read-more span:after,
			.inv-builder-box.style04 .read-more span:after,
			.inv-builder-box.style05 .read-more span:after {
				background: #c4c2c2;
				content: "";
				display: block;
				height: 1px;
				left: -5px;
				position: absolute;
				top: 5px;
				width: 11px;
			}

		.inv-builder-box.circle-readmore .read-more:hover,
		.inv-builder-box.style01 .read-more:hover,
		.inv-builder-box.style02 .read-more:hover,
		.inv-builder-box.style03 .read-more:hover,
		.inv-builder-box.style04 .read-more:hover,
		.inv-builder-box.style05 .read-more:hover {
			border: solid 1px #EC008C;
			cursor: pointer;
		}

			.inv-builder-box.circle-readmore .read-more:hover span,
			.inv-builder-box.circle-readmore .read-more:hover span::after,
			.inv-builder-box.style01 .read-more:hover span,
			.inv-builder-box.style01 .read-more:hover span::after,
			.inv-builder-box.style02 .read-more:hover span,
			.inv-builder-box.style02 .read-more:hover span::after,
			.inv-builder-box.style03 .read-more:hover span,
			.inv-builder-box.style03 .read-more:hover span::after,
			.inv-builder-box.style04 .read-more:hover span,
			.inv-builder-box.style04 .read-more:hover span::after,
			.inv-builder-box.style05 .read-more:hover span,
			.inv-builder-box.style05 .read-more:hover span::after {
				background: #EC008C;
			}

	.inv-builder-box.circle-readmore .box-content-wrapper .box-title,
	.inv-builder-box.style01 .box-content-wrapper .box-title,
	.inv-builder-box.style02 .box-content-wrapper .box-title,
	.inv-builder-box.style03 .box-content-wrapper .box-title,
	.inv-builder-box.style04 .box-content-wrapper .box-title,
	.inv-builder-box.style05 .box-content-wrapper .box-title {
		text-align: center;
		margin-top: 10px;
	}

.inv-builder-box.style06 .box-icon {
	margin: 0 auto;
	margin-bottom: 35px;
}

	.inv-builder-box.style06 .box-icon i {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		z-index: 1;
	}

.inv-builder-box.style01.bg-box-green .box-icon i {
	background: #92c135;
}

.inv-builder-box.style01.bg-box-blue .box-icon i {
	background: #0072A5;
}

.inv-builder-box.style01.bg-box-red .box-icon i {
	background: #E85F1B;
}

.inv-builder-box.style01 .box-icon {
	width: 78px;
	height: 78px;
}

	.inv-builder-box.style01 .box-icon i {
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

.inv-builder-box.style01 .box-content-wrapper:before {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.inv-builder-box.style01 .box-content-wrapper .box-title {
	text-align: center;
	margin-top: 10px;
}

.inv-builder-box.style01 .box-content-wrapper .box-content {
	margin-top: 25px;
}

.inv-builder-box.style01:hover .box-icon {
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.inv-builder-box.style01:hover .box-title {
	color: #EC008C;
}

	.inv-builder-box.style01:hover .box-title a {
		color: #EC008C;
	}

.inv-builder-box.style01:hover .box-content-wrapper:before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.inv-builder-box.style02 .box-icon {
	top: -40px;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

	.inv-builder-box.style02 .box-icon i,
	.inv-builder-box.style02 .box-icon img,
	.inv-builder-box.style02 .box-icon span {
		height: 70px;
		line-height: 70px;
		width: 70px;
		-webkit-border-radius: 100% 100% 100% 100%;
		-moz-border-radius: 100% 100% 100% 100%;
		border-radius: 100% 100% 100% 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		z-index: 1;
	}

.inv-builder-box.style02 .box-content-wrapper:before {
	height: 90px;
	top: -42px;
	width: 90px;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

.inv-builder-box.style02 .box-content-wrapper .box-title {
	text-align: center;
	margin-top: 10px;
}

.inv-builder-box.style02:hover .box-icon i {
	width: 88px;
	height: 88px;
}

.inv-builder-box.style03 .box-icon,
.inv-builder-box.style06 .box-icon {
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	border: solid 1px #EC008C;
}

	.inv-builder-box.style03 .box-icon i,
	.inv-builder-box.style06 .box-icon i {
		color: #EC008C;
	}

	.inv-builder-box.style03 .box-icon:before,
	.inv-builder-box.style06 .box-icon:before {
		background: #EC008C;
		content: "";
		display: block;
		margin: 0 auto;
		height: 100%;
		left: 50%;
		top: 50%;
		position: absolute;
		width: 100%;
		z-index: 1;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
		-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
		-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
		transform: translateX(-50%) translateY(-50%) scale(1.2);
		-webkit-border-radius: 100% 100% 100% 100%;
		-moz-border-radius: 100% 100% 100% 100%;
		border-radius: 100% 100% 100% 100%;
		transition: all 0.4s ease;
	}

.inv-builder-box.style03 .box-image,
.inv-builder-box.style06 .box-image {
	margin-bottom: 35px;
}

.inv-builder-box.style03:hover .box-icon:before,
.inv-builder-box.style06:hover .box-icon:before {
	background-color: #EC008C;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transition: all 0.4 ease;
	-moz-transition: all 0.4 ease;
	-o-transition: all 0.4 ease;
	-ms-transition: all 0.4 ease;
	transition: all 0.4 ease;
	opacity: 1;
	color: #FFF;
}

.inv-builder-box.style03:hover .box-icon i,
.inv-builder-box.style06:hover .box-icon i {
	color: #FFF;
}

.inv-builder-box.style04 .box-icon,
.inv-builder-box.style07 .box-icon {
	border: solid 1px #EC008C;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

	.inv-builder-box.style04 .box-icon i,
	.inv-builder-box.style04 .box-icon img,
	.inv-builder-box.style07 .box-icon i,
	.inv-builder-box.style07 .box-icon img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		z-index: 1;
		height: 74px;
		line-height: 70px;
		width: 74px;
		color: #FFF;
	}

		.inv-builder-box.style04 .box-icon i:after,
		.inv-builder-box.style04 .box-icon img:after,
		.inv-builder-box.style07 .box-icon i:after,
		.inv-builder-box.style07 .box-icon img:after {
			background: #EC008C;
			content: "";
			display: block;
			height: 100%;
			left: 50%;
			position: absolute;
			top: 50%;
			width: 100%;
			z-index: -1;
			-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
			-moz-transform: translateX(-50%) translateY(-50%) scale(1);
			-o-transform: translateX(-50%) translateY(-50%) scale(1);
			-ms-transform: translateX(-50%) translateY(-50%) scale(1);
			transform: translateX(-50%) translateY(-50%) scale(1);
			transition: all 0.4s ease;
			-webkit-border-radius: 100% 100% 100% 100%;
			-moz-border-radius: 100% 100% 100% 100%;
			border-radius: 100% 100% 100% 100%;
		}

.inv-builder-box.style04:hover .box-icon,
.inv-builder-box.style07:hover .box-icon {
	background-color: transparent;
}

	.inv-builder-box.style04:hover .box-icon i,
	.inv-builder-box.style07:hover .box-icon i {
		color: #EC008C;
	}

		.inv-builder-box.style04:hover .box-icon i:after,
		.inv-builder-box.style07:hover .box-icon i:after {
			opacity: 0;
			-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
			-moz-transform: translateX(-50%) translateY(-50%) scale(0);
			-o-transform: translateX(-50%) translateY(-50%) scale(0);
			-ms-transform: translateX(-50%) translateY(-50%) scale(0);
			transform: translateX(-50%) translateY(-50%) scale(0);
		}

.inv-builder-box.style06 .box-icon,
.inv-builder-box.style07 .box-icon,
.inv-builder-box.style08 .box-icon,
.inv-builder-box.style09 .box-icon {
	float: left;
	margin: 0px 25px 25px 0px;
}

.inv-builder-box.style06 .box-content-wrapper:after,
.inv-builder-box.style07 .box-content-wrapper:after,
.inv-builder-box.style08 .box-content-wrapper:after,
.inv-builder-box.style09 .box-content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.inv-builder-box.style08 .box-icon {
	width: 70px;
	height: 70px;
	background: #576162;
	border: 0 none;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

	.inv-builder-box.style08 .box-icon i {
		color: #FFF;
	}

.inv-builder-box.style08 .box-title {
	color: #EC008C;
}

.inv-builder-box.style09 .box-icon,
.inv-builder-box.style10 .box-icon {
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: rgba(0,0,0,0.4);
	border: 0 none;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

	.inv-builder-box.style09 .box-icon i,
	.inv-builder-box.style10 .box-icon i {
		color: #FFF;
		font-size: 18px;
		line-height: 53px;
	}

.inv-builder-box.style09 .box-content-wrapper,
.inv-builder-box.style10 .box-content-wrapper {
	margin-left: 75px;
}

	.inv-builder-box.style09 .box-content-wrapper .box-content,
	.inv-builder-box.style10 .box-content-wrapper .box-content {
		color: #aaa;
	}

.inv-builder-box.style09:hover .box-icon,
.inv-builder-box.style10:hover .box-icon {
	background: #EC008C;
}

.inv-builder-box.style09:hover .box-title,
.inv-builder-box.style10:hover .box-title {
	color: #EC008C;
}

.inv-builder-box.style10 .box-icon {
	float: right;
	margin: 0px 0px 15px 15px;
}

.inv-builder-box.style10 .box-content-wrapper {
	text-align: right;
	margin-left: 0;
	margin-right: 75px;
}

.inv-builder-box.style05 .box-icon {
	border: solid 1px #EC008C;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

	.inv-builder-box.style05 .box-icon i {
		color: #EC008C;
	}

.inv-builder-box.style05 .box-content-wrapper .box-title {
	color: #FFF;
}

.inv-builder-box.style05 .box-content-wrapper .box-content {
	color: #aaa;
}

.inv-builder-box.style05.box-left .box-content-wrapper {
	margin-left: 75px;
}

.inv-builder-box.style05.box-right .box-content-wrapper {
	margin-right: 75px;
}

.inv-builder-box.style05:hover .box-icon {
	background: #EC008C;
}

	.inv-builder-box.style05:hover .box-icon i {
		color: #FFF;
	}

.inv-builder-box.style05:hover .box-title {
	color: #EC008C;
}

.inv-builder-box.border-color:hover .box-icon {
	border-color: #EC008C;
}

.inv-builder-box.style06 .box-content,
.inv-builder-box.style07 .box-content,
.inv-builder-box.box-left .box-content,
.inv-builder-box.box-right .box-content {
	padding-bottom: 0;
}

.inv-builder-box.style06 .read-more a,
.inv-builder-box.style07 .read-more a,
.inv-builder-box.box-left .read-more a,
.inv-builder-box.box-right .read-more a {
	display: inline-block;
	font-size: 12px;
	margin-top: 14px;
	position: relative;
	padding-left: 14px;
	text-transform: uppercase;
	color: #EC008C;
}

	.inv-builder-box.style06 .read-more a span:before,
	.inv-builder-box.style06 .read-more a span:after,
	.inv-builder-box.style07 .read-more a span:before,
	.inv-builder-box.style07 .read-more a span:after,
	.inv-builder-box.box-left .read-more a span:before,
	.inv-builder-box.box-left .read-more a span:after,
	.inv-builder-box.box-right .read-more a span:before,
	.inv-builder-box.box-right .read-more a span:after {
		background: #EC008C;
		content: "";
		display: block;
		height: 6px;
		left: 0;
		position: absolute;
		top: 3px;
		-webkit-transition: -webkit-transform 0.5s linear;
		-moz-transition: -moz-transform 0.5s linear;
		transition: transform 0.5s linear;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 2px;
	}

	.inv-builder-box.style06 .read-more a span:after,
	.inv-builder-box.style07 .read-more a span:after,
	.inv-builder-box.box-left .read-more a span:after,
	.inv-builder-box.box-right .read-more a span:after {
		-webkit-transition: -webkit-transform 0.5s linear;
		-moz-transition: -moz-transform 0.5s linear;
		transition: transform 0.5s linear;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 6px;
	}

.inv-builder-title.text-white .inv-title {
	color: #FFF !important;
}

.inv-builder-title.text-white .line-style {
	background: rgba(255,255,255,0.1) !important;
}

.inv-builder-title.mt0 .inv-title {
	margin-top: 0;
}

.inv-builder-title.style01,
.inv-builder-title.style02,
.inv-builder-title.style03,
.inv-builder-title.style04,
.inv-builder-title.style05,
.inv-builder-title.style06 {
	text-transform: uppercase;
	position: relative;
}

	.inv-builder-title.style01 .inv-title,
	.inv-builder-title.style02 .inv-title,
	.inv-builder-title.style03 .inv-title,
	.inv-builder-title.style04 .inv-title,
	.inv-builder-title.style05 .inv-title,
	.inv-builder-title.style06 .inv-title {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 1px;
		margin-bottom: 40px;
		padding-bottom: 20px;
		position: relative;
		font-family: "Oswald", "Open Sans", sans-serif;
		line-height: 40px;
	}

	.inv-builder-title.style01 .line-style,
	.inv-builder-title.style02 .line-style,
	.inv-builder-title.style03 .line-style,
	.inv-builder-title.style04 .line-style,
	.inv-builder-title.style05 .line-style,
	.inv-builder-title.style06 .line-style {
		background: rgba(0,0,0,0.07);
		bottom: 0;
		height: 1px;
		position: absolute;
		width: 33%;
	}

		.inv-builder-title.style01 .line-style:before,
		.inv-builder-title.style02 .line-style:before,
		.inv-builder-title.style03 .line-style:before,
		.inv-builder-title.style04 .line-style:before,
		.inv-builder-title.style05 .line-style:before,
		.inv-builder-title.style06 .line-style:before {
			background: #EC008C;
			content: "";
			display: block;
			height: 1px;
			position: absolute;
			width: 100px;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.inv-builder-title.style01 .line-style i,
		.inv-builder-title.style02 .line-style i,
		.inv-builder-title.style03 .line-style i,
		.inv-builder-title.style04 .line-style i,
		.inv-builder-title.style05 .line-style i,
		.inv-builder-title.style06 .line-style i {
			background: #fff;
			color: #EC008C;
			display: block;
			font-size: 20px;
			height: 40px;
			line-height: 40px;
			position: absolute;
			text-align: center;
			top: -20px;
			width: 40px;
		}

	.inv-builder-title.style01:hover .line-style:before,
	.inv-builder-title.style02:hover .line-style:before,
	.inv-builder-title.style03:hover .line-style:before,
	.inv-builder-title.style04:hover .line-style:before,
	.inv-builder-title.style05:hover .line-style:before,
	.inv-builder-title.style06:hover .line-style:before {
		width: 75%;
	}

	.inv-builder-title.style01.small .inv-title,
	.inv-builder-title.style02.small .inv-title,
	.inv-builder-title.style03.small .inv-title,
	.inv-builder-title.style04.small .inv-title,
	.inv-builder-title.style05.small .inv-title,
	.inv-builder-title.style06.small .inv-title {
		font-size: 22px;
	}

.inv-builder-title.style01,
.inv-builder-title.style02,
.inv-builder-title.style03 {
	text-align: center;
	margin-bottom: 30px;
}

	.inv-builder-title.style01 .line-style,
	.inv-builder-title.style02 .line-style,
	.inv-builder-title.style03 .line-style {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

		.inv-builder-title.style01 .line-style:before,
		.inv-builder-title.style02 .line-style:before,
		.inv-builder-title.style03 .line-style:before {
			left: 50%;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%);
		}

	.inv-builder-title.style01 i,
	.inv-builder-title.style02 i,
	.inv-builder-title.style03 i {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.inv-builder-title.style01 .line-style span {
		display: block;
		background: #fff;
		border: 1px solid #EC008C;
		height: 10px;
		position: absolute;
		top: -5px;
		width: 10px;
		-webkit-border-radius: 100% 100% 100% 100%;
		-moz-border-radius: 100% 100% 100% 100%;
		border-radius: 100% 100% 100% 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.inv-builder-title.style04 .line-style span {
	display: block;
	background: #fff;
	border: 1px solid #EC008C;
	height: 10px;
	position: absolute;
	top: -5px;
	width: 10px;
	-webkit-border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}

.inv-builder-title.style03 .inv-title,
.inv-builder-title.style06 .inv-title {
	font-weight: 300;
}

.inv-builder-title.style07 .inv-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #2D2D2D;
}

.inv-builder-title.bg-red-icon i {
	background: #e74c3c;
	padding: 13px 17px;
	border-radius: 5px;
	display: inline-block;
}

.inv-builder-title.bg-gray-icon.style01 .line-style i,
.inv-builder-title.bg-gray-icon.style02 .line-style i,
.inv-builder-title.bg-gray-icon.style03 .line-style i,
.inv-builder-title.bg-gray-icon.style04 .line-style i,
.inv-builder-title.bg-gray-icon.style05 .line-style i,
.inv-builder-title.bg-gray-icon.style06 .line-style i {
	background: #f9fafc;
}

.inv-builder-title.bg-charade-icon.style01 .line-style i,
.inv-builder-title.bg-charade-icon.style02 .line-style i,
.inv-builder-title.bg-charade-icon.style03 .line-style i,
.inv-builder-title.bg-charade-icon.style04 .line-style i,
.inv-builder-title.bg-charade-icon.style05 .line-style i,
.inv-builder-title.bg-charade-icon.style06 .line-style i {
	background: #2D2D3A;
}


.icon-connect {
	background: url('../images/connect.png') no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	margin-top: 14px;
	transition: all 0.4s ease;
}

.inv-builder-box:hover .icon-connect {
	margin-top: 24px;
}

.icon-users {
	background: url('../images/users.png') no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	margin-top: 14px;
	transition: all 0.4s ease;
}

.inv-builder-box:hover .icon-users {
	margin-top: 24px;
}

.icon-databases {
	background: url('../images/databases.png') no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	margin-top: 14px;
	transition: all 0.4s ease;
}

.inv-builder-box:hover .icon-databases {
	margin-top: 24px;
}

.box-content > p {
	min-height: 80px;
}

.input-group-addon.custom-select {
	padding: 0 10px;
}

.input-group .input-group-addon .form-control {
	/*border-top-right-radius: 0;
	border-bottom-right-radius: 0;*/
	height: 32px;
	min-width: 250px;
	background-color: #eee;
	border-color: #eee;
}

	.input-group .input-group-addon .form-control:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}


#addUserResult, #addDatabaseMainResult {
	clear: both;
}


.license-count {
	font-weight: bold;
}

.federation-options-info-manual-steps .table {
	margin: 16px 0;
	background-color: #fbfbfb;
}

.tab-content.federation .panel-heading.federation-heading {
	background-color: #E9F1FA;
	border-color: #E9F1FA;
	border-radius: 2px;
}

.tab-content.federation .panel-default {
	border-radius: 2px;
}

.table-label {
	width: 240px;
	font-weight: bold;
}


#ms-databaseUsers .ms-list {
	height: 200px;
}

#ms-databaseAdmins .ms-list {
	height: 200px;
}

#ms-databasePartners .ms-list {
	height: 100px;
}



.table td h5 {
	margin: 0;
	color: #ec008c;
	font-weight: bold;
	line-height: inherit;
}



.btn-spinner {
	display: inline-block;
	opacity: 0;
	width: 0;
	-webkit-transition: opacity 0.25s, width 0.25s;
	-moz-transition: opacity 0.25s, width 0.25s;
	-o-transition: opacity 0.25s, width 0.25s;
	transition: opacity 0.25s, width 0.25s;
}

.has-spinner.spinner-active {
	cursor: progress;
}

	.has-spinner.spinner-active .btn-spinner {
		opacity: 1;
		width: auto;
	}

.has-spinner.btn.spinner-active .btn-spinner {
	min-width: 20px;
}


#ms-publishingUsers {
	width: auto;
}

.portal-publishing label {
	margin: auto;
	font-weight: inherit;
}

.helpListItem {
	margin-top: 9px;
	background-color: #ebebeb;
}



.glyphiconCustomSize {
	font-size: 20px !important;
}



.helpContainer {
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 2px;
}

.helpElement {
	background-color: #ffffff;
}

	.helpElement:hover {
		background-color: #eee;
	}



.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #ebebeb !important;
	border-color: #ebebeb !important;
	color: #94959d !important;
}

.navbar-text {
	color: #696a6d !important;
	font-size: 16px !important;
}

.company-name {
	font-size: 16px !important;
}

.navbar-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #ebebeb;
	padding: 0 1rem;
	height: 50px;
	border-bottom: 1px solid rgba(209,207,207,.6392156863);
}

.header-left-side {
	color: #696a6d !important;
	display: flex;
	align-items: center;
	margin-left: 1.0rem;
}

.header-mcc-text {
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-left: 25px !important;
	font-weight: normal !important;
}

.app-launcher {
	font-size: 22px;
	color: #94959d;
}

.header-right-side {
	display: flex;
	align-items: center;
	justify-content: center;
}


.helpInfoButton {
	cursor: pointer;
	color: #94959d;
}

/*#region CustomStyleForToggleinMavimManager*/

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 15px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 10px;
		width: 10px;
		left: 1px;
		bottom: 2.5px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #ec008c;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

.publishDiv {
	width: 50%;
	margin-top: 40px;
	margin-left: 40px
}

.publishTable {
	width: 50%;
	max-width: 100%;
	margin-bottom: 20px;
}

.textAlignCenter {
	text-align: center;
}

.float-Right {
	float: right;
}

.publishHistoryBlock {
	margin-top: 80px;
}

.publishListIconStyle {
	color: #ec008c;
	cursor: pointer;
	font-size: 20px;
}

.actionCell {
	margin-right: 0px;
	margin-left: 0px;
}

.initiatePublishButton {
	display: block;
	float: right;
	clear: both;
	margin-left: 12px;
}

.margin-Right10 {
	margin-right: 10px;
}

.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background: #fff;*/
	z-index: 999999;
}

.loader {
	left: 50%;
	margin-left: -4em;
	font-size: 7px;
	border: .8em solid rgba(218, 219, 223, 1);
	border-left: .8em solid rgba(236,0,140,1);
	animation: spin 1.1s infinite linear;
}

	.loader, .loader:after {
		border-radius: 50%;
		width: 8em;
		height: 8em;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -4.05em;
	}

@keyframes spin {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/*#endregion CustomStyleForToggleinMavimManager*/
