/* a-z menu people start */
#wrapper_people_list ul#a-z-menu {
    padding:0;
    margin:0;
    width:100%;
    overflow-x:hidden;
    overflow-y: hidden;
    display: flex;
    
}
@media only screen and (min-width: 992px) {
    .submenu {
        display: block;
    }
    .open-submenu {
        display: none;
    }

}
#wrapper_people_list ul#a-z-menu li {
    background:var(--ihs-red);
}
#wrapper_people_list ul#a-z-menu li a {
    padding:8px;
    background:var(--ihs-red);
    color:#fff;
}
/* a-z menu people end */

/* People start */

/* People list view */
#wrapper_people_list {
    width: 100%;
    margin: 1px auto;
    color: #000;
}
#wrapper_people_list h3 {
        font-weight:normal;
        font-size: 16px;
        margin:0;
}
#wrapper_people_list h3.p-list {
        padding-left:0;
        line-height: 20px;
}
#wrapper_people_list h3.letter {
        padding-left:0;
        margin-top:15px;
}
#wrapper_people_list a {
        color:#00c3d4;
}
#wrapper_people_list a:hover {
        color:#00c3d4;
        text-decoration:underline;
}
#wrapper_people_list ul {
        list-style:none;
        padding:4px;
        margin:0 10px 0;
}
/* end */


/* People Detail */
.people_banner ul {
	background: var(--ihs-light-grey);
	width: 100%;
	overflow:hidden;
	list-style:none;
	padding: 12px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	margin-top:8px;
}

.people_banner li {
	width: 325px;
    margin-right: 15px;
    float:left;
}

.people_banner li.people_descr {
	width: 195px;
}

.people_banner li.people_image {
	width: 200px;
}

.people_name h3 {
	font-size: 18px;
}

.listofpub {
    padding-top: 25px;
    font-weight: bold;
}
span.lastname {
	text-transform: uppercase;
}

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

/* EcoFin Academic Research & Teaching*/
.people_banner .people_name_ecofin_academic_research_teaching {
	padding-left: 12px;
	color: red;
}

.people_banner .people_name_ecofin_academic_research_teaching h3 {
	color: red;
}


.people_banner .people_descr {
	padding-top: 1px;
}

.people_banner li.people-detail-image {
	float:right;
    margin-right: 0;
}
/*Publications*/
.people_publications ul {
	list-style:none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.people_publications li {
	padding:0;
}

.people_publications li.publication_list {

}

.peope_publications .panel-default {
	background: var(--ihs-light-grey);
}

.panel {
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}

.panel-default {
	border-color: var(--ihs-light-grey);
}

.people_publications .panel-group .panel {
border-radius: 0px;
}

.group ul li:first-child {
		
}

.nav-tabs {
	border-bottom:0;
}

.panel-default>.panel-heading {
background-color: var(--ihs-light-grey);
}

.panel-default>.panel-heading {
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: repeat-x;
filter: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
border:none;
}


.panel-default>.panel-heading p.seriestitle {
font-size: 13px;
margin-top: 4px;
line-height: 1.4em;
}


.people_publications span.rechteck {
	float:right;
}

span.rechteck {
    float: right;
}

.panel-collapse {
	background: var(--ihs-light-grey);
}

#authoren {
font-size: 14px;
font-family: arial;
}

.shortCV {
	border: 1px solid var(--ihs-light-grey);
	padding:10px;
}

.CV {
	background: var(--ihs-dark-grey);
	color: #fff;
	padding-left: 18px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.CV h3.cv_header, .CV h3.cv_header a {
	color: #fff;
	padding-left: 5px;
    margin: 5px;
}

/*temp publications */
body.page-219 div.panel-heading > h4 > span {
float: right;
}

.panel-title {
	overflow:hidden;
	}

body.page-219 h4.panel-title {
overflow: hidden;
font-size: 18px;
}


/*pagination*/

.ihs-paginator {
    width: 100%;
    display: inline-flex;
    background: #9B2341;
    color: #fff;
    float: left;
    margin: 10px 0 0;
    padding: 4px 0;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 15px;
    position:relative;
}

body.eco-fin-applied-economics .ihs-paginator {
    background: #0D5168;
}

body.eco-fin-research-teaching .ihs-paginator {
    background: #01759C;
}

body.sociology .ihs-paginator {
    background: #CDA022;
}

body.political-science .ihs-paginator {
    background: #436900;
}

.ihs-paginator  {
    height: 27px;
}


.ihs-paginator .paginator-controlls {
    width: auto;
    margin-left:15px;
}

.ihs-paginator .paginator-pages {
    width: auto;
    text-align:right;
    position:absolute;
    top:3px;
    right:15px;
}

.ihs-paginator ul {
    width: 100%;
    overflow:hidden;
    list-style:none;
    padding: 0;
    margin: 0;
}

.ihs-paginator li {
    width: auto;
    margin: 0 4px;
    list-style: none;
    font-weight:bold;
    float:left;
}

.ihs-paginator li.next {
    padding-right: 0px;
}

.ihs-paginator a {
    color: #fff;
    text-decoration: none;
}

.ihs-paginator a:hover,
.ihs-paginator li.current {
    text-decoration: underline;
}

/*end*/

/*Worker Cards list */
#wrapper_people .card {
    background-color: var(--ihs-light-grey);
    border:none;
    min-height: 24em;
}
#wrapper_people .card img {
    max-width: 100%;
    height: auto;
}
#wrapper_people .card-image {
    text-align: center;
    padding-top: 20px;
}
#wrapper_people .people-text {
    color: var(--ihs-red);
}
#wrapper_people .people-text h3 {
    color: var(--ihs-red);
}


/* Worker Cards detail */
#wrapper_people_detail_1 {
    margin-bottom: 2px;
}
#wrapper_people_detail_1 .card {
    background-color: var(--ihs-light-grey);
    border: none;
    border-radius: 0;
}
#wrapper_people_detail_1 .card-footer {
    background-color: var(--ihs-light-grey);
    border: none;
}
#wrapper_people_detail_1 img {
    max-width: 100%;
    height: auto;
}



.p_page {
    padding:0;
    margin:0;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bi.bi-person-fill {
    font-size: 1.7em;
    color: var(--ihs-red);;
}
.p_page li {
    padding-left: 5px;
    padding-right: 5px;
}
.p_page li a {
    font-size: 14px;
}
.logout-submit {
    border: none;
    background: none;
    color: #0084b4;
    padding:0;
    margin:0;
}
.logout-submit:hover {
    background:none;
    color: var(--ihs-red);
    text-decoration: underline;
}


/*Login */
.login-btn.btn.btn-primary {
    background-color: #666;
    border-color: #666;
}

.orcid {
    width: 24px;
}
