.avatar{
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #37cfa2;
	color: white;
	text-align:center;
	line-height:60px;
	display: inline-block;
	margin-right: 8px;
    background-size: auto 50px;
    background-position: center center;
	vertical-align:middle;
	cursor:pointer;
}
#my-profile .avatar, #ranking .chart .large-avatar{
	height:140px;
	width:140px;	
    border-radius: 70px;
    overflow: hidden;
	margin:auto;
	background-size: auto 140px;
	background-position: center center;
	vertical-align:middle;
	cursor:default;
}

#my-profile .avatar i{
	line-height: 140px;
}

#my-profile label{    
	font-weight:bold;
	color: #666;
}
.modal .btn-danger{
	border-color: #F85363;
	background-color: #F85363;
}
.chart .avatar{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-size: auto 40px;
	margin-right:10px;		
}
.chart .avatar i{
	line-height: 30px;
	font-size: 24px;
}

#avatarInput, #avatarBase64{
	display:none;
}
.nickname{
	color: #17af82;
	font-size: 18px;
	vertical-align:middle;
	cursor:pointer;
}
.nickname:hover{
	color: #0092Ac;
}
.shelf_title {
	padding-bottom: 20px;
	padding-top: 20px;
}
.shelf_title h2 {
	line-height: 1.6em;
}
.shelf_title h2 button, .shelf_title h2 button:hover{
	color: #00a040;
	font-size: 22pt;
}
@media only screen and (max-width: 600px) {
	.shelf_title h2 button, .shelf_title h2 button:hover{
		font-size: 18pt;
	}	
}
.shelf_title h2>div{
	line-height: 1em;
}
.shelf_title i{
	color: #00a040;
	line-height: 56pt;
	vertical-align: middle;
	cursor: pointer;
}

.modal .modal-dialog {
    max-width: 1000px;
}
#my-profile .modal-dialog {
	width:350px;
}
#my-profile .modal-footer{
	display:block;
}
#my-profile .alert{
	margin-top: 10px;
	text-align: left;
}
#my-profile .modal-footer div{
	margin-top: 10px;
}
#my-profile .modal-footer  button.btn{
	min-width:150px;
}
#ranking .modal-dialog {
    max-width: 700px;
}
.modal-header{
    text-align: center;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
}
.modal-body-profile{
    text-align: center;	
}
.book {
	padding: 15px 0 0 0;
	margin: auto;
	max-width: 90%;
	height: auto;
}
.close{	
    font-size: 24pt;
	cursor: pointer;
}
.scoreBtnDiv{
	padding-bottom: 20px;	
}
.scoreBtnDiv>div.row>div:nth-of-type(1){ 
	text-align:left;
	padding-left: 40px;
}
.scoreBtnDiv>div.row>div:nth-of-type(2){ 
	text-align:right;
	padding-right: 40px;
}

.scoreBtnDiv .scoreBtn{
	color: #37cfa2;
    background-color: #fff;
    border-color: #fff;
	
	margin-right: 20px;
	font-size: 18px;
}
@media only screen and (max-width: 600px) {
	.scoreBtnDiv .scoreBtn{
		margin-right: 20px;
		font-size: 16px;
	}
}
.scoreBtn i{
	margin-right: 5px;
	vertical-align: middle;
}
.scoreBtnDiv .dropdown-toggle::after{
	margin-left: 0.55em;
}
.scoreBtnDiv .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {	 
	color:#fff;
    background-color: #20B2cc;
    border-color: #20Acbf;	 
}
.scoreBtnDiv .btn-primary:hover{
	background-color: #20B2cc;
    border-color: #20Acbf;	 
}
.dropdown{
	display:inline;
}
.dropdown .dropdown-toggle::after{
	vertical-align: 0.1em;
}
.dropdown-menu{
	padding: 10px 20px;
	font-size: 13pt;
}
.dropdown-menu .category{
	    color: #00a040;
	font-weight: bold;
}
.dropdown-menu .category i{
	margin-right: 10px;
}
div.row>div{
	text-align: center;
}
.shelf a:before { /* Just to give a little puddle of a shadow without adding another element */
	content: '';
    display: block;
    width: 80%;
    height: 1em;
    background: rgba(0,0,0,.15);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    -webkit-filter: blur(3px);
    filter: blur(5px);
    z-index:-5;
}
.shelf {
	border-bottom: 30px solid #eaeaea;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	top: -15px;
	z-index: -10;
}
/*Example adding pseudo element to give shelf depth*/
.shelf:after {
	content: '';
	background: #C8C8C8;
	height: 5px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}
.me{
	color: #ff6633;
	font-weight: bold;
}
#ranking .modal-body h5{	
	padding-top:30px;
}
.chart{
	text-align: center;
}
.chart .row{
	margin:auto;
}
.chart .row div{
	line-height:40px;
	padding:4px; 
}
.chart .row:nth-child(odd){
	background-color:#EEEEEE;	
}
.chart .row>div:nth-of-type(1){
	font-weight: bold;	
}
.chart .row>div:nth-of-type(2){
	text-align: right;
	
}
.chart .row>div:nth-of-type(3){
	text-align: left;
	
}
.chart .row>div:nth-of-type(1)>div{
	border-radius: 15px;
	/*width:30px;
	height:30px;	*/
	margin: auto;
}
.chart .row:nth-of-type(1){
	background-color: #37cfa2;
	color:white;
	font-weight: bold;		
}
.chart .row:nth-of-type(2)>div:nth-of-type(1) i{
	color:#FFAA00;
}
.chart .row:nth-of-type(2)>div:nth-of-type(1)>div{
	/*background-color:#FFFF33;*/
}
.chart .row:nth-of-type(3)>div:nth-of-type(1)>div{
	/*background-color:#CCCCCC;*/
}
.chart .row:nth-of-type(4)>div:nth-of-type(1)>div{
	/*background-color:#BBAA33;*/
}
.spinner-wrapper{
	background-color: rgba(50,50,50,0.5);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.spinner-border{
    margin-top: -1rem;
    margin-left: -1rem;
    position: absolute;
    top: 50%;
    left: 50%;
}
#saveProfile{
	display:none;
}
.modal-body-profile .delete{
	position:absolute;
	left:100px;
	background-color: #F85363;
	font-weight: bold;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	text-align: center;
	display:none;
}
.modal-body-profile .delete .close{
	float: none;
    margin: auto;
    line-height: 24px;
	color: 	white;
	opacity: 1;
}