/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; background: #eee; }
body { font: 10px sans-serif; }
#page-wrap { width: 100%; padding: 0 0 0 0px; margin: 0 auto; overflow: hidden; height: 100%; }

.info-col { float: left; width: 132px; height: 100%; padding: 0 0 0 0; width: 7% !important;}
.info-col h2 { text-align: center; font-weight: normal; padding: 10px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.batman { background: url(../images/batman.jpg) center center no-repeat; }
.spiderman { background: url(../images/spiderman.jpg) center center no-repeat; }
.aquaman { background: url(../images/aquaman.jpg) center center no-repeat; }
.ironman { background: url(../images/ironman.jpg) center center no-repeat; }
.superman { background: url(../images/superman.jpg) center center no-repeat; }

dt { padding: 5px; background: #900; color: #666; border-bottom: 1px solid white; border-right: 1px solid white; padding-bottom: 20px !important; font-size: 40px; padding-left: 8px !important; }
dd { position: absolute; left: -9999px; top: -9999px;  background: #900; padding: 10px; color: #666; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #FFF; }
dd:nth-of-type(1) { background: #FFF; }

dt:nth-of-type(2) { background: #FFF; }
dd:nth-of-type(2) { background: #FFF; }

dt:nth-of-type(3) { background: #FFF; }
dd:nth-of-type(3) { background: #FFF; }

dt:nth-of-type(4) { background: #FFF; }
dd:nth-of-type(4) { background: #FFF; }

dt:nth-of-type(5) { background: #FFF; }
dd:nth-of-type(5) { background: #FFF; }

dt:nth-of-type(6) { background: #FFF; }
dd:nth-of-type(6) { background: #FFF; }

.curCol { 

	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
	width: 58% !important;
	position: relative; 
	z-index: 1; 

}


.dot{
	color:blue;
}
.dot-selected {
    
  width: 35px;
  height: 35px;
  display: flex;
  /*border: 1px solid black; */
  display: inline-grid;  
  align-items: center;
  text-align:center;
  color:#FFF;
  background-image:url(http://sharepro.cloud/InfoGrid/images/blue-circle.jpg);
  background-size:cover;

}


#starter{
	    background: yellow;
}


