@charset "utf-8";
@import url("/staticfiles/lop/assets/css/googleFonts.css");

html {
	height: 100%;
}

body 
{
	color:#000;
	width:100%;	
    margin: 0 auto 0 auto;
	height: 100%;
}

#parlinfo_contentwrapper
{
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;  /* for demo purposes only */
	/* border:1px solid #999; */
	font-family:"Open Sans";
	font-size:14px;
	margin-top:0;
	padding:0;
	margin-bottom: 25px;
}

#parlinfo_contentwrapper_wide
{
	/*width:100%;*/
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;  /* for demo purposes only */
	/* border:1px solid #999; */
	font-family:"Open Sans";
	font-size:14px;
	margin-top:0;
	padding:0;
	margin-bottom: 25px;
}

#parlinfo_contentwrapper_wide p, #parlinfo_contentwrapper p   /* added on October 18, 2015 */
{
    margin: 10px 0 10px;
}

#parlinfo_middlesection
{
	background-color:#fff;
	width:100%;
	min-height: 100%;
}

#parlinfo_contentsection 
{
    width:100%;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 20px 0;
}

#parlinfo_contentsection h2
{
	font-family: 'Open Sans';
	color:#000;
	/*font-size:1.8em;*/
	font-size:1.3em;
	font-weight:bold;
}

#parlinfo_contentsection img
{
	 float:left; 
	 margin-right:0; 
	 margin-bottom:20px;
}

#parlinfo_contentsection ul
{
	list-style-type:none;
	display: table;
	margin-left: 1px;
	padding-left:1px;
}

#parlinfo_contentsection ul li
{
	color:#000;
	font-size:13px;
	/*color:#000;*/
	margin-bottom:8px;
}

#parlinfo_contentsection ul li a
{
	color:#2A5DB0;
	font-size:13px;
	/*color:#000;*/
	margin-bottom:8px;
}

#parlinfo_contentsection ul li.generic
{
	list-style-type:disc;
	margin-left:20px;
}

a 
{
    /*z-index: 1000;*/
    /*color:#0044CC;*/
	color:#2A5DB0;   
	padding: .3em 0;
	position: relative;
	z-index: 1;
}

#parlinfo_contentsection a:hover 
{
    /*z-index: 1000;*/
    /*color:#0044CC;*/ 
	color:#2A5DB0;  
	padding: .3em 0;
	position: relative;
	z-index: 1;
	text-decoration:underline;
}

.parlinfo_defaultfont {
	font-family:"Open Sans";
}

.parlinfo_defaultfontbold {
	font-family:"Open Sans";
	font-weight: bold;
}

.parlinfo_defaultfontbs {
	font-family:"Open Sans";
	font-weight: bold;
	font-size:small;
}

.parlinfo_defaultfontsm {
	font-family:"Open Sans";
	font-size:small;
}

.sm_notes {
	font-size: 90%;
	font-style: oblique;
}

ul.profile_list {
	list-style-type: none;
	display: table;
	margin-left: 1px;
	padding-left:1px;
}

ul.profile_list li{
	padding: 5px 0 5px 5px;
}

ul.pi_spouse {
	list-style-type: disc;
	margin-left: 10px;
	padding-left:1px;
}

ul.pi_spouse li{
	padding: 5px 0 5px 5px;
}

ul.pi_children {
	list-style-type: square;
	margin-left: 10px;
	padding-left:1px;
}

ul.pi_children li{
	padding: 5px 0 5px 5px;
}

.pi_note {
	font-size : 0.8em;
	font-style: oblique;
	padding: 2px 5px 2px 5px;
}

.pi_hidden {
	display:none;
	font-size:1px;
	width:0px;
	height:0px;
}

.inithide,
.inithide0,
.inithide1,
.inithide2,
.inithide3,
.inithide4,
.inithide5,
.inithide6,
.inithide7,
.inithide8,
.inithide9,
.inithide10,
.inithide11,
.inithide12,
.inithide13,
.inithide14,
.inithide15,
.inithide16,
.inithide17,
.inithide18,
.inithide19,
.inithide20,
.inithide21,
.inithide22,
.inithide23,
.inithide24,
.inithide25,
.inithide26,
.inithide27,
.inithide28  {
	display : none;
}

.parlinfo_govDefeat {
	margin: 5px 0px 20px 0px;
}

.parlinfo_recordedVotes {
	margin: 5px 0px 20px 0px;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.smallSelectControl{
	width: 65px !important;
}

	.std-header, .std-header-small, .std-header-xsmall, .std-header-xxsmall, .std-header-xxxsmall   {		
		font-weight:bold;
		display:block;
	}
	.std-header{		
		font-size:1.3em;		
	}
	.std-header-small {		
		font-size:1.2em;		
	}
	.std-header-xsmall {		
		font-size:1.1em;		
	}	
	.std-header-xxsmall {		
		font-size:1em;	
		font-weight:600;
	}	
	.std-header-xxxsmall {		
		font-size:0.9em;	
		font-weight:600;
	}


    /**/
    /*Required for collapsable Panels in the Parliamentarian Profile and other profile pages*/
    /**/
    .panel h2.panel-title 
    {
    	padding-bottom:0px;
    	padding-top:0px; 
    	margin-top: 0px;
    }
    
    h2.panel-title a
    {
        display:block;
        text-decoration:none;
    }
    
    div.rounded-block, div.rounded-info-block
    {
    	background: #fbfbfb;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;	
    	margin-bottom: 10px;
        border-radius: 2px;    
    	border: 1px solid #f2efef;	
    }
    
    div.rounded-info-block
    {
    /*	background: #ffffcc63;    */
    }
    
    div.rounded-block  > ul
    {
    	list-style-type: none;		
    	margin-left: -35px;
    	margin-top: 12px;
    }
    
    div.rounded-block  > ul > li
    {	
    	list-style-type: none;		
    	padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;	
    }
    
    /* Icon when the collapsible content is shown */
    h2.panel-title a:after {
        font-family: "Glyphicons Halflings";
        content: "\e114";
        float: right;
    }
    
    /* Icon when the collapsible content is hidden */
    h2.panel-title a.collapsed:after {
        content: "\e080";
        float: right;
    }   

	/* This overides the Dex Express Style for Acessibility: change the text color to a more Contrasting color */
	.gridContainer {
		margin: 20px auto;
	}
	.gridContainer .dx-datagrid-group-panel .dx-group-panel-item {
			color: dimGray; 
			font-weight: bold;
	}
	.gridContainer .dx-datagrid-headers {
		color: dimGray;
		font-weight: bold;
	}
	.gridContainer .dx-datagrid-rowsview .dx-row.dx-group-row {
		color: dimGray;
		font-weight: bold;}

	.gridContainer .dx-pivotgrid-horizontal-headers {
		color: dimGray;
		font-weight: bold;}

	.gridContainer .dx-pivotgrid-vertical-headers {
		color: dimGray;
		font-weight: bold;}
		
	.dx-pivotgrid .dx-pivotgrid-area td {
		color: dimGray;
		padding: 7px 10px;
	}	
