
.carousel-demo ul[rn-carousel-transition="hexagon"] {
  margin-left:100px;
}

.custom-indicator span {
  transition: all 0.3s ease-in;
}
.custom-indicator span.active {
  color:yellow !important;
}

ul[rn-carousel] {
    width:100%;
    height:250px;

    margin-top:20px;
    display:inline-block;
    text-align: center;
    margin-right:40px;
    
}

.names li {
    width:100%;
    height:100%;
    font-size:20px;
    background: none repeat scroll 0% 0% #A1DEF8;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    display:block;
}


.ngdialog.ngdialog-theme-custom .ngdialog-content {
	background: rgba(255,255,255,.9);
	padding: 1.8em 2em;
	width: 650px;
    height: 400px;
	-webkit-border-radius: 0;
	border-radius: 0;
}


.pure-button {
    font-family: inherit;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: rgba(0, 0, 0, 0.8);
    border: 0px none transparent;
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}
.pure-button {
    border: 3px solid green;
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
}

.zoomin {
    background-position:5px 5px;
    background-repeat: no-repeat; 
    background-image: url('../img/zoom_in.png'); 
    background-size:25px 25px;
    padding-left:37px;
}

.zoomin:hover {
    background-position:5px 5px;
    background-repeat: no-repeat; 
    background-image: url('../img/zoom_in.png'); 
    background-size:30px 30px;
    padding-left:37px;
}

.zoomout {
    background-position:5px 5px;
    background-repeat: no-repeat; 
    background-image: url('../img/zoom_out.png'); 
    background-size:25px 25px;
    padding-left:37px;
}

.zoomout:hover {
    background-position:5px 5px;
    background-repeat: no-repeat; 
    background-image: url('../img/zoom_out.png'); 
    background-size:30px 30px;
    padding-left:37px;
}



#visualization {
    position: relative;
}

.vismenu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 10;
}

.loading {
    position: fixed;
    z-index:10001;
    width:70%;
    height:500px;
    background-color:white;
    border:3px solid black;
    padding:0px;
	left:15%;
    padding-top:10%;    
    text-align: center;
    font-size:40px;
    font-family:  purisa, 'comic sans', cursive;   
}