﻿body {
}
::selection {
    background:#c5ced9;
    color:#525252;
}

.validation-summary-errors li {
    color: #f8752b;
    margin-top: 10px;
    list-style: none;
    text-align: center;
}
/*============ Header ============*/
.navbar .nav .info > a, .navbar .nav .info > a:hover, .navbar .nav .info > a:focus {
    background: #EA6003;
    background-color: transparent !important;
    color: #777777;
}

input.brixsy-button, input.brixsy-button:hover  {
  background-color: #61c8ab;
  border: 3px solid #61c8ab;
  color: #fff;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  text-transform: lowercase;
  border-radius: 3px;
}

button.btn.btn-info.btn-lg.video-modal {
  outline: none;
}
a {
    text-decoration:none!important;
}

.mobile-animate {
    -webkit-transition:.2s ease;
}

.mobile-animate:active {
    transform: rotate(90deg);
}
.mobile-nav-sample-menu {
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
   
}
.mobile-nav-sample-menu span {
    margin:0 auto;
    position:relative;
    top:12px;
}

.mobile-nav-sample-menu span:before, .mobile-nav-sample-menu span:after {
    position:absolute;
    content:'';
}

.mobile-nav-sample-menu span, .mobile-nav-sample-menu span:before, .mobile-nav-sample-menu span:after {
  width: 30px;
  height: 4px;
  background-color: #ccc;
  display: block;
  border-radius: 10px;
}


.mobile-nav-sample-menu span:before {
    margin-top: -10px;
}
.mobile-nav-sample-menu span:after {
    margin-top: 10px;
}

button#dropdownMenu {
  text-align: right!important;
  background-color: transparent!important;
  outline:none;
}
button#dropdownMenu {
  width: 15%!important;
  float: right!important;
  /* height: 10px; */
}
button#dropdownMenu:active {
  text-align: right!important;
  background-color: transparent!important;
  outline:none;
  width:60px;
  float:right;
}
@media (max-width: 767px) {
.navbar nav .dropdown {
  width: 96%!important;
}
}

@media (max-width: 767px) {
    .open > .dropdown-menu {
        height: auto!important;
    }
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.divider {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e9e9e9!important;
}

/*======================================================================================================================== 
    
    MAIN DASHBOARD PAGE:
  
=========================================================================================================================*/


/*== BEGIN 1. Intro Image & Text Overlay ==*/
.text-center {
    text-align:center!important;
      padding-top: 25px;
}
.brixsy-orange {
    color:#f8752b!important;
}
section#intro {
  background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/07/Belmont_Plateau-iphone41.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
  padding: 250px 20px 90px 20px;
  height: 80%;
} 
@media (max-width:768px){
   section#intro {
       padding: 25px 20px 90px 20px!important;
    }
}
.span7.dash-span5 {
  text-align: left;
}
h1.section-header {
    color:#000;
    line-height:1.25em;
    margin-bottom:20px;
    font-weight:100;
}
.fading-button, .fading-button:hover {
  text-decoration: none;
  color: #fff!important;
  font-size: 24px;
  font-weight: 100;
  background-color: #fff;
  padding: 5px;
  /*background: -webkit-linear-gradient(left top, white , transparent);
  background: -o-linear-gradient(bottom right, red, blue);
  background: -moz-linear-gradient(bottom right, red, blue);*/
  background: linear-gradient(to bottom right, transparent,  #f99155,#f98340, #f8752b)!important;
  border-radius: 3px;
 
}
/*============ END 1. | BEGIN 2. Main Content - Descending Narrative ============*/

.border-btm {
    border-bottom: 1px solid #ccc;
}

img.meet-icon {
    float:none;
    display: block;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    padding: 25px 0px 25px 10px;
    width:75px;
}

.span8.body-copy {
  margin-top: 4%;
}

.body-copy p {
    
    max-width:none!important;
}

.home-scrolling {
    padding:0px!important;
    margin:0px!important;
}
.body-copy h1 {
  font-weight: 100;
}

.home-pg-links {
  text-align:center;
}

.home-pg-links a {
 text-decoration:none;
 color:#f8752b;
 font-size:20px;
 font-weight:100;
}
/*============ END 2. | BEGIN 3. Email Sign Up ============*/

button#SubscribeSend  {
    border:none!important;
    -webkit-appearance:none;
    height:41px;
    margin: 0px;
    line-height:0;
}

@media (max-width:768px){
    button#SubscribeSend {
        margin-top:0px;
    }
}
@media (max-width:323px){
    button#SubscribeSend {
        margin-top:0px;
        font-size:15px;
    }
}
.border-btm {
    border-bottom: 1px solid #ccc;
}

.how-it-works {
    background-image: url('/assets/img/how-it-works-bckgd.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.form-label {
    margin:2px;
    display:inline-block;
}

.form-input {
    width:200px;
    border:1px solid #ccc;
    padding:5px;
}
.form-label-field {
    text-align:center;
}
.subscribe-fields {
    width:auto;
}
.email-row {
    margin-left:auto;
    margin-right:auto;
}

.email-header {
    width:65%;
    font-weight:100;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.email-paragraph {
    width:55%;
    margin-left:auto;
    margin-right:auto;
}

input#SubscribeEmail, input#SubscribeZip {
    max-height:50px;
    height:100%;
    font-size:20px;
    border:none;
    padding-left:10px;
}
input#SubscribeEmail {
    border-right:1px dotted #ccc;
}
@media (max-width:767px) {
.email-header {
    width:100%;
}

.email-paragraph {
    width:100%;
}

input#SubscribeEmail {
    border-right:none;
}
}

.sheriff-sale-bg.page-sect.how-it-works.border-btm {
  min-height: 350px!important;
}
/*============ END 3. | BEGIN 4. How Brixsy Can Help You ============*/
.orange {
    font-weight:100;
    color:#f8752b!important;
}

.box {
    padding-top:20px;
}

blockquote {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
    max-width:100%;
    margin: 0.25em 0;
    padding:0.35em 40px;
    line-height:1.45;
    position: relative;
    font-weight:100;
    border:none;
    color:inherit;
}

blockquote:before {
    display:block;
    padding-left:0px;
    content:"\201C";
    font-size:80px;
    position:absolute;
    left:-10px;
    top:-20px;
    color:#f8752b;
    font-family: Georgia, serif;
}

.box img {
    margin:10px 0 1px;
    width:50%;
    border-radius:50%;
}
.testimonial p {
  font-size: 20px!important;
  font-weight: 300;
}
cite {
    color:inherit;
    font-size:14px;
    display:block;
    margin-top:5px;
    font-weight:100;
    font-style:normal;
    text-align:center;
}
cite:before {
    content: "\2014 \2009"
}
.testimonial-img {
    border-radius:50%;
    width:100px;
}
.testimonial-div {
    text-align:center;
}
.carousel-inner {
  position: relative;
  width: 95%!important;
  overflow: hidden;
  padding: 0px 25px 25px!important;
}
/*============ END 4. | BEGIN 5. Terms ============*/
.no-background {
    background:none!important;
    background-color:#fff!important;
}
/*============ END 5. ============*/

/*======================================================================================================================== 
    
    END HOME PAGE:

    BEGIN PROPERTY INFORMATION PAGE(S):

    1. 
  
=========================================================================================================================*/

abbr.info-tab-questions {
  color: #333;
  border-bottom: none;
}

.accordion-inner ul.nav.nav-tabs {
  border-bottom: none;
}

.spinner-elements {
    display:inline-block;
    vertical-align:middle!important;
    color:#525252!important;
}
/*============ Footer ============*/
.vb-footer {
    background:#f4f4f4!important;
    
}

.vb-footer p {
    text-align:center;
    color:#525252!important;
    opacity:.85;
}

footer.footer {
  padding-bottom:0px;
  background-image:url('/assets/img/footer-background.png');
}

/*============ Scroll-Top Button ============*/
.back-to-top {
    background-color:#525252;
    margin:15px;
    border-radius:3px;
    position:fixed;
    bottom:0;
    left:0;
    width:30px;
    height:30px;
    z-index:100;
    display:none;
    text-decoration:none;
    color:#fff;
}
.back-to-top i {
    font-size:60px;
    margin: 21% 25% 25% 28%;
}


/*============ Modals ============*/
input, textarea, .uneditable-input {
  width: 100%;
}
.modal input {
  width: 100%;
}
button {
    -webkit-appearance: none;
}
 .btn-contact{
     background: linear-gradient(to bottom right, transparent, #f99155, #f98340, #f8752b)!important;
    border-radius:3px;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px!important;
    text-transform: lowercase!important;
    width: 50%!important;
    font-size:20px;
    font-weight:100;

}

  .fgt-pwd-cnfrm {
     background-color: rgba(252,252,252,.25);
     margin-left:auto;
     margin-right:auto;
     width:98%;
     max-width:500px;
     float:none;
     padding:5%!important;
     border-radius:3px;
 }
  .fgt-pwd-cnfrm h4, p, a {
    color: #ffffff;
}

  .fgt-pwd-cnfrm a:hover {
      color:#e5e5e5;
  }
 .login-footer a, .forgot.register-footer a {
  color: #61c8ab!important;
}
 p.terms-agree a, .logowner a {
     color:#525252!important;
 }
 .modal-header {
  padding-bottom: 0px!important;
}
 .modal-body {
  padding-top: 0px!important;
}
 .logowner {
  padding-bottom: 20px!important;
}

 .modal {
       overflow-y: auto!important;
       padding-right:15px!important;
 }

 .alert-danger, .alert-error {
  color: #f8752b!important;
  background-color: transparent!important;
  border-color: transparent!important;
}
 /*======================================================================================================================== 
    
   PROPERTY REPORT PAGE(S):

    1. Property Information Tabs
    2. Main Content - Descending Narrative
    3. Email Sign Up
    4. How Brixsy Can Help You
  
=========================================================================================================================*/


 /*=== BEGIN 1. Property Information Tabs ===*/
.tabs-wrapper {
  margin: 0;
}
.tabs-wrapper input[type=radio] {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label   {
   background: #ddd;
  color: #525252;
}
.tabs-wrapper label {
   transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #525252;
  width: 16%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f5f5f5;
  text-align: center;
  line-height: 3em;
  font-weight:bold;
}
.tab-body-wrapper {
border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  background: none;
  border-top: #f8752b 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: show;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: show;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: show;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}

.tab-body {
  position: absolute;
  top: -9999px;
  padding: 10px;
}
#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4, #tab5:checked ~ .tab-body-wrapper #tab-body-5, #tab6:checked ~ .tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: content-slide-top;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: content-slide-top;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: content-slide-top;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: content-slide-top;
  animation-fill-mode: forwards;
}


@media screen and (max-width: 1600px) {
.tabs-wrapper label {
  width: 16%;
}
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}
.tab-body h4 {
  font-weight: bold;
}
.tab-body h1 {
  font-weight: 100!important;
}
.home-span-copy {
    padding-top: 25px!important;
    padding-bottom:25px!important;
    margin-bottom:0px!important;
}
/*== END 1 | BEGIN 2 Body and Positioning ==*/

.free-info-page {
        padding-top:180px;
    }
@media (max-width: 980px) {
    .free-info-page {
        padding-top:0px;
    }

}

.sheriff-col {
    width: 270px;
  display: inline-block;
}

.sheriff-details {
    float:right;
}
.heading-success {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}

.get-button.btn-success, .get-button.btn-success:hover {
  background: none;
  padding: 5px;
  min-width: 95%;
  color: #f8752b;
  font-size: 20px;
  border-radius: 0;
  font-weight:100;
    text-transform: lowercase;
  
}

.property-calls-button.btn-success, .property-calls-button.btn-success:hover {
  padding: 10px;
  min-width: 30%;
  font-size: 20px;
  border-radius: 3px;
  font-weight:100;
    margin: 5px;
}

.c2a-report-1 {
    background-color:#61c8ab!important;
    color:#fff!important;
}

.c2a-report-2 {
    border:1px solid #61c8ab!important;
    background:transparent!important;
    color:#61c8ab!important;
}
.no-button {
    color:#f8752b;
}

.confidence-score span {
      border: 3px solid#f8752b;
  border-radius: 50%;
  padding: 10px 20px;
  background: #FA9E6B;
  color: #fff;
}

.confidence-score {
margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
  text-align: center;
    margin-bottom: 16px;
}

.confidence-score-ex {
margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
  text-align: center;
    margin-bottom: 16px;
}
.fine-print-sd{
font-size:65%;
}
.numberCircle {
    border-radius: 50%;
    font-weight: 100;
    width: 90px;
    height: 90px;
    padding: 8px;
    background: #FA9E6B;
    border: 5px solid #f8752b;
    color: #fff!important;
    text-align: center;
}
.numberCircle-ex {
  border-radius: 50%;
  font-weight: 500!important;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #61c8ab;
  /* border: 5px solid #39b08f; */
  color: #fff!important;
  text-align: center;
  margin: 0!important;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.well {

  padding: 0px;
 
}
p.avm-list, h4.avm-list {
    text-align:left;
}
.avm-list h4 {
    font-weight:bold;
    font-size:20px;
}
.info-page-content {
  padding-top: 35px!important;
  background-color: white;
}

.results-info p {
  text-align: right;
  padding-top: 20px;
}

.info-order-pg h4 {
  font-weight: 100!important;
  text-align: left;
}

.order-pg-links {
  text-align:center;
}

abbr.confidence-score-free-pg {
  border-bottom: none;
  color:#fff;
}

.property-tab-bgd {
    border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
background: linear-gradient(to bottom right, transparent, #f4f4f4);
}

.video-modal {
    background-color:transparent!important;
    color:#f8752b!important;
    font-weight:100!important;
    font-size:20px!important;
}
.dash-span5 {
    padding-top:25px;
}
.arrow {
    float: right;
    line-height: 1.42857;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}


/*== USER DASHBOARD ==*/

.dash-tab-images {
max-width:95%; margin-right:5%;  margin-top: -50px;
}
.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}

.arrow{float:right;line-height:1.42857}
.glyphicon.arrow:before{content:"\e079"}
.active>a>.glyphicon.arrow:before{content:"\e114"}
.fa.arrow:before{content:"\f104"}
.active>a>.fa.arrow:before{content:"\f107"}
.plus-times{float:right}
.fa.plus-times:before{content:"\f067"}
.plus-minus{float:right}
.fa.plus-minus:before{content:"\f067"}
.active>a>.fa.plus-minus:before{content:"\f068"}

/*== Loading Spinner ==*/
.spinner {
    height:45px;
    width:45px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
}
.spinner span {
    border-radius: 40px;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    border:3px solid #f8752b;
    opacity: 0;
    -webkit-animation:scale 3s ease-out infinite;
}
.spinner span:nth-child(2) {
    -webkit-animation-delay:2s;
}

.spinner span:nth-child(3) {
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes scale {
    0% {
        opacity:0;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
    }
    100% {
        opacity:0;
        -webkit-transform:scale(1);
    }
}

 /*======================================================================================================================== 
    
   DASHBOARD:

    1. My Brixsy
    2. Recent Searches
    3. Ordered Reports
    4. Sheriff Sales
    5. Settings
  
=========================================================================================================================*/

 .active-dash {
     color:#f8752b;
 }
 .my-text {
     font-size:15px;
     font-weight:100;
 }
 .c2a-pg {
     margin-top:30px;
     text-align:center;
 }
 .c2a-pg a {
     display:inline-block;
 }
 .dash-walk-through {
     padding-top:25px;
     text-align:center;
 }


 .dash-tabs {
     padding-bottom:50px; 
     margin-left:0px;
 }
  .down-to-read, down-to-read:hover {
  background: transparent;
  font-size: 20px;
  font-weight:100;
}
 i.icon-chevron-left.prev:hover, i.icon-chevron-right.next:hover  {
  cursor: pointer;
}

 input.ts-startRow {
  margin-bottom: 0px;
}

 .active-dash {
     color:#f8752b!important;
 }

 .most-of-brixsy {
     margin: 0 auto; 
     max-width:600px; 
     color:#525252;
     border: 1px solid #ddd;
   
 }

 .most-of-body {
     
 }
  .most-of-body h4{
      padding: 0px 15px 0px 15px;
 }
   .most-of-body p{
      padding: 0px 15px 10px 15px;
      margin-bottom:0;
 }

  .grey-back {
      background-color: #f6f6f6;
  }
  .white-back {
      background-color: #fff;
  }

  .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color: #61c8ab!important;
  color: #fff!important;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 15%;
}

.accordion-inner a:hover {
  background-color: #61c8ab!important;
  color: #fff!important;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 15%;
}

.accordion-inner a {
  color: #525252!important;
}

.accordion-inner {
  padding: 20px 15px 0px 15px;
}

.accordion-inner .table {
  width: 100%;
  margin-bottom: 0px;
}
  /*=== BEGIN 1. My Brixsy / Landing Page ===*/

  .dash-hr {
      border-bottom:none;
  }
  .dash-title {
      border-bottom: 3px solid #f8752b!important;
  color: rgb(127,127,127);
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
  font-size: 20px;
  margin-left: 15px;
  padding-left: 1.5%;
  }
  section.landing-dash {
      padding-top:200px;
  }
@media (max-width:980px) {
    section.landing-dash {
        padding-top: 15px;
    }
}

.services-link {
  background-color: transparent!important;
  color: #f8752b!important;
  font-weight: 100!important;
  font-size: 20px!important;
  text-transform:lowercase;
}

.box h3 {
  font-size: 24px!important;
}
.dash-greeting {
  font-size:42px!important;
  font-weight:100!important;
  text-align: center;
}

.landing-divider {
    background-color:#e0e0e0;
      margin-left: -20px;
  margin-right: -20px;
}
   /*=== END 1. BEGIN 2. Recent Searches ===*/
.view-button, .view-button:hover {
background-color: transparent!important;
  border: none!important;
  color: #f8752b;
  font-weight: 100;
  text-transform: lowercase;
  font-size: 20px; }


th.tablesorter-header.tablesorter-headerUnSorted.bootstrap-header {
  border-bottom: 3px solid #f8752b;
  font-weight: 100;
  font-size: 24px;
  background-color: #525252;
  border-left: none;
  border-right: none;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border-bottom: 1px solid #ddd!important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.table-address {
    width:50%;
}

.table-owner {
    width:25%;
}

.table-view {
    width:25%;
    text-align:center;
}

thead tr th {
  border-right: 1px solid #ccc;
  width: 10%;
  background-image: none;
  background-color: #525252;
  color: #fff;
  font-weight: inherit!important;
  text-align: left;
  font-size:20px!important;
}





/* basic menu code 1.0 */

.nav-menu {
    float:right;
    margin-top:15px;
    text-transform: lowercase;
}
.dropmenu ul {
  margin: 0;
  padding: 0;

}

.dropmenu li {
  float: left;
  list-style: none;
	background: transparent;
	position: relative;
}

.dropmenu li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0.5em 1em;
}
.dropmenu li a:hover {
	text-decoration: none;
	color: #f8752b;
	display: block;
	padding: 0.5em 1em;
}
.dropmenu li ul {
	display: none;
	position: absolute;
	left: 0; top: 100%;
	width: 10em;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	z-index: 999;
    border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.dropmenu li ul li {
	float: none;
    background-color: #fff;
}

.dropmenu li ul li ul {
	left: 100%; top: 0;
}

.dropmenu li:hover {
	background: transparent;
}

.dropmenu li:hover > ul {
	display: block;
    background:#fff;
    color:#f8752b;
}

.dropmenu li.dir > a:after {
	content: " +";
	color: #fff;
}

.dropmenu:after {
	content: "";
	display: table;
	clear: both;
}


/*=== END 3. BEGIN 4. Sheriff Sales ===*/

@media (max-width: 1920px) {
    .search-page #maincontent {
        margin-top: 0px !important;
    }
}

option {
    font-size:75%!important;
}


#slideout {
    position: fixed;
    top: 200px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #61c8ab;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#slideout_inner {
    position: fixed;
    top: 200px;
    left: -315px;
    background: #61c8ab;
    width: 200px;
    padding: 25px;
    height: auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    left: 250px;
}
#slideout:hover #slideout_inner {
    left: 0;
}

 ._form {
  position:relative;
  background:#fff;
  width:215px!important;/*F*/
  text-align:left;
    padding: 5px!important;
  border-radius: 3px;
    margin-left: -13px!important;
  margin-top: -13px!important;
  }
  ._form em {
  color:#9a9a9a;
  }
  ._form a {
  margin-left:3px;
  }
  ._form ._field,
  ._form ._field ._label,
  ._form ._type_radio,
  ._form ._type_checkbox,
  ._form ._type_captcha,
  ._form ._field table {
  background:none;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:move;
  font-style:normal;
  margin:1.2em 0;
  padding:0;
  overflow:hidden;
  }
  ._form ._field input[type="text"] {
  width:100%;
  padding:8px;
  font-size:16px;
  border:1px solid #b6b6b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field ._label {
  display:block;
  margin:0 0 0.5em;
  padding:0!important;
  font-size:15px;
  }
  ._form ._field ._option input[type="checkbox"],
  ._form ._field ._option input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px;
  cursor:pointer;
  vertical-align:middle;
  }
  ._form ._field ._option input[type="submit"],
  ._form ._field ._option input[type="button"] {
  margin:0;
  cursor:pointer;
  height:35px;
  width:auto;
  font-size:15px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:15px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_radio ._option,
  ._form ._type_checkbox ._option {
  font-size:13px;
  font-weight:normal;
  line-height:1.8;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._type_date ._option input[type="button"] {
  width:37px;
  height:36px;
  margin-left:5px;
  padding:20px;
  background:url(http://brixsy.activehosted.com/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._type_captcha img {
  float:left;
  margin:0 6px 0 0;
  width:70px;
  height:33px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha input[type="text"] {
  margin:-14px 0 0 0!important;
  width:25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field table  {
  width:100%!important;
  }
  ._form ._field table tbody tr td  {
  width:50%!important;
  font-size:15px;
  }
  ._form {
  width:265px;/*F*/
  background:#fff;
  color:#2c2c2c;
  font-weight:normal;
  }
  ._form #notice {
  margin:10px 0 0 -3px!important;
  padding:0;
  color:#acacac;
  font-size:11px;
  font-family:helvetica,arial,sans-serif;
  }
  ._form #notice a:link, ._form #notice a:visited {
  color:#acacac;
  text-decoration:underline;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:default;
  font-style:normal;
  margin:0px;
  padding:0;
  overflow:hidden;
  }
  ._form ._field input[type="text"],
  ._form ._field input[type="email"] {
  width:100%;
  padding:4px;
  font-size:14px;
  background:#fafafa;
  border:1px solid #c7c7c7;
  border-top:1px solid #b6b6b6;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  color: #333;
  }
  ._form ._field ._label {
  margin:0 0 4px;
  color:#2c2c2c;
  font-size:13px;
  font-family:helvetica,arial,sans-serif;
  font-weight:700;
  }
  ._form ._field ._option {
  margin:0;
  padding:0;
  color:#2c2c2c;
  font-size:13px;
  font-family:helvetica,arial,sans-serif;
  font-weight:normal;
  line-height:20px;
  }
  ._form ._type_header ._label {
  width:100%;
  font-style:normal;
  font-size:16px!important;
  line-height:20px;
  color:#f8752b;
  margin:0 0 5px!important;
  padding:0 0 10px!important;
  overflow:hidden;
  border-bottom:1px solid #e0e0e0;
  }
  ._form ._type_input ._option  textarea{
  width:97%!important;
  background:#fafafa;
  border:1px solid #c7c7c7;
  border-top:1px solid #b6b6b6;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  }
  ._form ._type_input ._option input[type="submit"],
  ._form ._type_input ._option input[type="button"] {
  width:auto;
  margin:10px 0 0!important;
  padding:2px 15px!important;
  cursor:pointer;
  font-family:verdana,arial,sans-serif;
  font-weight:700;
  font-size:12px;
  color:#3f3f3f;
  background:#f7f7f7 url(http://brixsy.activehosted.com/admin/templates/form-themes/compact-basic/images/btn_bg.gif) repeat-x 0 0;
  border:1px solid #999999;
  border-bottom:1px solid #888888;
  text-align:center;
  }
  ._form ._type_input ._option input[type="submit"]:hover,
  ._form ._type_input ._option input[type="button"]:hover {
  border:1px solid #afafaf;
  border-bottom:1px solid #a5a5a5;
  background:#f7f7f7;
  color:#525252;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  }
  ._form ._type_radio ._option label {
  display:inline;
  font-size:14px;
  font-weight:normal;
  line-height:18px;
  }
  ._form ._type_radio ._option label input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px;
  cursor:pointer;
  vertical-align:middle;
  line-height:20px;
  }
  ._form ._type_date ._option input[type="button"] {
  width:24px;
  height:24px;
  margin:2px 0 0 5px;
  padding:0;
  background:url(http://brixsy.activehosted.com/admin/templates/form-themes/compact-basic/images/icon_calendar.gif) no-repeat 0 0;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:14px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha img {
  float:left;
  width:42px;
  height:24px;
  margin:0 6px 0 0;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha input[type="text"] {
  float:left;
  margin:0!important;
  width:40%;
  font-size:14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field table {
  margin:0;
  padding:0;
  border-collapse:collapse;
  width:100%!important;
  table-layout:fixed;
  margin-bottom:18px;
  font-size:13px!important;
  border-collapse:collapse;
  border-spacing:0;
  }
  ._form ._field table td {
  padding:0 10px 0 0!important;
  line-height:18px;
  text-align:left;
  font-size:13px!important;
  color:#606060;
  }
  ._form ._type_input ._option  table tbody#_forward_rcpt input {margin:0 0 4px 0; width:96%!important;}
  ._form ._type_input ._option  table tbody#_forward_rcpt img.image_addrcpt {cursor:pointer;}
  .form_errors{
  text-align:center;
  font-size:15px;
  margin:10px;
  color:#900;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  }



   /*======================================================================================================================== 
    
   CLOSING WITH BRIXSY:

    1. Contact Page
   
  
=========================================================================================================================*/

/*=== BEGIN 1. Contact Page ===*/

  /*form styles*/
#msform {
	max-width: 960px;
width:100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
height:750px;
}
#msform fieldset {
	background-image: url('http://www.nourishurlife.com/wp-content/uploads/2015/06/grey-background.jpg');
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
outline: none;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #f8752b;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 5px;
  margin: 10px 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: lowercase;
  font-family: inherit;
  font-weight: normal;
outline: none;
}
#msform .action-button:hover, #msform .action-button:focus {
	background-color:#525252;
}
/*headings*/
.fs-title {
	font-size: 21px;
font-weight:bold;
font-family:inherit;
	text-transform: lowercase;
	color: #525252;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: #525252;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
padding-left: 0px;
	/*CSS counters to number the steps*/
	counter-reset: step;
      text-align: center;
}
#progressbar li {
	list-style-type: none;
	color: #525252;
	text-transform: lowercase;
	font-size: 14px;
	width: 33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	background: #525252;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 60%;
  height: 3px;
  background-color: #525252;
  position: absolute;
  left: -30%;
  top: 9px;
  z-index: 0;
border-radius:3px;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background-color: #f8752b;
	color: white;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #525252;
    font-family:inherit;
    font-size:14px;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + label span {
     background-color:#fff;
  border:1px solid #ccc;
}

input[type="radio"]:checked + label span{
     background-color:#f8752b;
  border: 1px solid #f8752b;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}


.hidden-text {
    display:none;
}


/*custom font*/


               /*form styles*/
    #msform {
        max-width: 960px!important;
        width:100%!important;
        margin: 50px auto!important;
        text-align: center!important;
        position: relative!important;
        height:950px!important;
    }
    #msform fieldset {
        background: white!important;
        border: 0 none!important;
        border-radius: 3px!important;
        padding: 20px 30px!important;
        box-sizing: border-box!important;
        width: 95%!important;
        margin: 0 1%!important;
        box-shadow:none!important;

        /*stacking fieldsets above each other*/
        position: absolute;
    }
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*labels*/
    #msform label{
      margin: 15px 0px!important;
      float: left!important;
      color:#525252!important;
      text-align: left!important;
  }
  /*inputs*/
  #msform input, #msform textarea {
    padding: 15px!important;
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
    margin-bottom: 10px!important;
    width: 100%;
    box-sizing: border-box!important;
    color: #2C3E50!important;
    font-size: 13px!important;
}

select.inline-form-field {
  font-size: 13px!important;
  height:49px!important;
  border-radius:1px!important;
  padding: 15px!important;
  background-color: #fff!important;
  border: 1px solid #ccc!important;
  color: #a9a9a9!important;
  display:inline-block!important;
  width:100%!important;
  margin-bottom: 10px!important;
  text-indent: 5px!important;
}

#msform .inline-form-field {
    display:inline-block!important;
    width:100%!important;
}
@media (max-width: 600px) {
    #msform .inline-form-field {
        width:100%;
    }
    #msform .address-form-field {
        width: 100%;
    }
}
/*buttons*/
#msform .action-button {
    width: 100px!important;
    background: #61c8ab!important;
    font-weight: bold!important;
    color: white!important;
    border: 0 none!important;
    border-radius: 1px!important;
    cursor: pointer;
    padding: 10px 5px!important;
    margin: 10px 5px!important;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: none!important;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding:0px;
      text-align: center;
}
#progressbar li {
    list-style-type: none;
    color: #525252;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    display:inline-block;
    position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 25px;
  display: block;
  font-size: 12px;
  color: #525252;
  background: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0 auto 5px auto;
  font-weight: bold;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #ddd;
    color: #525252;
}

.hidden-form, .hidden-form-mortgages {
    display:none;
}





/*======== CSS LOADER 
   
     HTML:

    <div id="loading">
    <div id="loading-progress"></div>
    <div id="loader ">Loading...</div>
</div>

    JS:

    <script>

    (function ($) {

        $("html").removeClass("v2");


        $("#header").ready(function () { $("#loading-progress").stop().animate({ width: "25%" }, 1500) });
        $("#footer").ready(function () { $("#loading-progress").stop().animate({ width: "75%" }, 1500) });


        $(window).load(function () {

            $("#loading-progress").stop().animate({ width: "100%" }, 600, function () {
                $("#loading").fadeOut("fast", function () { $(this).remove(); });
            });

        });
    })(jQuery);
</script>
    
    
    

#loading {
    position: fixed;
    z-index: 1050;
    top: 0; left: 0;
    width: 100%; height: 100%;
     background: url(/assets/img/white-loader.gif) no-repeat center;
 background-color:rgba(0,0,0,.85)!important;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
    padding-top:15px;
}
.v2 #loading { display: none; }

#loading-progress {
    position: absolute;
   top: 0; left: 0;
    background: #f8752e;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#loader {

 background: url(http://brixsytest.azurewebsites.net//assets/img/brixsy-logo-lg.png) no-repeat center 25%;
 height: 100%;
 display: none!important;
}
        =========*/


/*== CSS SPECIFIC TO AUDITING SECTION [above code is applicable to user, home, and audit side] ==*/
.ui-tabs .ui-tabs-nav li.section-complete {
  color: transparent !important;
  margin-right: 5px;
}

.navbar .user-nav {
  background-color: #525252!important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #525252!important;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: transparent!important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #525252;
  text-decoration: none;
}

.info-bar {
  background-color: transparent!important;
  text-align: left;
  float: left;
  padding: 7px 10px 7px 10px;
}
.info-bar h5 {
  font-size: 15px;
  margin: 3px;
  color: #fff;
  letter-spacing: .5px;
}
.navbar > .user-nav .nav > li > a, .sheriff-section-nav > li > a:hover {
  color: #fff!important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #525252!important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: .73em!important;
  color: #525252!important;
  width: 82%;
  height: 100%;
  text-align: center;
}

.bg-info {
    background-color:transparent!important;
}
.ui-widget-content {
  background: #fff!important;
  color: #333333;
  border:none!important;
}

.logo img {
  height: 45px!important;
  padding-top: 20px;
  margin-left: 5%;
}

ul.nav li.credit-amount a {
  color: #525252;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
  outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #f8752b;
  font-size: 18px!important;
  text-transform: capitalize;
}

.audit-resource-header {
  padding: 0px;
  text-align: center;
}

.resource-list li {
  line-height: 25px;
  list-style-type: none;
}
ul.resource-list {
  margin: 2px;
}
.resource-list-header {
  text-align: left;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.resource-group-header {
  text-align: center;
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}

i.icon-chevron-left, i.icon-chevron-right {
  outline: none;
}

.numbers img {
  width: 40px;
}


.ui-jqgrid .ui-jqgrid-htable th div {
  font-size: 12px;
}

input#Password, input#Email, input#ConfirmPassword, input#FullName {
    padding: 15px!important;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-horizontal .controls {
    margin-left: auto!important;
    width: 75%;
    margin-right: auto;
}

.control-group {
    margin-top: 25px;
}

.nav.topnav li {
    text-transform:lowercase!important;
}

.Button--launcher {
    border-radius:0px!important;
}
/*
       .embed_vertical_text_box {
            width: 215px;
            height: 115px;
            margin-left: 0px;
            margin-top: -5px;
            }
            .embed_horizontal_text_box {
            width: 456px;
            height: 115px;
            margin-left: 0px;
            margin-top: -5px;
            }
            
            .wrap {
            width: 100%;
            margin: 0 auto;
            padding: 1em;
            background-color: #fff;
            padding-bottom: 11px;
            padding-top: 0px;}
            h1 {
            font-size: 200%; }
            /* This CSS is used for the Show/Hide functionality. */ /*
            .more {
            display: none;
            border-top: 1px solid #999;
            margin-right: 15px;
            margin-left: -10px;}
            a.showLink, a.hideLink {
            text-decoration: none;
            padding-left: 8px;
            }
            a.hideLink {
            background: transparent url(up.gif) no-repeat left; }
            a.showLink:hover, a.hideLink:hover {
            border-bottom: none;
            }
            .cat_textbox {
            width:150px;
            margin-bottom: 15px;}
            .col1 {
            margin-left: -8px;
            position: absolute;}
            .col2 {
            padding-left: 366px;
            position: absolute;}
            .col3 {
            padding-left: 590px;
            position: absolute;}

            .pinfocontainer {
    width: 90%;
    max-width: 960px;
    margin: 25px auto;
    padding: 5px;
    outline: none;
    position: relative;
}
.pinfocontainer .pinforow {
    border-left: 0;
    margin: 0;
    padding: 0;
}
.pinfocontainer br {
    clear: both;
    padding-top: 0px;
  
}
.pinfocontainer .pinfoblock {
    float: left;
    width: 150px;
    padding-left: 4em;
    padding-right: 4em;
}
 .pinfocontainer .pinfoblock p {
   text-align: left;
   background-image: url("/images/checkmark_blue.png"); 
  background-repeat: no-repeat;
  background-position: left center;
 }
  .pinfocontainer.two-column .pinfoblock {
    width: 90%;
    padding-left: 2em;
    padding-right: 1em;
}
.checklist {
    padding: 15px;
    width: 100%;
    margin-right: 0px;
    padding-bottom: 2em;
}
                                                                        
.definition_of_judgments {
    border:1px solid #000;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.definition_of_judgments, td {
    display: block;
    padding: 4px;
    
}


.SSL_row_1 {
    background-color: #f9f9f9;
    color: #313131;
    text-align: left;
        padding:4px;
}

.SSL_row_2 {
    background-color: #fff;
    color: #313131;
    text-align: left;
        padding:4px;
}

.SSL_Series_Number {
   color: #fff;
        background-color: #525252;
        text-align: center;
        padding:4px;
        text-transform: uppercase;
}

.j-def {
    border-right:1px solid #000;
} */