/* 
* Presentation portal CSS
*/
body {background-image: url(https://az659834.vo.msecnd.net/eventsairwesteuprod/production-kuonicongress-public/0586140d5b454071b850eaeea6e15947);
background-attachment:fixed;
background-position:50% 50%;
}

/*
* 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;
}   

/*
* [EWASS only] Split themes and Sub-themes <select>
*/
.new-select {
    display: grid;
    grid-template-columns: 65px 1fr;
}

.new-select > span {
    font-weight: bold;
}

.new-select > select:disabled {
    color: grey;
    opacity: .7;
}

/*
* center "welcomâ€¦" + 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;
}

/*
* Abstract submission Review (script)
*/
#review-container > div:first-child {
    display: none !important;
}

#detail-review > h3 {
    color: #433dd9;
}

#detail-review > ul {
    list-style-type: none;
    padding-left: 0;
}

#detail-review .presenting {
    font-weight: bold;
}