@charset "utf-8";
/* CSS Document */

/***** Members main nav *****/
.pm-members-year-filter-container {
	float:right;
	width:100%;	
}

.pm-select-year-title {
	float:left;	
}

#pm-members-year-filter {
	width:100%;
	border:1px solid grey;
}

.pm-account-message {
	padding-left:45px;	
	background-image:url(img/account-icon.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
}

.pm-account-message p {
	line-height:20px;	
}

.pm-report-title {
    color: #004990;
    font-family: 'Oswald';
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 25px;
}

.pm-member-files-ul {
	list-style:none;
	padding:0;
	margin:0;
}

.pm-member-files-ul li {
    margin-bottom: 10px;
    padding: 0 0 10px;
	background-image:none;
	border-bottom:1px solid #4b3d3d;
}

.pm-member-files-ul li a {
	font-weight:normal !important;
	color:#4b3d3d;	
}

.pm-member-files-ul li a i {
	font-family:'FontAwesome';
	font-style:normal;
	float:right;
	font-size:22px;
	color:#457BAF;
	margin-top:-5px;
}

.pm-member-files-ul li a i:hover {
	color:#737372;	
}

#pm-members-nav {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	/*float:right;*/
}

#pm-members-nav li {
    background-image: none !important;
    border-right: 1px solid #CCC;
    float: left;
    font-size: 12px;
    margin-right: 8px;
    padding: 0 8px 0 0 !important;
}

#pm-members-nav li:last-child {
	 border-right: 0px solid #CCC;
}

#pm-members-nav li.last { /* IE 8 */
	 border-right: 0px solid #CCC;
}

#pm-members-nav li a {
	font-size:12px;
	color:#457BAF;
}

#pm-members-nav li a:hover {
	color:#737372;
}

#pm-members-nav li:last-child {
	margin-right:0px;	
}

/***** Account page ******/
.pm-members-account-title {
    border-bottom: 1px solid #808080;
    display: block;
    font-size: 18px;
    margin-top: 25px;
    padding-bottom: 10px;
}

#pm-members-account-type-info {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#pm-members-account-type-info li {
	float:left;
	margin-right:15px;	
	font-size:12px;
	padding:0 !important;
	background-image:none !important;
}

/****** My info form ******/

.pm-members-form-title {
    border-bottom: 1px solid #808080;
    display: block;
    font-size: 18px;
    margin-top: 25px;
    padding-bottom: 10px;
	margin-bottom:20px;
}

.pm-member-button {
	float:none !important;
	width:25% !important;	
	padding:5px !important;
}


.pm-members-account-info-form ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;	
}

.pm-members-account-info-form ul li {
	clear: both;
    list-style: none outside none;
    padding-bottom: 10px;
	overflow:hidden;
	background-image:none !important;
}

.pm-members-account-info-form label {
    float: left;
    font-size: 12px;
    padding-right: 20px;
    text-align: right;
    width: 160px;
}

.pm-members-account-info-form input, .pm-members-account-info-form select {
    float: left;
	width:50%;
}

/* Archive date menu widget */
.pm-dropdown {
    width:100%;
}


/*.pm-shop-filter-menu .pm-dropmenu .pm-menu-title a {
	font-size:12px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}*/

.pm-dropmenu {
    cursor: pointer;
    height: 44px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width:100%;
	background-color:white;
	border:1px solid #d5d5d5;
	
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}

.pm-dropmenu .pm-menu-title {
    color: #8e8e8e;
    font-family:'Open sans';
    font-weight: 500;
    margin:9px 0 0 12px;
	text-align:left;
}


.pm-dropmenu .pm-selected {
    color: grey;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
}

.pm-dropmenu i {
    color:#467BAF;
    position: absolute;
    right: 20px;
    top: 35%;
}

.pm-dropmenu-active {
    display: none;
    height: auto;
    position: absolute;
    width:293px;
    z-index: 9999;
}

.pm-dropmenu-active ul {
    margin: 0;
	padding: 0;
	list-style:none;
	background-color:white;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}

.pm-dropmenu-active ul li:before {
    content: "" !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pm-dropmenu-active ul li {
    text-align:left;
	background-image:none !important;
	padding-left:0px;
	
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.pm-dropmenu-active ul li:hover {
	background-color:#4070A0;	
}

.pm-dropmenu-active ul li:hover a {
	color:white;	
}

.pm-dropmenu-active ul li a {
    color: #8e8e8e;
    display: block;
    padding: 4px 20px;
	text-decoration:none;
	line-height:24px !important;
}

.pm-dropmenu-active ul li a.active {
	font-weight:bold;	
}
/* Archive date menu widget end */

/* Briefing notes wrapper */
.pm-briefing-notes-container {
	width:auto;
	height:210px;
	overflow:hidden;	
	position:relative;
	margin-bottom:40px;
}

.pm-briefing-notes-view-more {
    background-color: white;
    bottom: 0;
    display: block;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
}