﻿body {
}

#lobb_person 
{
	font-weight: bold;
}

ul#info_lobb li
{
	font-weight:bold;
}

ul#info_lobb li .lbprincipals
{
	font-weight:normal;
}

ul#info_lobb li span 
{
	font-weight:normal;
}

.page_labels 
{
	text-align:center;
	padding: 15px;
	font-size:1.1em;
	
}

span.current_page_num 
{
	color: Blue;
	font-weight:bold;
}

#LBPrincipals 
{
	font-weight: normal !important;
}

.lblDatabaseError 
{
	color:Red;
	font-weight:bold;
}

h1 
{
    font-size: 1.4em !important;
    margin: 0px 0px 10px 0px !important;
}

.entityname {
    font-size: 1.3em;
}

hr
{
	margin: 5px 0px !important;
}

.form-control
{
	display: block;
    width: 100%;
    height: 34px;    
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}


.labels {   
    margin-bottom: 5px;
    font-weight: bold;
}

select, option {
	 
    padding-left: 20px  !important;      
}

.lob-btn {
	width: 26px;
    display: inline-block;  
    padding: 4px 6px;  
    margin-bottom: 0px;    
    font-size: 14px;    
   	font-weight: normal;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;        
    user-select: none;
    background-image: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 0px;
    /*border-right: 0px;*/

    border-radius: 0px;
    -moz-border-radius: 0px; 
    float: left;      
}

.btn-default {	  
    color: #333;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
    //border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);   
}

.btn-default:hover, .btn-default:focus {
 	background-color: #e6e6e6;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn-group { 
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 0px;
    height: 40px; 
    padding-top: 10px      
}

.btn-search {     
    width: 100px;
    float: right !important;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -moz-border-radius: 4px;         
}

.btn-a {
 	border-left: 2px solid #DDDDDD !important;
 	border-top-left-radius: 4px; 
 	border-bottom-left-radius: 4px; 	 	
 	-moz-border-radius-topleft: 4px;
 	-moz-border-radius-bottomleft: 4px;          
}

.btn-z {     
	border-top-right-radius: 4px; 
 	border-bottom-right-radius: 4px; 	
 	-moz-border-radius-topright: 4px;
 	-moz-border-radius-bottomright: 4px;      
}

@-moz-document url-prefix() { 
	.lob-btn{
		padding: 4px 7px;
	}
	.form-control {
  		height: 22px;
	}
	option {    
    	padding-left: 23px !important;      
	}		
}

.dropdown-toggle:focus {
    outline: 0;    
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.lob-text{
	margin-bottom: 20px;
	font-size: 16px;
}

.wSpacer {
 	width: 100px;
}

.hSpacer {
 	height: 20px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
  font-family: Arial;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-default {
  border-color: #ddd;
}

.panel-primary {
  border-color: #ddd;
  background-color: #f5f5f5;

}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.year {
    padding-left:10px;
}

.pdfSection {
    line-height: 39px;
    padding-bottom: 3px;
}

.spinner {
    background-image: url("/DesktopModules/OCFL/LobbyistsAndPrincipals/images/ajax-loader.gif");
    background-repeat: no-repeat;
    line-height: 32px;
}

.loading {
	padding-left: 35px;
}