/******************************* 
	GENERAL SETTINGS 
********************************/
body {
  background-color: #F1F1F1;
  font-family: Tahoma, Verdana, Arial, Helvetica; }

.jumbotron {
  background-color: #662D91; }

.affixHomeLogo {
  max-width: 100%;
  max-height: 100px;
  padding: 5px; }

/******************************* 
	HEADER 
********************************/
header {
  background-color: #FFFFFF;
  color: f1f1f1; }

#wrapper {
  max-width: 940px;
  margin: 0 auto; }

#home-logo {
  display: none;
  /* max-width: 100px;
  float:left;*/ }

.user-greeting {
  max-width: 40%; 
  }
  

/******************************* 
	NAVIGATION 
********************************/
nav {
  max-width: 940px;
  margin: auto;
  padding: 5px;
  list-style: none; }
  nav ul {
    list-style: none; }
  nav li {
    margin: 3px;
    float: left; }

.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CE4E), color-stop(1, #9AC456));
  background-image: -o-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -moz-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -webkit-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -ms-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: linear-gradient(to bottom, #A0CE4E 0%, #9AC456 100%); }

.navbar-nav > .active > a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CE4E), color-stop(1, #9AC456));
  background-image: -o-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -moz-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -webkit-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -ms-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: linear-gradient(to bottom, #A0CE4E 0%, #9AC456 100%); }

.navbar-nav > li > a {
  color: #f1f1f1 !important; }

.navbar-brand {
  color: #f1f1f1; }

.navbar-brand:hover {
  color: #f1f1f1; }

.personGreeting {
  color: #F1F1F1 !important; }

.logo-holder {
  height: 100px; }

.affix {
  min-width: 100%; }

#myNavbar {
  top: 0px; }

.navbar-placeholder {
  min-height: 50px;
  margin-bottom: 21px; }

/******************************* 
	FOOTER 
********************************/
footer {
  background-color: #F1F1F1;
  color: #F1F1F1; }

#copy-notice {
  font-weight: 800;
  font-size: 1.2em;
  font-style: italic; }

.btnContactUs {
  background-color: #A0CE4E;
  color: WHITE; }

.btnContactUs:hover {
  background-color: #A0CE4E;
  color: blACK; }

/******************************* 
	PAGE: HOME 
********************************/
section {
  max-width: 940px;
  background-color: #F1F1F1;
  margin: auto; }

.nav-list a {
  text-decoration: none; }

.content-box h3 {
  background: #fefefe;
  color: #fefefe;
  padding: 10px; }

.content-box h3 a {
  text-decoration: none;
  color: #fefefe; }

/* Content box: hover effects */
.content-box h3:hover {
  background: #f1f1f1; }

/*******************************
	PAGE: SEARCH RESULTS
********************************/
.table-hover > tbody > tr:hover {
  background-color: #C2DE87; }

.search-form-text {
  max-width: 140px; }

.search-form-servee {
  max-width: 200px; }

#search-form {
  padding-top: 20px; }

.search-button {
  margin-right: 5px; }

#search-form {
  margin-top: 20px;
  display: none; }

  .data-header-row {
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CE4E), color-stop(1, #9AC456));
  background-image: -o-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -moz-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -webkit-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -ms-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: linear-gradient(to bottom, #A0CE4E 0%, #9AC456 100%); 
  color: #fefefe;
  padding: 10px;
  height: 50px; }

.data-header-row td {
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CE4E), color-stop(1, #9AC456));
  background-image: -o-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -moz-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -webkit-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: -ms-linear-gradient(bottom, #A0CE4E 0%, #9AC456 100%);
  background-image: linear-gradient(to bottom, #A0CE4E 0%, #9AC456 100%); 
  color: #fefefe;
  padding: 10px; }

.dataHeader a {
  color: #fefefe; }

.dataHeader a {
  color: #fefefe; }

.jobTypeIcon {
  max-width: 2.5em;
  max-height: 3em;
  vertical-align: middle; }

.status-inProg {
  background-color: orange; }

.status-complete {
  background-color: green; }

.status-personalService {
  background-color: yellow; }

.status-indicator {
  text-align: center;
  font-weight: 900;
  font-style: italic; }

.status-state {
  vertical-align: middle; }

.dataCell.status-cell {
  vertical-align: middle; }

td.dataCell.jobIconCell {
  vertical-align: middle; }

/*******************************
	PAGE: ORDERING PAGES
********************************/
#drpOrderType {
  width: 267px; }

#drpPriority {
  width: 267px; }

#drpAttorney {
  width: 267px; }

#txtTheirFileNumber {
  width: 267px; }

#lblDueDate {
  color: Red;
  font-weight: bold; }

#txtEmailAddress {
  width: 267px; }

#txtContact {
  width: 267px; }

.filing-order-multiselect {
  border: 2px solid #ccc;
  width: 300px;
  height: 100px;
  overflow-y: scroll; }

.submit-order-info {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.submit-order-info-submit {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

.submit-buttons {
  margin: auto;
  text-align: center; }

.submit-buttons .btn {
  margin-left: 5px;
  margin-right: 5px; }

.file-buttons {
  margin: auto;
  text-align: center; }

.file-buttons .btn {
  margin-left: 5px;
  margin-right: 5px; }

.main-body {
  padding: 15px 15px 70px 15px; }

.parent-body {
  background-color: #662D91; }

.fullparent {
  width: 100%;
  position: relative; }

.form-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px; }

/*******************************
  PAGE: STATUS PAGES
********************************/
.job-status-complete {
  color: green;
  font-style: italic;
  font-weight: 800; }

.job-status-pending {
  color: red;
  font-style: italic;
  font-weight: 800; }

.invoiceTotal div {
  font-size: 1.2em;
  font-style: italic; }

.statusPageMediaDiv {
  background-color: #FEFBD7; }

.statusPageMediaDiv ul {
  list-style-type: none; }

.statusMediaWrapper {
  max-width: 100px; }

.statusMediaThumb {
  text-align: center;
  max-width: 100px; }

.statusMediaThumb img {
  max-width: 100px;
  max-height: 100px; }

.statusMediaTitle {
  text-align: center; }

.statusMediaPresentThumb {
  max-width: 50px;
  max-height: 50px; }

.statusPageMediaDivHeader {
  font-size: 1.2em;
  font-style: italic; }

.status-page-label {
  text-align: right;
  font-weight: 800; }

.statusRow {
  padding-top: 5px;
  padding-bottom: 5px; }

.workOrderNumberDiv {
  text-align: left; }

.jobStatusDiv {
  text-align: right; }

.jobStatusDivSmall {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px; }

.timeStatusRowDate {
  margin-left: 10px; }

.accordionPlus {
  margin-right: 5px; }

.accordionHeader {
  background-color: #0000CC;
  color: #00FF33; }

.status-page-data ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0; }

/*******************************
  PAGE: LOGIN/WHOAREYOU
********************************/
.login {
  padding-top: 65px; }

#authenticate-form {
  padding: 30px; }

#whoareyouform {
  padding: 30px; }

.authformhead {
  text-align: center; }

/*******************************
  SHARED
********************************/
.shadow {
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.center {
  margin-left: auto;
  margin-right: auto; }

.rounded-corners {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px; }

  
 .jumbotron {color: #F1F1F1;}
.parent-body{color: #F1F1F1;}


/*# sourceMappingURL=pactrack.css.map */
