/* 
* Presentation portal CSS
*/


/*
* Style of cross and checked icons on the left navbar 
*/
#step-sidebar .glyphicon {
    padding: 1px 2px;
    background-color: white;
    border-radius: 50%;
}

#step-sidebar .glyphicon-remove {color: red;}
#step-sidebar .glyphicon-ok {color: green;}

/*
* Authors & Affiliation page hidding State, Title, Position
*/
.well.well-sm.affiliation-container > .form-group:nth-of-type(4),
.well.well-sm.author-container > .form-group:nth-of-type(6),
.well.well-sm.author-container > .form-group:nth-of-type(2) {
    display: none;
}   

/*
* center "Welcome..." + change menu <li.active>
*/
.navbar-inverse .navbar-nav>.active>a {
    color: #364fa1;
    background-color: white;
    background-image: none;
}

.welcome {
	font-size: 18px;
	text-align: center;
}
