.cool {
	background:ok;
}
* { box-sizing: border-box; padding:0; margin:0; }

#logo-container {
	display: block;
    position: absolute;
    z-index:3;
    width: 140px;
    bottom: 46px;
    left: 10px;
    opacity:0;
    margin-left:-28px;
}
#logo {
	display: block;
    position: relative;
    width: 130px;
    margin:0px auto 10px;
}
#spinner {
	display:block;
	position:absolute;
	background:#fff;
	height:610px;
	width:100%;
	top:0px;
	left:0px;
	text-align:left;
	z-index:6;
}
#spinner img {
	display:block;
	position:absolute;
	width:80px;
	top:50%;
	left:50%;
	margin:-40px
}
#element {
	display:none;
	position:absolute;
	background:#fff;
	height:610px;
	top:0px;
	left:0px;
	text-align:left;


	margin-left: 10%;
    margin-top: 20px;
    width: 80%;
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.25);
    border-radius: 20px ;
    border: 10px solid #f4f4f4;
}

#element #element-links a:not([href]) {
  display: none!important;
}

#element h3 {
	font-weight:400;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:24px;
}
#element-close {
	display:block;
	position:absolute;
	top:10px;
	right:15px;
	font-size:24px;
	cursor:pointer;
}
#element-close:hover {
	opacity:.8;
}

#element-logo {
	margin-top:0px;
	max-width:200px;
	margin:0px auto ;
}
#element-content {
	margin-top:10px;
	text-align:left;
}
#element-links > li, #element-view-all-links > li {
	padding-left:16px;
	padding-right:16px;
}
#element-links>li ~ li::before, #element-view-all-links > li ~ li::before {
    /*content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    border-right: 1px solid #e3e3e3;
    margin: 6px -18px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;*/
}

#element-related li {
	opacity:0;
}
#element-related img {
	width: 100px;
    padding: 18px 10px;
    margin: 0px 4px 10px;
}



#element h3 span {
	position: relative;
    display: inline-block;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
}
#element h3 span::before, #element h3 span::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    margin: 2px auto;
    border-top: 1px solid rgba(0,0,0,0.15);
}
#element h3 span::before {
    margin-bottom: 4px;
    left: -30px;
    top: 10px;
}
#element h3 span::after {
    margin-top: 4px;
    right: -30px;
    top: 10px;
}


.wrapper {
  width:1000px;
  background:#f4f4f4;
  height:610px;
  margin:0px auto;
  position:relative;
  color:#333;
}

.main:after {
  clear:both;
  content:"";
  display:table;
}

.main li {
  width: 55px !important;
  height: 55px !important;
  color: #fff !important;
  position: relative !important;
  float: left !important;
  padding: 0px 1px 0px 2px !important;
  margin: 1px !important;
  cursor: pointer !important;
  padding-top: 12px !important;
  overflow: hidden !important;
  transition: all .2s ease-in !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 25px;
  opacity:1 !important; /*mjb-10/02/18*/
  z-index:1 !important;
  font-family: "GothamBold", "Open Sans", sans-serif;
  font-weight: 700;
}

.main {
  position: relative;
  z-index: 1;
}

.main.top {
  z-index: 6;
}

.main li > * {
  font-family: "GothamBook", "Open Sans", sans-serif;
  font-weight: normal;
}

.main li span {
  display:block !important;
  line-height: 8px !important;
  font-size:7px !important;
  color:#fff !important;
  padding-top:0px !important;
  padding-right: 1px;
}

.main .empty {
 	border:none !important;
  box-shadow:none !important;
  cursor:default !important;
}

li[deactivate] {
  -webkit-filter:opacity(0.5);
  filter:opacity(0.5);
}

.deactivate {
  /* opacity:0.5!important; */
  -webkit-filter:opacity(0.5);
  filter:opacity(0.5);
}

.main li:before,
.main li:after, .addlink {
  content:attr(data-pos) !important;
  position:absolute !important;
  top:3px !important;
  left:3px !important;
  color:#fff !important;
  font-size:8px !important;
  line-height:1 !important;
  font-family: "GothamBook", "Open Sans", sans-serif;
  font-weight: normal;
}

.main li:after {
  content:attr(data-nb) !important;
  left:auto !important;
  right:3px !important;
}
.addlink {
    left: auto !important;
    right: 23px !important;
    visibility: hidden !important;
    color:#ffffff !important;
}


.main li:not(.empty):hover {
  transform:scale(2) !important;
  z-index:2 !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
}

/* .main .empty:hover {
 	box-shadow:none !important;
  transform:none !important;
} */

.type-96900660 { background:#F37C20; } /* DATABASE */
.type-6475 {background:#E9BD1E } /* SCM */
.type-5506 { background:#00A2A1; } /* BUILD */
.type-5675 { background:#0062CE; } /* CI */
.type-6558 { background:#666666; } /* REPO MANAGEMENT */
.type-5679 { background:#DC5332; } /* TESTING */
.type-5700 { background:#079948; } /* DEPLOYMENT */
.type-5665 { background:#999999; } /* CONFIG / PROVISIONING */
.type-6554 { background:#800080; } /* CONTAINERIZATION */
.type-5677 { background:#003366; } /* CLOUD / IAAS / PAAS */
.type-5680 { background:#AA217E; } /* RELEASE */
.type-6514 { background:#55acee; } /* COLLAB */
.type-5678 { background:#444444; } /* BI / MONITORING */
.type-6503 { background:#61bb46; } /* LOGGING */
.type-6502 { background:#007C78; } /* SECURITY */


.pttechtype-enterprise-agile-planning	{background:#00b87a !important; }
.pttechtype-aiops						{background:#da8a00 !important; }
.pttechtype-aiops-analytics				{background:#da8a00 !important; }
.pttechtype-artifact-repository			{background:#00a0f1 !important; }
.pttechtype-cloud						{background:#008854 !important; }
.pttechtype-collaboration				{background:#ec593c !important; }
.pttechtype-configuration				{background:#0085c6 !important; }
.pttechtype-containers					{background:#00a6a5 !important; }
.pttechtype-continuous-integration		{background:#9a8da6 !important; }
.pttechtype-database-automation			{background:#f06500 !important; }
.pttechtype-deployment					{background:#3f225d !important; }
.pttechtype-serverless-paas				{background:#B53732 !important; }
.pttechtype-release-orchestration		{background:#007a82 !important; }
.pttechtype-security					{background:#0059bd !important; }
.pttechtype-source-control-management	{background:#6f609b !important; }
.pttechtype-testing						{background:#3eb5ba !important; }
.pttechtype-value-stream-management		{background:#519d2a !important; }
.pttechtype-issue-tracking-itsm			{background:#ffb500!important; }


.legend .list-2 li.pttechtype-enterprise-agile-planning::before	{background:#00b87a !important; }
.legend .list-2 li.pttechtype-aiops::before						{background:#da8a00 !important; }
.legend .list-2 li.pttechtype-aiops-analytics::before			{background:#da8a00 !important; }
.legend .list-2 li.pttechtype-artifact-repository::before		{background:#00a0f1 !important; }
.legend .list-2 li.pttechtype-cloud::before						{background:#008854 !important; }
.legend .list-2 li.pttechtype-collaboration::before				{background:#ec593c !important; }
.legend .list-2 li.pttechtype-configuration::before				{background:#0085c6 !important; }
.legend .list-2 li.pttechtype-containers::before				{background:#00a6a5 !important; }
.legend .list-2 li.pttechtype-continuous-integration::before	{background:#9a8da6 !important; }
.legend .list-2 li.pttechtype-database-automation::before		{background:#f06500 !important; }
.legend .list-2 li.pttechtype-deployment::before				{background:#3f225d !important; }
.legend .list-2 li.pttechtype-issue-tracking-itsm::before		{background:#ffb500 !important; }
.legend .list-2 li.pttechtype-serverless-paas::before			{background:#B53732 !important; }
.legend .list-2 li.pttechtype-release-orchestration::before		{background:#007a82 !important; }
.legend .list-2 li.pttechtype-security::before					{background:#0059bd !important; }
.legend .list-2 li.pttechtype-source-control-management::before	{background:#6f609b !important; }
.legend .list-2 li.pttechtype-testing::before					{background:#3eb5ba !important; }
.legend .list-2 li.pttechtype-value-stream-management::before	{background:#519d2a !important; }

.legend {
  position: absolute;
  top: 0;
  z-index:2;
  left: 150px;
  width: 572px;
  height: 170px;
  font-size: 11px;
  opacity:0;
  margin-left:-68px;
  overflow: hidden;
}

.legend-model{
	position: absolute;
    top: 417px;
    z-index: 5;
    left: -29px;
    width: 510px;
    height: 25px;
    font-size: 11px;
    opacity: 1;
    margin-left: 0px;
}
.legend-model .list-1 li{
	float:left;
	margin-right: 20px;
}

.legend:after {
 content:"";
  display:table;
  clear:table;
}

.legend ul, .legend-model ul {
  list-style: none;
  text-align: left;
}

.legend .list-1, .legend .list-2 {
  display:block;
  position:absolute;
}
.legend .list-1 {
  left:0px;
  width:18%;
}
.legend .list-2 {
    right: 0px;
    width: 107%;
	line-height: 15px !important;
	margin-right: -10%;
}
.legend .list-1 li,.legend .list-2 li {
  margin:2px 0;
}
.legend-model .list-1 span.model-box {
  font-size: 10px;
  display:inline-block;
  background-color: #FFF;
  padding:1px;
  width:25px;
  text-align:center;
  height:25px;
  margin-right:5px;
  border: solid 1px #CCCCCC;
  line-height: 21px;
  font-family: "GothamBold", "Open Sans", sans-serif;
  font-weight: 700;
}
.legend .list-1 a, .legend .list-2 a {
	color:#54636f !important;
}
.legend .list-2 li {
  margin:1px;
  padding:2px 0px 2px 22px;
  height:26px;
  float:left;
  width: calc(33.333% - 2px);
  background: transparent!important;
  font-size:10px !important;
}

.legend .list-2 li:nth-child(3n + 2) {
  width: 29%;
}

.legend .list-2 li::before, .legend-model .list-1 li::before {
	content:'';
	display:block;
	position:absolute;
	width:18px;
	height:18px;
	left:-2px;
	top:0px;
}



#logo-box {
	margin:10px 0px;
}
#drop-box {
  position: absolute;
  text-aligh:left !important;
  bottom: 0;
  left: 0;
  width:160px;
  height:160px;
  padding: 10px;
  font-size: 11px;
  border: 3px dashed #e3e3e3;
  overflow: scroll;
  z-index:2;
}
#drop-box img{
	display:inline-block;
	width:60px;
}
#drop-box-cta {
	display:block;
	position:absolute;
	text-align:center;
	top:50%;
	bottom:50%;
	left:10px;
	right:10px;
	font-size:24px;
	text-align:left;
	color:#e3e3e3;
	margin:-50px auto;
	z-index:-1;

}
#drop-box-cta span {
	display:inline-block;
	text-align:center;
	width:100%;
	font-weight:100 !important;
}
#action-list {
	margin:6px 0px 0px;
	padding:0px;
}
#action-list li a {
	width:20px;
	height:20px;
	color:#666;
	text-transform:uppercase;
	font-size:9px;
}
.fancybox-container li {
  font-size: 16px;
}
.fancybox-container ul {
  margin-left: 10px;
}
button.fancybox-close-small:hover {
  color: #fff;
}




