
#paper-list  {
	list-style-type: none;
	padding:0; 
	margin:0;
}

.paper-title{ 
	font-weight: bold;
	font-size: 1.2em;
	}

.paper-title button { 
	
	font-size: 0.8em;
	margin:0;
	padding: 0;
	}
	
.paper-abstract{
	display: none;
	border: 1px solid black ;
	padding:10px;
	margin-bottom:10px;
}

.paper-date{
	
	
}

#selection-paper-box h4{
	
font-size: 1.17em;
margin: 0;

}

#selection-paper-box li{
	

margin-bottom:30px ;

}

#selection-paper-box p{

	margin:0;
	padding:0;
	
}

#paper-list li{
	

margin-bottom:30px ;

}

.popupPanel
{
	padding:10px;
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    display: none;
    

    height: 80px;
    margin-top: -40px;

    width: 400px;
    margin-left: -200px;
}

.updatePopupPanel
{
	padding:10px;
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    display: none;
    

    height: 80px;
    margin-top: -40px;

    width: 400px;
    margin-left: -200px;
}

.popupIncludePanel
{
	padding:10px;
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    display: none;
    text-align: center;
    

    height: 80px;
    margin-top: -40px;

    width: 400px;
    margin-left: -200px;
}

.popupExcludePanel
{
	padding:10px;
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    display: none;
    text-align: center;
    

    height: 80px;
    margin-top: -40px;

    width: 400px;
    margin-left: -200px;
}

ol#all-paper-list {
	margin:0;
	padding: 0;
}

ol#all-paper-list li{
	margin-bottom:16px;;
	
}
body{ counter-reset: mycounter;}


ol.yeargroup li {
    list-style: none;
}
ol.yeargroup li:before { 
    content: counter(mycounter) ". "; 
    counter-increment: mycounter;
}

.paperTitleBuilb {margin: 15px 0 0 ; padding: 0}


 #progressbar {
    margin-top: 20px;
  }
 
  .progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
 
  .ui-dialog-titlebar-close {
    display: none;
  }
  
  .updatePaperWrapper{
  	float: left; width:100%; 
  	
  }
  
  .leftColPapWrapper{
  	float: left; 
  	width:10%;
  	font-weight: bold;
  }
  
.rightColPapWrapper{
  float: right; 
  width:90%;
  margin-bottom: 10px ;
  }
  
 .rightLAbel{
  width: 90px;
  font-weight: bold;
  
  display: inline-block;
  }
  
  
  
  .updateTitle{
  color: blue;}