#addnewprjt,#addnewprjt_x{
	font-size:10px;
}

#addnewprjt_x{
	display:none;
}

.hidden{
	visibility: hidden;
}

/* EVENT ADDER */

#controllerOneBox{
	border-right:1px dotted #ccc;
	min-height:800px;
}

.mainTopBar{
	background:#3A9548;
}

li.projectsDisplay{
	cursor:pointer;
	background:#f7f7f7;
	padding:25px 30px 25px 30px;

}

.projectsDisplay span{
	
	font-size:30px;

}

span.eventcount{
	font-size:15px;
}

span.clientInfo{
font-size: 20px;
font-family:'Fjalla One', sans-serif;
text-transform: UPPERCASE;	
}

ul.clientData{
	
	list-style:none;
	padding:0px;
	margin:0px;
}


li.clientData{
	
	border-left:1px solid #f4f4f4;
}

.languageChoice{
	list-style: circle;
}
/* Event Display */

#listEvents{
  width: 100%;
  overflow-x: auto;
  white-space: nowrap; 
  font-size: 10;
  padding-bottom:10px;
}

#EventViewer{
	padding-bottom:20px;
}

div.eventDisplay{
  position:relative;	
  width: 200px;
  height: 200px;
  margin-right:5px;
  background:#f4f4f4;
  display: inline-block;

}

/* Event Actions */
a.plusActionBtn{
  position: absolute;
  margin:0px;
  bottom: 0px;
  left:0px;	
  background:#dbddde;
  font-size:15px;
}
a.deleteActionBtn{
  position: absolute;
  margin:0px;
  bottom: 0px;
  right:0px;	
  background:#ff2a68;
  font-size:15px;
}

.eventTitle{
  background:#898c90;
  padding:10px 0px 10px 0px;
  color:#fff;
}

/*EventCreationButton*/



/* Scroll Bar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dcdcdc; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #f4f4f4; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f4f4f4; 
}
