/*Start ViewNCSLStaff Start*/
.left_b
{
    float: left;
    width: 45%;
    height: auto!important;
    /*position:relative;*/
}
.right_b
{
    /*display: block;*/
    float: right;
    width: 45%;
    height: auto!important; 
    border-left: solid;
    padding-left: 5em;
}

.nametitle
{
    float: left;
    width: 33%;
}
.office
{
    float: left;
    width: 33%;
}
.email
{
    float: left;
    width: 33%;
}
.GroupBy
{
    font: 14px;
    font-weight: 600;
}
/*End ViewNCSLStaff End*/

/*Start ViewWebsiteListing Start*/
.h2Headers
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #E2E2E3;
    border-top: 1px solid #E2E2E3;
    color: #14517E;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: medium;
    padding: 10px;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
}

.h2HeaderClearBtn
{
    text-transform: none;
    cursor: pointer;
    font-size: 12px;
    display: inline;
    margin-left: 8px;
    padding-bottom: 15px !important;
}

.divTopSectionLeft
{
    width: 35%;
    height: 260px;
    float: left;
    background-color: #F5F5F5;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.divTopSectionRight
{
    width: 35%;
    height: 260px;
    float: left;
    background-color: #F5F5F5;
    margin-bottom: 15px;
    margin-right: 5px;
    padding-bottom: 10px;
}

.divCheckBoxLists
{
    float: left;
    background-color: #F5F5F5;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 233px;
    overflow: auto;
    text-align: left;
    width: 99%;
    font-size: 13px;
}
.divError
{
   
    padding-left:20%;
    
}

.lists label
{ 
    display: inline !important;
    position: relative;
    font-size: 13px;
    
} 
/*End ViewWebsiteListing End */

/* Start ViewLegislativeStaff Start

.checkBoxLists tr td
{
}
.checkBoxLists input
{
}*/
.checkbox {
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
}
.checkBoxLists label
{ 
    display: inline !important;
    position: relative;
    font-size: 13px;
    
} 

.divBoxLists
{
    float: left; 
    background-color: #F5F5F5; 
    margin-bottom: 5px;
    padding-left: 5px;
    height: 205px;
    overflow: auto;
    text-align: left;
    width: 99%;
    font-size: 13px;

}
.h2HeadersStates {
    background-color: #235681;
    border-bottom: 1px solid #E2E2E3;
    border-top: 0px solid #E2E2E3;
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: x-large;
    padding: 5px 5px 4px 5px;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
    border-radius: 5px 5px 0 0;
}


.h3HeadersGroups {
    background-color: #EEEEEE;
    border-bottom: 1px solid #E2E2E3;
    border-top: 1px solid #E2E2E3;
    color: #91AFCA;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: medium;
    padding: 5px 5px 4px 8px;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
}

.FullName {
    font-weight: bold;
    padding: 2px 7px 0px 10px;
    text-transform: capitalize;
}
.usertitle {
    padding: 2px 7px 0px 10px;
}
.street {
    padding: 2px 7px 0px 10px;
}
.address {
    padding: 2px 7px 0px 10px;
}
.primary_phone {
    padding: 2px 7px 0px 10px;
}
    
.h2HeaderClearBtn
{
    text-transform: none; 
    cursor: pointer; 
    font-size: 12px; 
    display: inline;
    margin-left: 8px;
    padding-bottom: 15px !important;
}
.dnnLabel
{width: auto; 
}

.divMiddleSections{
        width: 99%;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        margin-right:5px;
        padding-bottom: 5px;        
    }
/* End ViewLegislativeStaff End */

/* Start ViewPersonifyAgenda Start */
.sessionname{
    max-width: 72%;
    min-width: 72%;
    width: 72%;
}
.sessiontime {
    max-width: 28%;
    min-width: 28%;
    width: 28%;
}
/*Remove the so it will become one large item*/
table td {border-top: none !important;}
/*Fix issues with DNN Checkbox*/
p img { padding: unset !important;}

@media print {
  
    body { 
	background: white; 
	font-size: 12pt; 
}
    div#content { 
	margin-left: 10%;
}
    .sessionname{
    max-width: 70%;
    min-width: 70%;
    width: 70%;
}
.sessiontime {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
}

a:link, a:visited { 
	color: #520; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}
a:link:after, a:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%; 
}
    .search,MainTable {
        display:none;
    }
}
/*End ViewPersonifyAgenda Start */