/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body { margin: 0; background: #eff0f1; }

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled] {
  cursor: default;
  opacity:0.2;
}


html input[disabled] {
  cursor: default;
  opacity: 0.4;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-weight: 400;
  font-family: "Source Sans Pro", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.05rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.05rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.05rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.05rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;text-decoration:none; }
a:hover {color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary { color: #FFF; background-color: #058fd2; border-color: #058fd2; }
    .button.button-primary,
    .button.button-primary:hover,
    button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="reset"].button-primary:hover,
    input[type="button"].button-primary:hover,
    .button.button-primary:focus,
    button.button-primary:focus,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:focus {
        color: #FFF;
        background-color: #058fd2;
        border-color: #058fd2;
        text-shadow: 1px 1px 5px rgb(0, 0, 0);
    }
.button-larger {    font-size: 14px; }

.button-blue {border-color: #33C3F0;color: #33C3F0; }
.button-blue:hover {border-color: #1EAEDB !important;color: #1EAEDB !important;}
.button-blue:focus {border-color: #80e1ff !important;color: #80e1ff !important;}
.button-red {border-color: #f03333;color: #f03333; }
.button-white {border-color: #ffffff;color: #ffffff; }
.button-white:hover {border-color: #33C3F0 !important;color: #33C3F0 !important;}
.button-white:focus {border-color: #ffffff !important;color: #ffffff !important;}
.button-lime {border-color: #ecd881;color: #000000;background:#ecd881; }
.button-lime:hover {background:#ffffff !important;}
.button-lime:focus {background:#ffffff !important;}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: textfield;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style-type: none; }
ol {
  list-style-type: none; }
ol, ul {
  padding: 0;
  margin: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;}
li { }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
.clear {clear:both; }


.fordemo {}
.leadcounter { position: absolute; right: 78px; top: 6px; }
.leadcounter p { margin: 0; display: inline-block; padding: 0 10px 0 0; font-size: 1.4rem;  color: #9ba3af; font-weight:600;}

header { height: 50px; background: #ffffff; border-bottom: 1px solid #d4dbde; position: fixed; top: 0; left: 0; right: 0; z-index: 99; }
footer {background: #30373f; }
#profooterwrapper { margin: 0 auto; padding: 50px 0 30px 30px; border-left: 20px solid #0099da; }
#profooterwrapper p {font-size:1.2rem;color:#C5C5C5;margin:0;padding:0 0 5px 0; }
ul.profooter {padding:20px 0;margin:0; }
ul.profooter li { padding: 10px 0 0 0; display: inline-block; padding: 0 10px 0 0; vertical-align: top; }
ul.profooter li a {color:#C5C5C5;font-size:1.2rem; }
/*#logo { width: 200px;height: 46px;background: url(../Images/bbprojectcolorsm.png) no-repeat;background-position: 14px 11px;float: left;}
#logo { width: 200px; height: 46px; background: url(../Images/mybluebook.png) no-repeat; background-position: 18px 13px; float: left; }*/
#logo { width: 240px; height: 46px; background: url(../Images/bhlogo.jpg) no-repeat; background-position: 13px 10px; float: left; }
#logo a {display:block;width:100%;height:100%; }
#account { width: 92px; height: 46px; position: relative; float: right;cursor:pointer; }
.triggerlogin { font-size: 26px; padding: 15px 0 0 0; color: #0099da; }
.triggerlogin:hover {color:#33C3F0; }
.triggerhelp { font-size: 26px; padding: 15px 25px 0 0; color: #0099da; }
.triggerhelp:hover {color:#33C3F0; }
#account-options { position: absolute;z-index:500; top: 0; background: #ffffff; padding: 20px; float: left; clear: both; right: 0; min-width: 200px; display: none;background:#0099da; }
#account-options label {color:#ffffff; }
#account-options .button {border-color:#ffffff;color:#ffffff; }
#account-options a {color:#ffffff;display:block; }
#account-options ul { }
#account-options ul li {padding:5px; }
#account-options ul li:hover {background-color:#33C3F0; }
.mobilenav {display:none; }
.hidemobileestimates {display:none; }
.closeaccount { margin-top: 20px; background: #424a52; padding: 5px 10px; text-align: center; border-radius: 2px; }
.masterlogin { margin-left: -61px; margin-top: 7px; border-color: #0099da; color: #0099da; }
.mainwrapper {padding:50px 0 0 0; }
.ngdialog.ngdialog-theme-default .ngdialog-content {background-image:none !important;background:#424a52 !important;border-top: 5px solid #0099da;margin-top:-50px; }
.ngdialog-message i { font-size: 50px; padding: 0 0 10px 0; color: #424a52; display: block; text-align: center; text-shadow: 0px 0px 14px #0099da; }

/* Home Page */
.prolink { position: absolute; right: 0;top: 15px; padding: 5px 10px; background: #0099da; color: #ffffff !important;cursor:pointer;z-index:30; }
.prolink a { color:#ffffff;}
.prolink i {padding:0 0 0 10px; color:#ffffff;}
.button-maincta { border-color: #f3d43a; color: #162631; background: #f3d43a; }
.button-maincta:hover { border-color: #00acff; color: #00acff; background:#ffffff; }
.maincta { position: fixed; top: 6px; right: 130px; z-index: 99999; -webkit-transition: all 0.4s ease;transition: all 0.4s ease; }
.maincta.sticky { background-color: #25da1c; color: #ffffff; border-color: #25da1c; }
.maincta.sticky:hover {background-color: #00acff;color:#ffffff !important; }
.mainlogin {position: fixed; top: 6px; right: 20px; z-index: 99999;border: #ffffff; }
.hp-article { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background:rgba(0, 0, 0, 0.44); z-index: 999999999999; width: 100% !important;}
.hp-article .ndtinyhead {display:none; }
.hp-selectedarticle { background: #000000; border-radius: 0px;  position:fixed;top:50px;bottom:50px;left:50%;width:800px;margin-left:-400px !important;overflow:auto;}
#hp-articles {padding:80px 0;background: #ffffff; }
.hp-articles { padding: 10px; text-align: center; max-width: 1200px; margin: 0 auto; }
.hp-articles .articlesection { padding: 10px;width:200px;border:1px solid #ececec;margin:5px;display:inline-block;vertical-align:top;min-height:200px;background: #ffffff;border-radius:4px; }
.hp-articles .articlesection .articlesnippet {padding:0; }
.hp-articles .articlesection .articlesnippet span {display:block; }
.hp-articles .articlesection .articlesnippet p {text-align:left; }
.hp-articles .articlesection .articlesnippet .imgpreview {float:none;display:block;margin:0 0 10px 0;width: 100%;height:80px; overflow:hidden; }
.hp-articles .articlesection .articlesnippet .imgpreview img {height:100%; }
.hp-sectionhead { text-transform: uppercase; font-size: 1.2rem; letter-spacing: .1rem; margin-bottom: 0rem; font-weight: 600; color: #0099da;text-align:center; }
/*.hp-main { width: 100%; height: 450px; background: #d6e8f4 url(/Images/houseskyblur.jpg) no-repeat 50% 50%; background-size: cover; position: relative; margin: 0; }*/
.hp-main { width: 100%; height: 500px; background: #d6e8f4 url(/Images/bhhouse.jpg) no-repeat 50% 50%; background-size: cover; position: relative; margin:0; }
/*.hp-main { width: 100%; height: 450px; background: transparent radial-gradient(circle farthest-side at right bottom, #02aedf 5%, #01649a 50%, #003069 95%) repeat scroll 0% 0%; position: relative; margin: 0; }*/
.hp-maincolor { background: rgba(0, 22, 41, 0.55); position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 2;  }
.hp-maincontent { position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 3;text-align: center; }
.hp-activatesignup:hover {background:#ffffff;color:#0099da; }
.hp-maincontent h2 { font-size: 2.8rem; line-height: 3.4rem;  max-width: 900px; margin: 0 auto; color: #ffffff; padding: 0 0 20px 0; }
.hp-maincontent h1 {font-size:6rem;line-height:8rem;display:block;padding: 100px 0 0 0;margin: 0 auto;color:#ffffff;max-width:900px; }
.hp-pageintro { background:#ffffff; padding:40px 0 80px 0; width: 100%; text-align: center;border-top:1px solid #ffffff;}
.hp-pageintro p { max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0; }
.hp-pageintro p.smallintro {font-size:1.4rem;max-width: 550px; }
.hp-pageintro p span {display:block;font-weight:600; }
#hp-fourholder { max-width:960px; padding:40px 0; text-align: center;margin:0 auto;position:relative;min-height:195px;cursor:pointer; }
.pos1 { position: absolute; left: 0; width: 25%; bottom: 0; top: 0;}
.pos2 { position: absolute; left: 25%; width: 25%; bottom: 0; top: 0; }
.pos3 { position: absolute; left: 50%; width: 25%; bottom: 0; top: 0; }
.pos4 { position: absolute; left: 75%; width: 25%; bottom: 0; top: 0; }
#hp-mainstrip {padding:10px 0;background:#0099da; }
#hp-mainstrip h2 { font-size: 1.6rem; line-height: 2.6rem; font-weight: 300; padding:0; max-width: 900px; margin: 0 auto;color:#ffffff;text-align:center; }
#hp-mainstrip h2 span {padding:0 6px; }
.posinfo {position: relative; }
.posinfo::before, .poscontainer::before { content: " "; display: table; }
.posinfo::after, .poscontainer::after {clear:both }
.poscontainer {border-bottom: 2px solid #ffffff;}
.pos-valign {display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; }
.posbox {width:50%;float:left }
.posbox p {text-align:center; }
.posestimating { background-image: url("/Images/hp-projects2.jpg");background-size: cover;height: 400px;border-right: 2px solid #ffffff; }
.posinventory { background-image: url("/Images/hp-laundry2.jpg");background-size: cover;height: 400px;border-left: 2px solid #ffffff; }
.posreports { background-image: url("/Images/ladyipad2.jpg");background-size: cover;height: 400px;border-right: 2px solid #ffffff; }
.posproviders { background-image: url("/Images/hp-couple.jpg");background-size: cover;height: 400px;border-left: 2px solid #ffffff; }
.hp-iconholder {border-radius:50%;width:50px;height:50px;margin:0 auto;background:#0099da;text-align:center;border: 2px solid #ffffff;}
.hp-iconholder i { font-size: 24px; color: #ffffff; padding: 14px 0 0 0; }
.posleft {width:50%;float:left;}
.posright {width:50%;float:left;}
.pos1info {background:#e0f2ff;}
.pos1info .hp-iconholder {background:#b2d4ec;}
.pos1info .hp-iconholder i {color: #e0f2ff; }
.pos2info {background:#e4dbd5;}
.pos2info .hp-iconholder {background:#d0bbae;}
.pos2info .hp-iconholder i {color: #e4dbd5; }
.pos3info {background:#f9f7eb;}
.pos3info .hp-iconholder {background:#e0d9ac;}
.pos3info .hp-iconholder i {color: #f9f7eb; }
.pos4info {background:#e1eef7;}
.pos4info .hp-iconholder {background:#9bb7ca;}
.pos4info .hp-iconholder i {color: #e1eef7; }
.postextholder {vertical-align:middle; }
.posactive {background: #e9f8ff;border-top: 4px solid #0099da !important; }
.posactive:hover {background: #e9f8ff !important; }
.poshead { font-size: 2.4rem; padding: 0 0 10px 0; margin: 0 auto 10px auto; border-bottom: 1px dotted #000000; max-width: 400px; }
.getstartedhead {font-size: 2.4rem; padding: 0 0 10px 0; margin:0; color:#ffffff;text-align:center; }
.posintro {max-width:400px;font-size:1.8rem;margin:0 auto; }
.hp-fourbucket {display:inline-block;text-align:center;vertical-align:top;padding:40px 0; border-top: 4px solid #ffffff;  }
.hp-fbhead {padding:4px 10px 0 10px;margin:0;font-weight:600;font-size:1.6rem; }
.hp-fbtext {padding:0 20px 10px 20px;margin:0; }
.hp-mainsection { max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0; }
.hp-section {background:#30373f;padding:0 0 20px 0;position:relative; }
.hp-section p {max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0;color:#ffffff }
ul.posbenefits {display:inline-block;vertical-align:top;width:400px;}
ul.posbenefits li { text-align: left; padding: 0 0 10px 0;font-size: 1.6rem; }
ul.posbenefits li i {padding:0 12px 0 0;color:#0099da;margin-left: -28px; }
ul.posbenefits li span { font-weight:600; }
.posinfo img {display:inline-block;vertical-align:top;    padding: 0 0 0 20px; }
#hp-overview { background: #061833; }
#hp-overview h2 { color: #ffffff; font-size: 3rem; margin:0 auto; font-weight: 400;padding:80px 0 0 0;text-align:center; }
#hp-sponsor {background: #30373f; }
.getstartedholder {width:900px;margin:0 auto;padding:40px 0 80px 0; }
.getstartedholder .poshead, .getstartedholder p  {color:#ffffff; }
.hp-getstarted { width: 260px; display: inline-block; vertical-align: top; padding: 20px 10px; border-radius: 4px; }
.gs-middle {margin:0 20px }
.center {text-align:center; }
.hp-stepnumber { width: 34px; display: inline-block; vertical-align: top; font-size: 60px; font-weight: 600; line-height: 63px; color: #0099da !important; margin: 0; }
.hp-steps { width: 200px; display: inline-block; vertical-align: top; font-weight: 600; font-size: 1.6rem; border-left: 1px solid #0099da; padding: 0 0 0 10px; min-height: 100px;    margin: 0; }
.hp-steps span {display:block;font-weight:400;font-size: 1.4rem;color: #78acd2; }
#hp-signup {position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.44);z-index:999999999999;display:none; }
.hp-signupholder {width:520px;border-radius:4px;border:2px solid #0099da;background:#ffffff;margin:50px auto 0 auto;padding:20px;position:relative; }
.hp-signupholder img {display:block;padding:0 0 10px 0; }
.hp-cancelsignup {position:absolute;top:5px;right:5px;cursor:pointer; }
.hp-cancelsignup i {font-size:20px; }
.signupform { display: inline-block; width: 280px;vertical-align:top;padding:0 20px 0 0; }
.signupform label, .signupform input {width:100%; }
.signupinfo { display: inline-block; width: 200px;vertical-align:top;font-weight:600; }
.signupstepone { }
.signupsteptwo { }
.submitsignup {  }

/**Realtor Page*/
.rp-main { width: 100%; height: 600px; background: #ffffff url(/Images/houseshowing.jpg) no-repeat 50% 14%; background-size: cover; position: relative; margin:0; }
.rp-main2 { width: 100%; height: 700px; background: #ffffff url(/Images/houseshowing.jpg) no-repeat 50% 14%; background-size: cover; position: relative; margin:0; }
.rp-maincolor { background: rgba(0, 97, 138, 0.89); position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 2; }
.rp-maincontent { position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 3;text-align: center; }
.rp-maincontent h1 {  font-size: 3rem; line-height: 3.6rem; font-weight: 300; padding: 50px 0 20px 0;max-width:960px;margin: 0 auto;color:#ffffff; }
.rp-maincontent h1 span {font-size:5rem;line-height:8rem;display:block; }
.rp-maincontent h2 { font-size: 1.6rem; line-height: 2.6rem; font-weight: 600; padding: 4px 0; max-width: 720px; margin: 20px auto; color: #ffffff; background: rgba(0, 153, 218, 0.74); letter-spacing: 0rem; border-radius: 2px; }
.rp-maincontent h2 span {padding:0 6px; }
.rp-learnmore {color:#ffffff;text-align:center;font-size:2rem;padding:0; }
.rp-learnmore i {display:block;font-size:30px; }
.rp-activatesignup {font-size:14px !important;     margin-bottom: 1rem !important;padding: 0 30px !important; }
.rp-activatesignup:hover {background:#ffffff;color:#0099da; }
.rp-pageintro { background:#ffffff; padding:40px 0 80px 0; width: 100%; text-align: center;border-top:1px solid #ffffff;}
.rp-pageintro p { max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0; }
.rp-pageintro p span {display:block;font-weight:600; }
.rp-pageintro p.smallintro {font-size:1.4rem;max-width: 550px; }
.rp-howitworks {padding:100px 0; width: 100%; text-align: center;border-bottom:1px solid #d6d6d6;background:#ffffff; }
.rp-howitworks p { max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0; }
.rp-howitworks p span {display:block;font-weight:600;font-size:3rem; }
ul.rp-mybbsteps {max-width:700px;margin:0 auto;padding:50px 0 0 0; }
ul.rp-mybbsteps li {font-size:1.6rem;padding:0 0 30px 0;line-height:2rem}
ul.rp-mybbsteps li span {display:block;font-weight:600;font-size:2rem;color:#0099da; padding:0 0 10px 0;}
.posintro span {display:block;font-weight:600;font-size:1.6rem;padding:10px 0 0 0;}
.pos1info .posintro span { color: #638eab; }
.pos2info .posintro span { color: #af7d5e; }
.pos3info .posintro span { color: #9c8a15; }
.pos4info .posintro span { color: #638eab; }
.rp-coffee { background:#ffffff; padding:40px 0 80px 0; width: 100%; text-align: center;border-top:1px solid #ffffff;}
.rp-coffeetext { max-width: 900px; text-align: center; margin: 0 auto; font-size: 2rem; padding: 20px 0 0 0; }
.rp-coffeetext span {display:block;font-weight:600; }


/* Dashboard */
#fr-welcome { position: fixed; top: 56px; left: 240px; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 10;display:none; }
.fr1 {position:absolute;top:206px;left:10px;max-width:580px; }
.dashhelp p { color: #ffffff; margin: 0; font-size: 1.6rem; line-height: 2.2rem; }
.dashhelp p span { display: block; font-size: 2.4rem; padding: 0 0 4px 0; }
.dahshelpicon {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:left;margin:0 10px 100px 0; }
.dahshelpicon i { color: #ffffff; font-size: 40px; padding: 9px 0 0 0; margin-left: -4px; }
#dashboard {width:100%;padding:0;margin:0;position:relative; }
#leftdashwrapper {display:inline-block;vertical-align:top;width:48%;margin-right: 10px;background: #424a52;padding: 0 0 100px 0; }
#rightdashwrapper {display:inline-block;vertical-align:top;width:50%; }
.propertyvalueholder { padding: 4px 0 0 0; border-top:1px solid #656c74; margin: 10px 0 0 0; }
.propertyvalueholder p {margin:0;color:#ffffff;font-size: 2.1rem;padding:5px 0 0 0;font-weight: 300; }
.propertyvalueholder p span {color: #6ee151;cursor:pointer; }
.propertyvalueholder p span i {font-size:1.4rem }
#editpropertyinfo {display:none;}
#propertyinfo { }
#propertyinfo .inputholder, .propertyareasedit .inputholder {display:inline-block;margin-right:10px; }
.propertycharacteristicssection .inputholder label, .propertyareasedit .inputholder label {color:#ffffff; }
.propertycharacteristicssection p {color:#bebebe;}
.propertycharacteristicssection input[type="number"]:read-only, .propertycharacteristicssection input[type="text"]:read-only {background:#505961;border:1px solid #424a52;color: #abb7c1; }
.addareainput { background: none !important; border: none !important; color: #33c3f0;padding-left:0px !important;cursor:pointer; }
.arealabelname {color: #33c3f0;cursor:pointer;padding:4px 0;margin:0;display: inline-block;}
.arealabelname:hover {color:#ffffff; }
ul.propcharacteristicstrigger {padding: 10px 0 0 0;margin:10px 0 0 0;border-bottom: 1px solid #a0a0a0; }
ul.propcharacteristicstrigger li { display: inline-block; cursor: pointer; padding: 5px 10px; margin: 0 0 -1px 0; color: #33C3F0; border-bottom: 1px solid #a0a0a0;border-top-left-radius:2px;border-top-right-radius:2px; }
.editpropdetailsactive {border-bottom: 1px solid #424a52 !important;border-left: 1px solid #a0a0a0 !important;border-right: 1px solid #a0a0a0 !important;border-top:1px solid #a0a0a0 !important;color:#ffffff !important; }
#addareasection { position:fixed;display:none;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.4);z-index:100; }
.addareawrapper {    border-top: 5px solid #0099da; width: 530px; position: fixed; top: 100px; left: 50%; margin-left: -265px; background: #424a52; padding: 20px; border-radius: 2px; }
#estimatesdisplaysection {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.estimatesdisplaywrapper {
    border-top: 5px solid #0099da;
    width: 800px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    background: #424952;
    padding: 10px;
    border-radius: 2px;
}

#changequalitydisplaysection {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.changequalitydisplaywrapper { width: 650px; position: fixed; top: 100px; left: 50%; margin-left: -325px; background: #424a52; border-radius: 2px; border-top: 5px solid #0099da; }
.qchartclose {background:#000000;border:1px solid #000000;color:#ffffff; }
#changequalityresults { position: fixed; display: none; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 100; }

.changequalityresultswrapper {
    width: 530px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -265px;
    background: #424a52;
    padding: 20px;
    border-radius: 2px;
}

.propertyareasedit {}
.propertyareasedit ul { }
.propertyareasedit ul li {padding:2px 6px; background: #505961;}
/*.propertyareasedit ul li:nth-child(even) {    background: #505961;}*/
.propertyareasedit ul li.arealistheaders {font-weight:600;color:#beb8ac;background: #303942; }
.propertyareasedit ul li span {display:inline-block;font-size: 1.4rem;padding:0 10px 0 0; }
.propertyareasedit ul li span input, .propertyareasedit ul li span select {height:auto;padding:4px 8px;margin:0; }
.editpropertyhead { color: #beb8ac; padding: 0 6px 10px 6px; margin: 0; line-height: 1.8rem; }
.largerfield {width:180px; }
.mediumfield {width:120px; }
.smallerfield {width:60px; }
.smallerfield2 {width:80px; }
#propertyinfo .inputholder input:disabled, #propertyinfo .inputholder select:disabled { background: #6a727a; border-color: #424a52; color: #ffffff; }
.inputholder input, .inputholder select {padding: 5px 8px;height:auto; }

.ndtinyhead { text-transform: uppercase; font-size: 1.2rem; letter-spacing: .1rem; margin-bottom: 0rem; font-weight: 600; color: #0099da; }
#homeinfobar { background: #016fa4;}
#homeproperties {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background: radial-gradient(circle, hsl(199, 100%, 50%) 2%, hsl(202, 54%, 52%) 99%, hsl(211, 55%, 54%) 100%);
}
#EditCharacteristics {
    background: #424a52;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
    #EditCharacteristics .tablink {
        color: #a2b8e0;
        padding: 50px 20px 10px 20px;
        cursor: pointer;
    }
    #EditCharacteristics .activeTab {
        /*background-color: deepskyblue;*/
        color: #ffe27a;
        border-bottom: solid;
        border-bottom-width: 2px;
        border-bottom-color: #ffe27a;
    }



    #DisplayHouseCharactertistics {
        /*background: radial-gradient(circle, rgb(0 173 255) 2%, rgb(65 149 199) 99%, rgb(73 136 202) 100%);*/
    }
/*#homeinfobar {position:absolute;top:0;left:0;bottom:0;width:240px;background:#255dba;overflow:auto;background-image:url(../Images/ndback.jpg);background-position:bottom,center; }*/
.nd-sectionhead {
    font-weight: 600;
    color: #beb8ac;
    background: #303942;
    padding: 2px 6px;
    margin: 0;
    font-size: 1.4rem;
}
.nd-marketvalue {padding:4px 6px;color:#05d205;font-size:3.0rem;margin: 0 0 10px 0; }
.nd-marketvalue span {margin:0 0 0 6px;display:inline-block;font-size:1.2rem;color:#33C3F0;cursor:pointer; }
#nd-contentwrapper {margin: 0}
#nd-sections { padding: 20px 20px 20px 0; width: 65%; display: inline-block; vertical-align: top; }
#nd-articles { padding: 20px 0 20px 0; width: 30%; display: inline-block; vertical-align: top;min-width:300px; }
#mainaddresswrapper {background: #424a52; padding: 20px;position:relative;  }
#homeiconholder { border-radius: 50%; width: 70px; height: 70px; text-align: center; background: #33485d; margin: 20px auto 0 auto; }
#homeiconholder i {font-size:40px;color:#ffffff;padding: 14px 0 0 0; }
#mainaddress {
    color: #ffffff;
    font-size: 2rem;
    margin: 10px 0;
    font-weight: 300;
    text-align: center;
    padding: 0 10px;
    line-height: 2.2rem;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}
.nd-sectionholder {border-bottom: 1px solid #e7e7e7;border-top: 1px solid #e7e7e7; }
.nd-mysection { padding:0;  position: relative; cursor: pointer; overflow: hidden; width: 49%; display: inline-block; vertical-align: top; }
/*.nd-mysection:hover {background:#d7eeff; }*/
.nd-mysectioninfo {padding: 15px 10px;}
.nd-mysectioninfo p {margin:0; }
.nd-mysectioninfo p span { color: #ffffff; display: block; width: 200px; text-align: center; background: #058fd2; margin: 10px 0 0 0; border-radius: 4px; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; }
.nd-goholder {border-radius:50%;width:50px;height:50px;text-align:center;background:#33C3F0;display:inline-block;float:right;}
.nd-goholder i {font-size:28px;color:#ffffff;padding: 12px 0 0 0; }
.nd-addarea {}
.displayicon {position:absolute;right:-10px;bottom:-10px;font-size:80px;color:#33c3f0; }
.lockdisplayicon {font-size: 107px;bottom: -20px; }
.mobilemanageareas {display:none; }
#mainaddresscharacteristics {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}
#mainaddresscharacteristics span {padding:0 15px 0 0;display:inline-block; }

.userpropertycharacteristics {
    display: block;
    margin-top: 20px;
}

    .userpropertycharacteristics label {
        color: #ffffff;
    }

    .userpropertycharacteristics .inputholder {
        margin: 10px;
    }

.stepone {
}

.steptwo {
    display: none;
}

.stepthree {
    display: none;
}


#savingpropertyinfoscreen {
    position: absolute;
    background: rgba(66, 74, 82,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: none;
}
#savingpropertyinfoholder { width: 100%; text-align: center; position: absolute; top: 30%; }
#savingpropertyareascreen {position:absolute;background:rgba(66, 74, 82,0.8);top:0;left:0;bottom:0;right:0;z-index:99;display:none; }
#savingpropertyareaholder { width: 100%; text-align: center; position: absolute; top: 30%; }
.editareatriggers {position:absolute;right:0;top:4px; }
.editareatriggers span {font-size: 1.5rem;background-color:#33C3F0;cursor:pointer;padding:4px 10px;color:#ffffff; }
#estimatelist ul { max-height: 115px; overflow: auto; margin: 0 0 10px 0; }
.canceleditproperty {display:none; }
#estimatelist { padding: 10px; position: relative;min-height: 200px; }
#notsubscribed {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.78);z-index: 300; }
.altrialovermessage { display: block; font-weight: 600; color: #01c3ff; padding: 10px 0 0 0; }
.trialpanel {  cursor: pointer;background: #33c3f0;  border-radius: 2px; margin-bottom: 15px; position: relative;border-left: 5px solid #ff5722; }
.trialpanel p { padding:10px 156px 10px 10px; display: inline-block; margin: 0;vertical-align:top;font-weight: 600;color:#ffffff;}
.trialpanel p span { display: block; font-weight: 600; font-size: 2rem; }
.trialiconholder { position: absolute; top: 0; bottom: 0; right: 0; text-align: center; width: 170px; }
.trialiconholder span { border-color: #ffffff; color: #ffffff; background: #FF5722; margin-top: 16%; }
.trialiconholder span:hover { border-color: #ffffff; color: #ffffff; background: #FF5722;}
.trialiconholder i { font-size: 42px; color: #ffffff;padding-top:15%; } 
.ns-cta {text-align:center;padding:20px; }
.ns-cta p { font-size: 1.6rem; font-weight: 600; padding: 20px; max-width: 800px; margin: 20px auto 20px auto; background: #ffffff; border-radius: 4px; border: 1px solid #66b6d7; }
.ns-cta i { color: #33c3f0; font-size: 40px; }
.button-subscribe { background-color: #e94e4a !important; border-color: #e94e4a !important; }
.panelnote {margin-bottom:10px; }
.panel { background: #ffffff; border-left: 1px solid #d9dde3; border-radius: 2px; margin-bottom: 15px; position: relative; border-right: 1px solid #d9dde3; border-bottom: 1px solid #d9dde3; border-top: 5px solid #0099da; background-color: white; }
.panelalert { position: absolute; border-radius: 50%; background: #e31a1a; right: -5px; top: -5px; color: #ffffff; width: 20px; height: 20px; font-size: 1.4rem; font-weight: 600; text-align: center; }
.alerttext { color: red; padding: 10px 10px 10px 36px; border: 1px solid red; margin: 0 0 10px 0; border-radius: 2px;position:relative;    background: #ffffff; }
.alerttext i { position: absolute; left: 0; background: red; color: #ffffff; top: 0; bottom: 0; padding:13px 8px 0 8px;text-transform: uppercase; font-size: 1.4rem; font-weight: 600;cursor:pointer; }
.alerthead { margin: 20px 0 20px 0; letter-spacing: .1rem; text-transform: uppercase; }
.sectionalert {color:red}
.panel p { }
.doublepanelholder {width:100%; }
.rightpanel {width:44%;float:right;height:100%; }
.leftpanel {width:44%;float:left;height:100%; }
.panel h6 { text-transform: uppercase; font-size: 1.8rem; letter-spacing: .1rem; margin-bottom: 0rem; font-weight: 600; }
.panel h6 i {color:#33c3f0; }
.dashlistheaders { background: #424a52; color: #ffffff; padding: 5px 0 5px 5px;margin:0; }
.panel ul { }
.panel ul li {padding:.4rem 0; }
.panel ul li:nth-child(even) {background:#f2fafe; }
.liestimatename {width:48%;display:inline-block;padding-left:5px;font-weight:600; }
.liestimatedate {width:24%;display:inline-block; }
.liestimatetotal {width:16%;display:inline-block; }
.liestimateopen {width:30%;display:inline-block;cursor:pointer; }
.liestimateopen a {padding:0 4px; }
.liestimateopen a:hover { color: #FFF; background-color: #33C3F0; }
.liestimatetotal a {padding:0 4px; }
.liestimatetotal a:hover {color: #FFF; background-color: #d90000; }
.liestimatedelete { width: 18%; display: inline-block; color: red !important; }
.liestimatedesc { width: 80%; display: inline-block; }
ul.bh-estimatelist { max-height: 200px; overflow: auto; background: #393f4a; }
ul.bh-estimatelist li { padding: 6px 4px; }
ul.bh-estimatelist li:nth-child(even) { background: #333944; }
ul.bh-estimatelist li:hover { background:#0099da; }
ul.bh-estimatelist li:hover a {color: #ffffff !important; }
#map { height: 250px; background: #e7e7e7; border-top: 5px solid #0099da; }
#map_canvas {height:250px;background:#e7e7e7; }
#waitprocessscreen { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 200;background:rgba(0, 0, 0, 0.4); display: none; }
#changingQualityProcessscreen { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 200; background: rgba(0, 0, 0, 0.4); display: none; }

.sponsorpanel {
    padding: 8px;
    background: #f44336;
    border-radius: 2px;
    margin: 0 0 10px 0;
}
.sponsorpanel p {padding:0;margin:0;color:#ffffff;text-align: center; }
.sponsorpanel p a { color: #FFEB3B; font-weight: 600; padding: 4px 10px; display: inline-block; margin: 0 0 0 10px; }
.sponsorpanel p a:hover {color:#ffffff; }
#setup_flag { padding: 8px; background: #f44336; border-radius: 2px; margin: 0 0 10px 0; }
#setup_flag p {padding:0;margin:0;color:#ffffff;text-align: center; }
#setup_flag p a { color: #FFEB3B; font-weight: 600; padding: 4px 10px; display: inline-block; margin: 0 0 0 10px; }
#setup_flag p a:hover {color:#ffffff; }

.sponsor-panel {margin-bottom: 15px;}
.sponsorholder { padding: 10px 0; width: 300px; height: 125px; }
.sponsorwrapper {border-top: 5px solid #0099da;  }
.sponsor-headshot {width:80px;float:left;margin:0 10px 0 0;}
.sponsor-headshot img {width:100%; }
.sponsor-info {float:left;width:200px; }
.sponsor-info p {padding:0;margin:0; }
.sponsoredbytitle { text-transform: uppercase; font-size: 1.2rem; letter-spacing: .1rem; margin-bottom: 0rem; font-weight: 600;padding:0 0 10px 0;display:block; color: #0099da; }
.attad {width:100%;background: url(../Images/partner-att-ad-back.jpg) repeat-x;text-align:center; margin: 0 0 15px 0;cursor:pointer; }
.attad img {max-width:100%; }
.sponsor-ad {width:300px;height:150px;overflow:hidden; }

.ad {display:none !important }
.ad a {border:none; }
.ad a:visited {border:none;  }
#leaderboard { margin: 0 auto 20px auto; max-width: 728px; height: 90px; }
#leaderboard a {display:block; }
#leaderboard a img {display:block;width:100%; }
#leaderboardreport {margin:20px auto;max-width:728px;height:90px; }
#leaderboardreport a {display:block; }
#leaderboardreport a img {display:block;width:100%; }
/*ad position a*/
#position-a {margin:0 0 10px 0; }
#position-a a {display:block;width:300px;height:250px; }
#position-a a img {display:block; }
/*ad position c*/
#position-c {margin:0 0 20px 0;width:100%; }
#position-c a {display:block;width:180px;height:150px;margin:0 auto }
#position-c a img {display:block; }
/*ad position d*/
#position-d {margin:0 0 10px 0;width:100%; }
#position-d a {display:block;width:180px;height:150px;margin:0 auto }
#position-d a img {display:block; }
/*ad group efg*/
#adgroupefg {text-align: center; }
/*ad position e*/
#position-e {margin:10px;width:180px;height:150px;display:inline-block; }
#position-e a {display:block;width:180px;height:150px;margin:0; }
#position-e a img {display:block; }
/*ad position f*/
#position-f {margin:10px;width:180px;height:150px;display:inline-block; }
#position-f a {display:block;width:180px;height:150px;margin:0; }
#position-f a img {display:block; }
/*ad position g*/
#position-g {margin:10px;width:180px;height:150px;display:inline-block; }
#position-g a {display:block;width:180px;height:150px;margin:0; }
#position-g a img {display:block; }
/*ad group efg*/
#adgrouphij {text-align: center; }
/*ad position h*/
#position-h {margin:20px 10px;width:180px;height:150px;display:inline-block; }
#position-h a {display:block;width:180px;height:150px;margin:0; }
#position-h a img {display:block; }
/*ad position i*/
#position-i {margin:20px 10px;width:180px;height:150px;display:inline-block; }
#position-i a {display:block;width:180px;height:150px;margin:0; }
#position-i a img {display:block; }
/*ad position j*/
#position-j {margin:20px 10px;width:180px;height:150px;display:inline-block; }
#position-j a {display:block;width:180px;height:150px;margin:0; }
#position-j a img {display:block; }

#art-selectedrticle { background: #ffffff; border-radius: 2px; margin: 0;}
.articlesection { padding: 10px 0 0 0; }
.articlesnippet {padding:10px 0; }
.articlesnippet .imgpreview { display: block; margin: 0 10px 10px 0; width: 100%; height: 60px; overflow: hidden; border-radius: 2px; }
.articlesnippet .imgpreview img {width:100%; }
.arttitle { font-size: 1.6rem; margin: 0; padding: 0 0 5px 0;color: #000000;font-weight: 600; }
.arttitle span { font-size: 1.4rem; }
.artsnippet { color:#6d6b6b;margin:0;}
.artsnippet span {color:#0099da;cursor:pointer;display:block; }
.artsnippet span:hover {background:#33C3F0;color:#ffffff; }
.articleswrapper { border-top: 5px solid #0099da; max-height: 600px; overflow: hidden; position: relative; padding: 0 0 40px 0; margin: 0 0 20px 0; }
.closearticle { cursor: pointer; color: #ffffff; margin: 0 0 8px 0; background: #0099da; padding: 4px 10px 4px 4px; text-align: right; }
.closearticle:hover {background-color: #33C3F0; }
.closearticle i {padding:0 0 0 4px;}
.articlelegal { font-size: 1.2rem; padding: 10px; color: #9da0a2; }
.articlesearch {width:100%;padding:10px 0 0 0 }
.articlesearch input {width:100%;margin:0; }
.articleswrapper form {margin:0;padding:0; }
.articlefade { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; z-index: 2; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f3f6+100&0+0,1+100 */ background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(239,241,242,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(239,241,242,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(239,241,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f3f6',GradientType=0 ); /* IE6-9 */ }


/*Articles*/
.homeinfobacktohome { padding: 16px 0; display: block; text-align: center; color: #ffffff; background: #1EAEDB; text-transform: uppercase;letter-spacing:.1rem; }
.homeinfobacktohome:hover {color:#ffffff;background:#099fce; }
#art-contentwrapper {margin: 0 0 0 260px;}
#art-sidebar { padding: 20px 20px 20px 0; width: 30%; display: inline-block; vertical-align: top; }
#art-sidebar .articlesnippet {padding:10px 10px 10px 0;clear: both; }
#art-sidebar .arttitle:hover {cursor:pointer;background:#33C3F0;color:#ffffff; }
#art-sidebar .articlesnippet img { float: right; display: inline-block; padding: 0 0 10px 10px; width: 60px; }
#art-sidebar .arttitle { font-size: 1.5rem; margin: 0; padding: 0 0 5px 0;color: #0099da;font-weight: 600; }
#art-sidebar .arttitle span { font-size: 1.4rem; }
#art-sidebar .artsnippet { color:#6d6b6b;margin:0;font-size:1.4rem;}
#art-sidebar .artsnippet span {color:#0099da;cursor:pointer; }
.smallarticleholder {border-top: 5px solid #0099da;padding:10px 0 0 0;  }
#art-article { padding: 20px 0 20px 0; width: 65%; display: inline-block; vertical-align: top; }
article { }
.pa-articleholder {padding: 10px;  }
.pa-header { height: auto; background: none; border-bottom: none; border-top: none; position: inherit; top: inherit; left: inherit; right: inherit; z-index: 99; }
.pa-footer {background:none; }
.pa-footer a {padding:0 10px 0 0; }
.pa-title { font-size: 3.0rem; line-height: 1.1; font-weight: 600; }
.pa-header p {margin:0 0 10px 0; }
.pa-articleholder p {line-height:2rem; }
.pa-leadin {    font-size: 1.8rem;line-height: 2.4rem !important; }
.pa-articlemast {width:100%;height:160px;overflow:hidden;margin:10px 0 20px 0;position:relative; }
.pa-imageholder {position:absolute;top:0;right:190px;bottom:0;left:0;background:#ffffff; }
.pa-imageholder img {width:100%;display:block;min-height:100%; }
.pa-details {position:absolute;top:0;right:0;bottom:0;border-top: 5px solid #0099da;width:200px;background:#424a52;text-align:center; }
.pa-details ul {margin:0;padding:0; }
.pa-details ul li {list-style-type:none;color:#ffffff; }
.pa-details ul li a {
 display: none;
    height: 35px;
    padding: 0 10px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #0099da;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 10px 0 0 0;}
.pa-listhead {text-transform:uppercase;padding:10px 0 5px; }
.pa-stepshead { font-weight: 600;margin: 0 0 4px 0; font-size: 1.7rem; }
.pa-estimate { font-size: 1.5rem; margin: 0; padding: 0 0 5px 0; color: #0099da; font-weight: 600;text-decoration:none;display:none; }
.pa-list {list-style-type:disc; margin: 0 0 20px 20px;font-weight:600; }
.pa-list li {padding: 4px 0;line-height:2rem; }
.pa-list li span {display:block;font-weight:400; }

.seoarticleholder {display:inline-block;vertical-align:top;width:66%;padding: 20px 0 0 0; }
.seoarticle {background: #ffffff; padding:10px 20px;border-top: 5px solid #0099da;}
.seoarticlelistholder { display: inline-block; vertical-align: top; width: 25%; padding: 20px 0 40px 10px;min-width: 300px;}
.seoarticlelist {border-top: 5px solid #0099da;  }
.seoarticlelist img {width:100%;display:block;display:none; }
.seoarticlelist a {padding:6px 0;border-bottom:1px solid  #d0d2d4;display:block;color: #0099da; }
.seoarticlelist a:hover {background:#0099da;color:#ffffff; }
.seoarticlelist p {display:none; }
.seoctaholder {padding: 10px;background:#0099da;position:relative; }
.seoctaholder p { color: #ffffff; font-weight: 400; margin: 0; padding: 10px; font-size: 1.6rem; line-height: 2.4rem; }
.seoctaholder:after { z-index: 20; top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #0099DA; border-width: 20px; margin-left: -20px; }
#seo-signup { }
.seo-signupstepone { }
.seo-signupform {padding:10px;margin:20px 0 0 0; }
.seo-signupform label {color:#ffffff; }
.seo-signupform input { }
.seo-signupsteptwo { }
.seo-signupsteptwo p {color:#ffffff;padding:10px; }
.seo-signinoptions {text-align:center;padding:40px 0 0 0; }
.seo-activatesignup { background-color: #8BC34A !important; border-color: #8BC34A !important; }

/* Estimate Builder */
.clear {clear:both; }
#fr-edit1 { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 1000;display:none;}
#fr-edit2 { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 1000;display:none;}
.fre1 { position: absolute; top: 50px; left: 50%; width: 500px; margin-left: -250px; }
.fre2 { position: absolute; top: 50px; left: 50%; width: 500px; margin-left: -250px; }
.edithelp p { color: #ffffff; margin: 0; font-size: 1.6rem; line-height: 2.2rem; }
.edithelp p span { display: block; font-size: 2.4rem; padding: 0 0 4px 0; }
.edithelpicon {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:left;margin:0 10px 150px 0; }
.edithelpicon2 {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:right;margin:0 10px 100px 0; }
.edithelpicon i, .edithelpicon2 i { color: #ffffff; font-size: 40px; padding: 9px 0 0 0;  }

#subnavigationbar { background: #424a52; min-height: 36px; position: fixed; top: 50px; left: 0; right: 0; }
#subnavigationbar a:hover {color:#ffffff; }
#subnavigationbar a span {color:#62d0ff;font-weight: 600; }
.estimateoptions {position:absolute;right:0; color: #ffffff; font-weight: 300; padding: 5px 0 0 0; display: inline-block;text-align:right; }
.estimateoptions a {padding-left:20px;color:#ffffff; }
.searchoptionpadding .e-view {display:none;background-color:#000000 !important;border-color:#000000 !important; }
.backtodashlink { color: #a3a7ab; font-weight: 300; padding: 5px 0 0 13px; display: inline-block; }
.backtodashlink2 { color: #a3a7ab; font-weight: 300; padding: 5px 0 0 0; display: inline-block; }
#panel-estimate { width: 52%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;border-left: 0px solid #3d4044;}
#panels-estimatebuilder {width:48%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;}
.filterhighlight, .filterhighlight:hover, .select, .select:hover { background: #33C3F0 !important; color: #ffffff !important; }
/*.searchpanel {padding:20px;background:#ffffff;border:1px solid #eceef1; border-radius:2px;position: relative;}*/
.searchpanel { padding: 30px 0 20px 0; position: absolute; top: 15px; left: 20px; right: 20px; bottom: 20px;}
#addedflash {background:#424a52;text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30;display:none; }
#addedflash i {font-size:20em;padding: 40px 0 0 0;color: #33c3f0; }
#addedflash h4 { font-weight: 600; font-size: 2.5rem;color:#ffffff; }
.searchexplanantion {display:none;position:absolute;background:rgba(241, 243, 246,1);top:0;bottom:0;left:0;right:0;z-index:20;}
.searchhelp {text-transform:uppercase;text-align:center;cursor:pointer;color:#33C3F0;margin: 10px 0 0 0; }
.searchoptionholder {width:99%;display:inline-block;vertical-align:top;text-align:center; }
.searchoptionpadding { margin: 10px; border-radius: 2px; position:relative; }
.searchoptionpadding p {margin:0 0 5px 0;color:#b4bdc5; }
.searchoptionpadding p span {margin:0 0 5px 0;color:#ffffff;display:block;font-size:1.4rem; }
.editintro { color: #ffffff; font-size: 2.4rem; text-align: center; font-weight: 300; margin: 0; line-height: 2.6rem; padding: 0 0 10px 0; }
.editintrotext {color:#b4bdc5;text-align:center; }
.keyword-selected {
    color: #b8b8b8 !important;
    cursor: pointer;
    background: none !important;
}
.keyword-selected:hover {color:#ffffff !important;cursor:pointer;background: none !important; }

.jobimage {display:block;margin:20px auto 0 auto;padding: 0 48px 0 0; }
.backtosearch { }
.genericback { cursor: pointer; font-size: 1.3rem; font-weight: 600; line-height: 30px; letter-spacing: .1rem; text-transform: uppercase;margin: 0 0 10px 0;color: #ffffff;}
.genericback span {color: #33c3f0; }
.genericback span:hover {}
.searchiconholder { height: 29px; background: #cbcfd4; position: absolute; left: 0; right: 0; top: 0;color:#ffffff; }
.searchiconholder i { font-size: 20px; padding:5px 5px 0 5px; }
.searchoptionpadding button {width:100%;background:#33C3F0 !important;max-width:300px; }
.searchoptionpadding button:hover {background:#1EAEDB !important; }
.searchpanel ul { padding: 0; background: #424a52; }
.searchpanel ul li { color: #ffffff; font-size: 1.4rem; vertical-align: top; padding: 4px; border-bottom: 1px solid #5e5f61; }
.searchpanel ul li:hover {background:#7c868e;cursor:pointer;}
.sectionsubintro { font-size: 1.6rem; font-weight: 400; margin-bottom: 0; background: #424a52; text-align: center; padding: 3px 0; color: #fbf53c; }
#panel-additems {height: 100%;overflow: auto;position:relative;}
#Panel-SelectCategory {display:none;height: 100%; }
#Panel-SelectSubCategory {display:none;height: 100%; }
#Panel-SelectAction {display:none;height: 100%; }
#Panel-SelectRelatedItems {display:none;height: 100%; }
#Panel-SelectKeyword {display:none;height: 100%; }
#keywordsearch {height:80%;overflow:auto;display:block; margin-bottom:5%  }
#selectall { display: none; font-weight: 400; font-size: 1.4rem; padding: 0 0 0 20px;letter-spacing: 0; }
#Panel-SelectItem { display: none;height: 100%; }
#Panel-SelectAreas {display:none;height: 100%; }
#Panel-SelectQuality {height:100%; }
.propertycharacteristicssection {padding:10px 0 0 0;margin:0; }
.propertyareasection .inputholder {display:inline-block;margin:0 10px 0 0; }
.propertyareasection .inputholder .addthisarea {  padding: 0 30px;  height: 38px;  }
.propertyareasection ul { }
.propertyareasection ul li {padding:4px;position:relative; }
.propertyareasection ul li:nth-child(even) {}
.propertyareasection ul li.arealistheaders {font-weight:600; }
.propertyareasection ul li span {display:inline-block;font-size: 1.4rem;padding:0 10px 0 0; }
.propertyareasection ul li span input, .propertyareasection ul li span select {height:auto;padding:4px 8px;margin:0; }
.propertyareasedit ul li span.addtypespan {}
.propertyareasedit ul li span.addlabelspan { }
.propertyareasedit ul li span.addareaspan {position:absolute;right:0;cursor:pointer;color:#33C3F0;   }
.propertyareasedit ul li span.addareaspan:hover {color:#ffffff;   }
.propertyareasedit ul li span.removeareaspan {position:absolute;right:8px;cursor:pointer;padding:4px 0 0 0;  }
.propertyareasedit ul li span.removeareaspan i {color:#acbbc0;}
.propertyareasedit ul li span.removeareaspan i:hover {color:red; }
.propertyareasedit ul li span.editareaspan {position:absolute;right:34px;cursor:pointer;padding:4px 0 0 0;  }
.propertyareasedit ul li span.editareaspan i {color:#acbbc0;}
.propertyareasedit ul li span.editareaspan i:hover {color:#05d205; }
#panel-status {width:100%;height:3px;background: #646f7a; }
#statusbar {height:3px;width:0%;background:#fbf53c;position:relative; }
.startover { text-align: right; position: absolute; right: 0; top: -13px; display: none; font-size: 1.4rem; background: #424a52; padding-left: 4px;color: #cecece; }
.startover:hover {color:#33C3F0; }
.progresstitle { position: absolute; left: 0; top:0; display: none; font-size: 1.3rem;color: #8b96a1; }
#popaddarea {display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index: 210;  }
#popaddarea .adddialog {width:500px;position:absolute;top:50px;left:50%;margin-left:-250px;background:#424a52;padding:20px;border-radius:2px;border-top:5px solid #0099da; }
.propertyareasection .inputholder label {color:#ffffff; }
.searchbuttonholder {text-align:center; }
ul#areastoapply {max-height:80%;overflow:auto;display:block; }
ul#searchcategory {max-height:80%;overflow:auto;display:block; }
ul#searchsubcategory {max-height:80%;overflow:auto;display:block; }
ul#searchactiondetail {max-height:80%;overflow:auto;display:block; }
ul#searchaction li, ul#searchactiondetail li, ul#additionalactions li, ul#searchcategory li, ul#searchsubcategory li { color: #ffffff; font-size: 1.4rem; vertical-align: top; padding: 4px; border-bottom: 1px solid #5e5f61; }
ul#additionalactions {max-height:80%;overflow:auto;display:block; }

.eitemactions, .eitemnotes {padding:0 10px; }
.eitemactions .button { color: #0099da; border-color: #0099da;padding: 0 20px; height: 30px; line-height: 30px; }
.eitemactions .button:hover {background-color: #0099da;color:#ffffff; }
.eitemactions {margin: 10px 0 0 0;text-align: center; }
.eitemnotes textarea {width:100%;margin-bottom:15px; }
.eitemnotes label {font-size:1.4rem;font-weight:400; }

.AreaSubTradeName {
    margin-top: 10px;
    font-size: larger;
    color: #2196b1
}


#switchQuality {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 210;
    font-size:1.4rem;
    padding: 20px;
    color: #ffffff;
    background-color:#ffffff;
    right: 0;
    bottom: 0;
}
#switchQuality .labelstandin {color: #C3C3C3; }
#switchQuality .textdecription {width:100%;min-height: 30px;padding:4px;}
#updatingquality { width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 212;
    padding: 20px;
    color: #ffffff;
    background-color:#ffffff;
    right: 0;
    bottom: 0;
    font-size:1.4rem;
}
#deletingarea { width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 212;
    padding: 20px;
    color: #ffffff;
    background-color:#ffffff;
    right: 0;
    bottom: 0;
    font-size:1.4rem;
}
.altdescription {width:600px !important;display: inline-block; }
ul.switchlist {width:100%;}
ul.switchlist li a{ padding: 8px 10px;  position: relative; display: block; color:#000000 !important;text-decoration:none; }
ul.switchlist li a i {padding:0 6px 0 0;color:#0099da; }
ul.switchlist li a:hover {background:#119ad0 !important;color:#ffffff !important; }
ul.switchlist li:nth-child(odd) { background-color: #f6f8fa; }
#blackcover { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 200; background:rgba(0, 0, 0, 0.6); display: none; }
.switchheader {padding:0 0 18px 0;color:#000000;text-align:center;font-size:1.6rem;font-weight:600;margin:0; }
.switchheader  i {display:block;font-size:30px;color:#0099da;padding: 10px 0 0 0; }
.updatingheader {padding:20px 0 18px 0;color:#000000;text-align:center;font-size:1.6rem;font-weight:600;margin: 0 0 0 -30px; }
.updatingheader  i {display:block;color:#0099da;margin: 10px auto; }


/*Keyword Search*/
.slick-viewport .grid-canvas { background-color: #424a52 !important; }
.slick-header-columns, .slick-headerrow-columns {background:none !important; }
#keywordsearch .slick-cell {  font: normal 13px/19px "Source Sans Pro", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif !important;  padding: 4px 0 !important; }
.slick-headerrow-columns div input { height: auto !important; }
#keywordsearch .slick-headerrow .slick-header-columns, #keywordsearch .slick-headerrow .slick-headerrow-columns {height:38px !important; }
#keywordsearch .slick-cell.selected {background: #33C3F0 !important;color:#ffffff !important;border:none;}
#keywordsearch .slick-viewport .grid-canvas .slick-row {height: auto !important;  border-bottom: 1px solid #5e5f61 !important;background:#ffffff !important;  padding: 0 !important;cursor: pointer !important;color:#ffffff !important;}
#keywordsearch .slick-viewport .grid-canvas .slick-row:hover { background: #d4f1ff !important;  }
#keywordsearch #OrderPager .slick-pager {display:none; }
/*#keywordsearch .slick-row.ui-widget-content {background:#ffffff !important;  padding: 0 !important; }*/
#keywordsearch .slick-header-column.ui-state-default {font: bold 12px/15px Arial, Helvetica, Verdana, sans-serif !important;color: #33C3F0 !important;}
#keywordsearch .ui-state-default { border: 0px solid #d3d3d3 !important; }
#keywordsearch .slick-headerrow-column.ui-state-default {padding:4px !important;}
#keywordsearch .slick-headerrow {background: #FFFFFF !important;padding: 0;}
#keywordsearch .slick-headerrow-column {background: #FFFFFF !important;}
#keywordsearch .ui-state-default {border-top:none !important;border-left:none !important;border-bottom:none !important;background:none !important;border-bottom-color:#ffffff !important; }
#keywordsearch .slick-header-columns {border: none !important;height: 24px !important;padding: 4px 0 0 0; }
#keywordsearch .slick-viewport .grid-canvas .slick-row:hover {background:#1EAEDB !important;cursor:pointer;  }
/*.grid-canvas {padding:10px; }*/

/*Search Style*/
#searchwrapper {height:100%;padding:20px;overflow: auto;background: #424a52; }

/*Estimate Style*/
#waitmessageholder {margin:150px auto 0 auto;width:400px;height:200px;position:relative; }
#waitmessageholder p {color:#ffffff;text-align:center;padding:10px 0;background:#000000; }
#waitmessageholder .spinner {left:50%;top: 54px; }

#waitchangequalityholder {
    margin: 150px auto 0 auto;
    width: 400px;
    height: 200px;
    position: relative;
}

    #waitchangequalityholder p {
        color: #ffffff;
        text-align: center;
        padding: 10px 0;
        background: #000000;
    }

    #waitchangequalityholder .spinner {
        left: 50%;
        top: 54px;
    }


#addingtotaskswait { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 200;background:rgba(0, 0, 0, 0.4); display: none; }

#estimate {height:100%;padding:10px;overflow: auto; }
#estimatedge {position:absolute;top:0;bottom:0;left:-13px;width:14px;background: url(../Images/estimateedge.png) repeat-y;display:none; }
.estimatetitle {font-size:1.6rem;margin:0;font-weight: 600;padding: 0 0 5px 0; }
.estimatetitleedit { font-size: 1.6rem; margin: 0; font-weight: 600; padding: 5px; border-color: #33c3f0; color: #33c3f0; border-radius: 2px; border-width: 1px; border-style: dashed; width: 80%; }
.estimatetitle a {color:#0099da;font-size:1.4rem;padding:0 0 0 10px;font-weight:400;cursor:pointer; }
.e-normalwidth {display:none; }
.e-show {display:none; }
#estimatebottombuffer {height:200px }
.areaheaderholder { position: relative; padding:0;background: #ffffff;}
.estimateareameasure {color:#c1c1c1;font-size:12px;}
.ToggleExpandAll {
    color: #000000;
}

.EditRemodelProject {
    color: #c1c1c1;
    position: relative;
    display: inline-block;
    float: right;

}
    .EditRemodelProject .tooltiptext {
        visibility: hidden;
        width: 180px;
        font-size: 14px;
        top: -5px;
        right: 105%;
        background-color: rgb(106, 122, 76);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    .EditRemodelProject:hover .tooltiptext {
        visibility: visible;
    }



.ToggleViewAll {
    color: #c1c1c1;
    position: relative;
    display: inline-block;
    float: right;
}
    .ToggleViewAll .tooltiptext {
        visibility: hidden;
        width:180px;
        font-size:smaller;
        top: -5px;
        right: 105%;
        background-color: rgb(106, 122, 76);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    .ToggleViewAll:hover .tooltiptext {
        visibility: visible;
    }

.EditRemodelProject {
    color: #c1c1c1;
}
.areacalculations {
    color: #b8b8b8;
    font-size: 1.4rem;
    padding: 5px 0 5px 5px;
    font-weight: 400;
    text-transform: none;
    display: block;
    background: #424a52;
    margin: 5px 0 0 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
}
.areacalculations:hover {background-color:#33C3F0;color:#ffffff;}
.areatitle {text-transform: uppercase; font-size: 1.8rem; margin-bottom: 0rem;font-weight: 600;padding: 0 0 5px 0; }
.lineitemrow {padding:6px 5px; }
.li-header .lineitemrow .lineitem {text-transform: uppercase; font-size: 1.1rem; letter-spacing:.2rem;margin-bottom: 0rem;font-weight: 600; }
.lineitem {padding:0;margin:0;font-size: 1.3rem; }
.headeronly {margin:0; }
ul.arealineitems li:nth-child(even) {background:#f6f8fa; }
ul.arealineitems li {position:relative; }
ul.arealineitems li a.editdetailopen {position:absolute;top:4px;right:0;color:#0099da;}
/*ul.arealineitems li a.editdetailopen:hover {color: #000000; }*/
ul.arealineitems li a.editdetailopen:focus {border: none !important;outline:none !important; }
ul.arealineitems li a.editdetailopen i {font-size:14px;color:#33C3F0; }
.headeronly {background:#e2e5e9; }
.lineitem span {display:inline-block;vertical-align:top; }
.lineitem span input {height: 28px;margin:0;}
.li-description {width:48%;padding: 0 20px 0 0; }
.lineitem span.li-qty input { padding: 0 0 0 4px; width: 80%; }
.lineitem span.li-qty { position:relative; }
.lineitem span.li-qty i { position: absolute; left: -17px; font-size: 16px; top: 7px; color: #fb8d00; }
.lineitem span.li-uom input, .lineitem span.li-ppu input, .lineitem span.li-total input {border:none;padding:0;width:100%;background:none; }
.lineitem span.li-ppu input, .lineitem span.li-total input {text-align:right; }
.li-qty {width:8% }
.li-uom {width:8% }
.li-ppu {width:12%;text-align:right;  }
.li-total {width:15%;text-align:right;  }
.areatotes {text-align:right;font-weight:600;}
.areadeets {font-size: 1.4rem; margin-bottom: 0rem; }
.areadeets span { padding: 0 10px 0 0;display: inline-block;}
.deetvalue b { }
#estimatetotals {position:absolute;top:0;height:70px;background:#252a2f;z-index:20;width:100%;}
#estimatotalfade {position:absolute;bottom:79px;height:50px;z-index:20;width:100%;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */ }
#estimatetotals p {text-align:right;margin:0;padding:15px 20px 0 0;font-size:1.6rem;font-weight:600;line-height: 2.0rem;    color: #ffffff; }
#estimatetotals p.diytotal {padding: 0 20px 0 0;font-weight:400;font-size:1.4rem;color:#b0bbc6; }
#estimatetotals p span {display:inline-block;padding:0 0 0 4px;}
.viewprint { position: absolute; left: 16px; top: 16px;}
.viewprint:hover {color: #33C3F0;border-color:#33C3F0; }
.viewtotalmobile {display:none; }
.measureholdertrigger { margin: -10px 0 0 -5px; padding: 10px 0 0 0; background: #424a52;text-align: center; }
.measureholdertrigger li { display: inline-block;cursor: pointer; padding: 5px 10px; margin: 0;color:#62d0ff; }
.measureholdertrigger li:hover {color:#ffffff; }
.areanotes textarea {width:100%; }
.areacalcactive { background: #424a52; color: #fff398 !important; border-bottom: 1px solid #fff398; }
.wallinstructions {padding: 10px 0 0 0;margin:0 0 5px 0;color:#a7b1bb; }
.measurearea { background: #424a52; padding: 0 0 10px 5px;}
.measureholder {padding:10px; }
.inputrow {display:inline-block;padding:0 10px 0 0;vertical-align: top; }
.popinputholder {display:inline-block; }
.popinputholder label {display:none; }
.popinputholder input { width: 70px; padding: 0 0 0 4px; height: 30px; }
.popinputholder select { height: 30px; padding: 4px 10px; }
.popinputholder input.areaname {    width: 200px; }
.showlabel {font-weight: 600;   font-size: 1.4rem;    color: #ffffff; }
.labelstandin { padding: 0 0 4px 0; margin: 0;font-weight:600;font-size: 1.4rem;    color: #ffffff; }
.inputlabel { padding: 0 0 4px 0; margin: 0;font-weight:600;font-size: 1.4rem;  }
#entirehouseceilingtype, #interiorceilingtype {margin:0; }
#entirehouseceilingtype span, #interiorceilingtype span {display:inline-block;padding:0 10px 0 0;font-size:1.4rem;color:#ffffff; }
.applyMeasurements {display:inline-block;padding:0 0 0 5px;color:#ffffff; }
.applyMeasurements a i {color:#a2b1c8 }

/* Estimate Report */
#panel-reportestimate { width: 70%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;}
#panel-reportestimateoptions {width:30%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0; overflow: auto;background: #424a52;}
#reportwrapper {height:100%;padding:0 20px;overflow: auto;}
.homereportincludes { margin: 0 0 10px 0; font-size: 1.4rem;font-style:italic; }
#reportexportControls { padding: 40px 20px; text-align: center; }
#reportexportControls a {width:100%;    font-size: 12px; }
#SendReportLinkDialog {display:none; }
#SendReportLinkDialog label {text-align:left;color:#ffffff;font-weight:300; }
#SendReportLinkDialog textarea {width:100%; }
#mobilereportexportControls {display:none; }
.reportlogo {width:200px; }
#logosection {position:relative;padding:0 0 20px 0; }
#logosection #companylogoaddy img {max-height:100px;padding:20px 0 10px 0;}
#companylogoaddy p { }
.reportprojectname{ line-height: 2rem; font-size: 2rem; margin: 0; padding: 0 0 5px 0; font-weight:600; }
#reportinfo {position:absolute;right:0;top:0;border:1px solid #e7e7e7;padding:6px;}
#reportinfo p {font-size:12px;line-height:18px; }
.reportareanotes {margin:0; }
#repinstructions { }
#repinstructions p { font-style: italic; padding: 10px 0; font-size: 14px; font-weight: bold;    line-height: 22px; }
#signatureline {border-bottom:1px solid #000000;height: 30px;margin: 50px 0 ;position:relative; }
#signatureline .signedby {position:absolute;left:0;display:inline-block;bottom: 10px;font-weight:bold; }
#signatureline .signeddate {position:absolute;right:200px;display:inline-block;bottom: 10px;font-weight:bold; }
#estimatedetailarea {padding:0;}
.reparealist {padding:0 0 40px 0; }
.reportareahead { font-size: 1.9rem; text-transform: uppercase; padding: 5px 0 0 0; font-weight: 600; margin: 0; }
.reportitemholder {padding:8px 0 8px 5px;position:relative;}
.reportitemholder:nth-child(odd) {background: #f6f8fa;-webkit-print-color-adjust:exact; }
.reportitemholder p {    margin: 0;   }
.reportitemholder span {display:inline-block;vertical-align:top; }
.reportitemholderheads {padding: 8px 0 5px 5px; margin: 10px 0 0 0; background: #e2e5e9 !important; text-transform: uppercase; font-size: 1.1rem; letter-spacing: .2rem; margin-bottom: 0rem; font-weight: 600; }
.reportitemholderheads span {font-weight:bold; }
.replineitem {width:49%; }
.replineitem i {padding:0 0 0 4px; }
.repquantity {  width: 50px; position: absolute; right: 240px;}
.repuom { width: 50px; position: absolute; right: 186px; }
.repdumbnumber {width:12px; }
.repspace {width:40px; }
.repprice { width: 90px; text-align: right; position: absolute; right: 92px; }
.reptotal, .reptotalhead {width:17%;text-align:right;position:absolute;right:5px; }
.totalarearep {font-weight:bold; }
.replineitemnotes {padding: 10px 20px 0 20px;font-style: italic; }
.reportitemholdertotal {border-bottom: none; background:#ffffff !important;text-align:right;padding:10px 5px 0 0; }
.reportitemholdertotal p {font-size: 14px; }
.reportitemholdertotal p span { width: 120px; border-bottom: 1px dotted #CADBE4; padding:0; }
.totaltotal { background-color: #F8FDF6 !important; padding: 14px 8px 14px 0; border: 1px solid #CAE4CF; }
.totaltotal p {font-size:18px;}
.totaltotal p span {border-bottom: 0px solid #e7e7e7 !important;  }
.areareportmeasurements {padding:5px 10px 5px 0;display: inline-block; }
.areareportmeasurementsholder {}
#reportserviceproviders {padding:20px;display:none; }
.serviceprocontainer {width:100%;}
.servicepropadding {padding:10px;position:relative;background:#ffffff; border-radius:2px;margin: 0 10px 10px 0; min-height: 80px;}
/*.servicepropadding:before, .servicepropadding:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 17px;
  left: 10px;
  width: 50%;
  top: 75%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.servicepropadding:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/
.serviceprorating { color: #ff8100; font-size: 18px; }
.serviceprorating i {padding:0 3px 0 0; }
.serviceprorating span { color: #0099da;font-size: 1.3rem; }
.serviceproname { font-weight: 600; font-size: 1.6rem; margin: 0; }
.serviceproabout { margin: 0; color: #737b82; font-size: 1.4rem; }
.serviceproinfo {width:75%;display:inline-block; }
.serviceprosend {width:24%;position:absolute;right:0;top:0;bottom:0;background:#ffffff;text-align:center;padding: 30px 0 0 0;color:#33c3f0; }
.serviceprosend i {display:block;font-size: 22px; }
.serviceprosend:hover {background:#33c3f0; color: #ffffff;}
.mobile-showreport {display:none; }
#sendtoservicepro { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 500;background:rgba(0, 0, 0, 0.4); display: none; }
.serviceprowrapper {width:620px;position:absolute;left:50%;top:100px;margin-left:-310px;padding:20px;background:#ffffff;border-radius:2px; }
.serviceprowrapper .serviceproinfo { width: 30%; position: absolute; right: 0; background: #282d31; top: 0; bottom: 0; padding: 88px 0 0 20px;color:#ffffff; }
.serviceprowrapper .serviceproinfo .serviceproabout {color:#ffffff; }
.serviceprowrapper p {margin:0; }
.sp-projectname {padding:0 0 10px 0;font-size:1.8rem; }
.sp-projectname span {    color: #0099da; }
.sp-sendinfo {width: 65%; }
.sp-sendinfo, .sp-sendbuttons {padding:0; }

.fakead {cursor:pointer;border-radius: 2px; border: 1px solid #000000;background-image:url(../Images/partner-kohler-sink.jpg);background-position:right;background-repeat:no-repeat;margin:0 0 20px 0; }
.fakeadpad {padding:10px;position:relative; }
.fakeadlogo {display:inline-block;width:20%;vertical-align:top; }
.fakeadlogo img {width:100%;height:auto; }
.fakeadcontent {width:74%;display:inline-block;vertical-align:top;border-left:1px solid #000000; }
.fakeadcontent p {margin:0;font-weight:600;font-size:1.8rem;padding:10px 0 10px 10px; }
.fakeadcontent p span {display:block;font-size:1.6rem;font-weight:400; }

.sendreporttoprovider { }
.stshead { padding: 0 0 10px 0; margin: 0; font-weight: 600; font-size: 1.4rem;color: #6ecff9; }
ul.serviceproviderlist {max-height:170px;overflow:auto;background:#424a52; }
ul.serviceproviderlist li { color: #ffffff; font-size: 1.4rem; vertical-align: top; padding: 4px; border-bottom: 1px solid #5e5f61; font-weight: 400; line-height: 1.8rem; }
ul.serviceproviderlist li span { color: #acb5be; font-weight: 400; }
ul.serviceproviderlist li:hover {background:#7c868e;cursor:pointer;}
ul.serviceproviderlist li.activevaultitem span {color:#ffffff !important; }



/* =============================================================================
   Photos
   ========================================================================== */

.photoarea .dropzone .dz-default.dz-message { background-image: url("../Images/dandd2.png"); background-position: center; margin-left: -214px;background-size:inherit; }
.photoarea .dropzone { min-height: 180px;padding: 0; }
#prophotos {padding: 20px 0 0 0; }
.prophotocontainer {width:46%;display:inline-block;vertical-align:top;padding:10px; }
.proimagecontainer {width:100%; }
.proimagecontainer img {width:100%;display:block; }
.photoarea {font-weight:bold;padding:0 10px; }
.prophotodesc {padding:10px 0 0 0; }
.reportphototitle {font-weight:bold;padding:0 0 20px 0;margin:0; }

  
.formobile {display:none;}
.cantprint {display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#ffffff;z-index:9999999999; }

.qchartopen {color:#33C3F0;cursor:pointer;padding-left:10px; }
#qualitychart {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.4);display:none;z-index:200;}
.chartholder {width: 800px;margin: 47px auto 20px auto;padding: 20px;background: #FFFFFF;border-top:5px solid #0099da;}
ul.qchart {margin:0;padding:0;border-radius:2px;}
ul.qchart li {    font-size: 1.4rem;padding:6px 0 6px 5px;color:#0376AC;}
ul.qchart li:nth-child(even) {background:#ecf9ff;}
ul.qchart li.header {background:#424a52;color: #ffffff;padding: 5px 0 5px 5px;border-bottom:0px solid #ffffff;}
ul.qchart li span {display:inline-block;vertical-align: top;font-weight:600;}
ul.qchart li span.quality {width:160px;}
ul.qchart li span.dollarsigns {width:160px;}
ul.qchart li span.houseequal {width:160px;}
ul.qchart li span.notes {width:100%;display:block;font-weight:300;padding:6px 0 0 0;color:#777777;font: italic 12px/15px Arial, Helvetica, Verdana, sans-serif;}
ul.qchart li:hover, ul.qchart li:hover span, ul.qchart li:hover span a { background: #0099da !important; color: #ffffff !important; cursor: pointer; }

#ceilingtypes {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.4);display:none;z-index:200;}
.ceilingtypesholder {width: 600px;margin: 47px auto 20px auto;padding: 20px;background: #FFFFFF;border-top:5px solid #0099da;}
.openctype {color:#62d0ff;cursor:pointer;font-weight:400; }

#floortypes {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.4);display:none;z-index:200;}
.floortypesholder {width: 600px;margin: 47px auto 20px auto;padding: 20px;background: #FFFFFF;border-top:5px solid #0099da;}
.openftype {color:#62d0ff;cursor:pointer;font-weight:400; }

#unitofmeasure {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.4);display:none;z-index:200;}
.uomholder {width: 600px;margin: 47px auto 20px auto;padding: 20px;background: #FFFFFF;border-top:5px solid #0099da;}
.uomholder ul { }
.uomholder ul li {list-style-type:none;display:inline-block;width:30%;padding:0 0 10px 0;font-size:1.4rem; }
.uomholder ul li span {font-weight:600;color:#0099da; }
.openuom {color:#0099da;cursor:pointer;font-size: 1.4rem; }



/* Angular Form Error Validation*/
input.ng-invalid.ng-touched {  border: 1px solid rgb(155, 82, 58);background-color: #FA787E;}

/*Property Setup*/
#propertysetup {margin:20px auto;position:relative; }
#propertysetup h1 {color: #0099da;padding0; }
#propertysetup h2 {font-size:2rem;font-weight: 300; }
#propertysetup h3 {font-size:2rem;font-weight: 300; }
#propertysetup h3 span {font-weight:400; }
#propertysetup label {color:#000000; }
#bottomfence {height:140px;width:100%;position:fixed;bottom:0;background-image:url(../Images/picketfence.png);background-repeat:repeat-x; }
#propertysetup #propertyinfo {  }
.addressholder { display: inline-block; vertical-align: top;}
.psinputholder {}
/*.psinputholder::before {position:absolute;top:0;bottom:0;left:-13px;width:14px;background: url(../Images/estimateedge.png) repeat-y;content:"";  }
.psinputholder::after { z-index: -1; position: absolute; content: ""; bottom: 15px; right: 10px; left: auto; width: 50%; top: 80%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); }*/
.inputicon { width: 120px; height: 120px; border-radius: 50%; background: #d0d6de; text-align: center; }
.inputicon i {color: #ffffff; font-size: 80px;    padding: 20px 0 0 0; }
.addytwo {width:150px; }

/* Service Providers */
#fr-sps { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 1000;display:none;}
.frsps { position: absolute; top: 50px; left: 50%; width: 450px; margin-left: -225px; }
.spshelp p { color: #ffffff; margin: 0; font-size: 1.6rem; line-height: 2.2rem; }
.spshelp p span { display: block; font-size: 2.4rem; padding: 0 0 4px 0; }
.spshelpicon {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:left;margin:0 10px 150px 0; }
.spshelpicon2 {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:right;margin:0 10px 100px 0; }
.spshelpicon i  { color: #ffffff; font-size: 40px; padding: 9px 0 0 0;  }

#spwrapper {margin:80px 0; }
#panel-sppaper { width: 50%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;}
#panel-spwork {width:50%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;overflow:auto;background: #424a52;}
#panel-selectspoption { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; }
#panel-selectcategoryoption  { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; }
#panel-spinputform { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none; }
#panel-searchsp {padding: 0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none;}
#panel-searchnewsp {padding: 0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none;}
#panel-spinputform .inputholder {display:inline-block;margin:0 10px 0 0; }
#panel-spinputform label {color:#ffffff; }
#selectedprovidercontent {position:absolute;top:20px;left:20px;bottom:20px;right:20px;z-index:30;display:none;overflow:auto; }
#foundproviders {position:absolute;top:20px;left:20px;bottom:20px;right:20px;z-index:30;display:none;overflow:auto; }
#sp-default {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30; }
#sp-default i { font-size: 20em; padding: 30% 0; color: #e4ebf3; }
.closesp {display:none; }
#foundproviders .servicepropadding {border: 1px solid #e7e7e7;}
#foundproviders .servicepropadding:before, .servicepropadding:after { display: none !important; }
#contactservicepro { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 500;background:rgba(0, 0, 0, 0.4); display: none; }
.sp-address {padding:0 0 10px 0; }
.foundprovidersmessage { font-size: 1.6rem; font-weight: 600; }
.servicebuttonholder {text-align:center; }
.servicebuttonholder button, .servicebuttonholder a {max-width:400px;width:100%; }
.allservicelogos {height:160px;text-align:center;margin:40px 0 0 0; }
.servicelogoshell {width:32%;max-width:200px;height:100%;padding:0;margin:0;display:inline-block;}
.servicelogocontainer {padding:10px;height:100%;vertical-align:top; }
.servicelogoholder {background:#ffffff;height:100%; }
.servicelogoholder img {width:100%;margin:0 auto;display:block;vertical-align:middle;max-height:160px; }
#spaddedflash {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30;display:none;background: #424a52; }
#spaddedflash i {font-size:20em;padding: 40px 0 0 0;color: #33c3f0; }
#spaddedflash h4 { font-weight: 600; font-size: 2.5rem;color:#ffffff; }
.serviceaddress {width:400px; }

/* Vault */
#fr-vault { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 1000;display:none;}
.frv { position: absolute; top: 50px; left: 50%; width: 500px; margin-left: -250px; }
.vaulthelp p { color: #ffffff; margin: 0; font-size: 1.6rem; line-height: 2.2rem; }
.vaulthelp p span { display: block; font-size: 2.4rem; padding: 0 0 4px 0; }
.vaulthelpicon {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:left;margin:0 10px 100px 0; }
.vaulthelpicon2 {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:right;margin:0 10px 100px 0; }
.vaulthelpicon i  { color: #ffffff; font-size: 40px; padding: 9px 0 0 0;  }

#vaultwrapper {margin:80px 0; }
#panel-paper { width: 40%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;border-left: 1px solid #d7dbe0;}
#panel-vaultwork {width:60%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;overflow:auto;background: #424a52;}
#panel-selectvaultoption { padding:0; position: absolute; top: 0; left:20px; right:20px; bottom: 0;}
#panel-vaultinputform { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none; }
#panel-vaultinputform .inputholder {display:inline-block;margin:0 10px 0 0; }
#panel-vaultinputform .inputholder label {color:#ffffff; }
#paper {height:100%;padding:10px;overflow: auto; }
#paperedge {position:absolute;top:0;bottom:0;left:-13px;width:14px;background: url(../Images/estimateedge.png) repeat-y;display:none; }
.uploadphoto {border:1px dotted #0099da;padding:20px;text-align:center;margin:0 0 20px 0;color:#ffffff; }
.uploadphoto span {font-weight:600; }
.warrantyinfo {width:100%;min-height:30px; }
.warrantyholder {width:100%;display:block; }
#vaultaddedflash {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30;display:none;background: #424a52; }
#vaultaddedflash i {font-size:20em;padding: 40px 0 0 0;color: #33c3f0; }
#vaultaddedflash h4 { font-weight: 600; font-size: 2.5rem;color:#ffffff; }
.searchinput {width:100%; }
.svbuttonholder {text-align:center; }
.svbuttonholder button { max-width: 400px; width: 100%; }

#inventoryitemdropzone {background:#ffffff !important;min-height: 200px;padding:0; }
.panel-vaultstatus {width:100%;height:3px;background: #646f7a;margin: 5px 0 10px 0; }
.vaultstatusbar {height:3px;width:45%;background:#fbf53c;position:relative; }
.vaultphotoarea { padding: 0; }
.vaultphotoarea .dropzone .dz-default.dz-message { background-image: url("../Images/dandd2.png"); background-position: center; margin-left: -214px; }
.vaultitemphoto {width:45%;display:inline-block;vertical-align:top; margin:10px 10px 10px 0; }
.vaultitemphoto img {width:100%;height:auto;vertical-align:top; }

.paperinstructionsholder {padding:20px; }
.pi-head {padding:20px 0 0 0;font-weight: 600; }
.pi-list {font-weight:600;font-size:1.7rem; }
.pi-listhead {color: #0099da; }

#estimatedefaultstate {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30; }
#estimatedefaultstate i { font-size: 20em; padding: 30% 0; color: #e4ebf3; }
.introtext {padding:10px 10px 10px 0;margin:0;color:#ffffff; }
#panel-searchvault {padding: 0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none;}
.searchforvaultitem {margin:0; }
.searchforvaultitem input { border-radius: 0px; background: #ffffff; }
ul.vaultlist {max-height:70%;overflow:auto;background:#424a52; }
ul.vaultlist li { color: #ffffff; font-size: 1.4rem; vertical-align: top; padding:4px;border-bottom:1px solid #5e5f61;font-weight:600; }
ul.vaultlist li span { color: #acb5be; font-weight: 400; }
ul.vaultlist li:hover {background:#7c868e;cursor:pointer;}
.activevaultitem { background: #33C3F0 !important; color: #ffffff !important; }
ul.vaultlist li.activevaultitem span {color:#ffffff !important; }
.hasWarranty {color:#62d0ff;cursor:pointer; }
.editinvitem {background: #33C3F0;color:#ffffff; }
.editinvitem:hover {background: #33C3F0;color:#ffffff !important;  }

#panel-alerts { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px; display: none; }


#selectedInventoryItemAlertcontent {position:absolute;top:20px;left:20px;bottom:20px;right:20px;z-index:30;display:none;overflow:auto; }

#selecteditemcontent {position:absolute;top:20px;left:20px;bottom:20px;right:20px;z-index:30;display:none;overflow:auto; }
.itemphotoholder { }
ul.itemdetails { }
ul.itemdetails li {padding:4px; }
ul.itemdetails li span {font-weight:600;}
ul.itemdetails li:nth-child(even) { background: #f6f8fa; }
.itemphoto {width:28%;display:inline-block;vertical-align:top;    margin-right: 10px; }
.itemphoto img {width:100%;height:auto;vertical-align:top; }
.itemtitle { font-size: 1.8rem; font-weight: 600; border-bottom: 1px solid #000000; padding: 0 0 10px 0; }
.itemdetailsholder {}
.itemactionsholder {text-align:center;padding:0 0 10px 0; }
.itemactionsholder button, .itemactionsholder a { margin: 0 0 10px 10px; height: 30px; padding: 0 15px; line-height: 30px; }
.closevaultitem {display:none; }
.vaultstart { text-align: right; position: absolute; right: 0; top: 0; font-size: 1.4rem; }
.vaultbuttonholder {text-align:center; }

.hi-category { width: 31%; margin: 10px 10px 0 0; display: inline-block; vertical-align: top;cursor:pointer;border-top: 4px solid #0099da;    background-size: cover; }
.hi-catname {background:rgba(0,0,0,0.8);padding:10px;position:relative;min-height: 80px;}
.hi-catname:hover {background:rgba(0, 153, 218,0.8); }
.hi-catname p {padding:0; font-weight: 600; font-size: 1.6rem;color:#ffffff;margin:0;}
.hi-catname p.catdesc {font-size:1.4rem;display:block;font-weight: 400;padding: 4px 0 0 0; }
.hi-catname p span { position: absolute; background: #0099da; color: #ffffff; right: -6px; top: -12px; text-align: center; border-radius: 50%; width: 20px; height: 20px; padding: 5px; }
.hi-catadd { background: #0099da; text-align: center; cursor: pointer; border-radius: 2px; padding: 6px 0;    margin: 0 0 10px 0; }
.hi-catadd p { display: inline-block; padding: 0 0 0 4px; margin: 0; color: #ffffff; font-weight: 600; font-size: 1.7rem; }
.hi-search {position:absolute;height:40px;width:50px;top:10px;right: 15px;background:#0099da;text-align: center;cursor:pointer;border-radius:2px;}
.hi-catadd i, .hi-search i { color: #ffffff; font-size: 14px; }
.hi-catadd:hover, .hi-search:hover{    background: #16baff; }
.hi-itemsamnt p {font-size:7.4rem;color:#ffffff;font-weight:300;padding: 0 40px 0 0;    line-height: 7.8rem; }
.catback-test {background-image:url(../Images/samplecat-other2.jpg); }
.catback-appliances {background-image:url(../Images/samplecat-appliance2.jpg);}
.catback-clothing {background-image:url(../Images/samplecat-clothing2.jpg);}
.catback-jewelry {background-image:url(../Images/samplecat-jewelry2.jpg);}
.catback-electronics {background-image:url(../Images/samplecat-electronics2.jpg);}
.catback-furniture {background-image:url(../Images/samplecat-furniture2.jpg); }
.catback-tools {background-image:url(../Images/samplecat-tools2.jpg);}


/* Home Reports */
#fr-reports { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.9); z-index: 1000;display:none;}
.frr { position: absolute; top: 50px; left: 50%; width: 450px; margin-left: -225px; }
.reporthelp p { color: #ffffff; margin: 0; font-size: 1.6rem; line-height: 2.2rem; }
.reporthelp p span { display: block; font-size: 2.4rem; padding: 0 0 4px 0; }
.reporthelpicon {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:left;margin:0 10px 150px 0; }
.reporthelpicon2 {border-radius:50%;height:60px;width:60px;background:#F44336;text-align:center;float:right;margin:0 10px 100px 0; }
.reporthelpicon i  { color: #ffffff; font-size: 40px; padding: 9px 0 0 0;  }

#reportswrapper {margin:80px 0; }
#panel-reportlist {width:45%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;overflow:auto;background: #424a52;}
#panel-reportpaper { width: 55%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;}
#reportpaper {height:100%;padding:10px;overflow: auto; }
#reportpaperedge {position:absolute;top:0;bottom:0;left:-13px;width:14px;background: url(../Images/estimateedge.png) repeat-y; }
#reportdefaultstate {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30; }
#reportdefaultstate i { font-size: 20em; padding: 30% 0; color: #e4ebf3; }
#panel-reportmain { padding:0; position: absolute; top:0px; left: 20px; right: 20px; bottom: 0px; }
#panel-erc { padding:0; position: absolute; top: 10px; left: 20px; right: 20px; bottom: 20px;display:none; }
#panel-homeinventory { padding:0; position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px;display:none; }
#panel-marketreport { padding:0; position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px;display:none; }
#panel-reportsuccess {text-align:center;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;z-index:30;display:none;background: #424a52; }
.yayicon {font-size:20em;padding: 40px 0 0 0;color: #33c3f0; }
#panel-reportsuccess h4 { font-weight: 600; font-size: 2.5rem;color:#ffffff; }
.allreportpanels label {color:#ffffff;}
.allreportpanels .inputholder { display: inline-block; margin: 0 10px 0 0; }
ul#homereportlist { }
ul#homereportlist li { padding: 5px; margin: 0 0 10px 0; /*background: #ffffff; border-left: 3px solid #0099da;*/ border-radius: 2px;position:relative;    color: #7a7a7a; }
.reportitle {display:block;color:#000000;font-weight:600; }
.reportitle i {padding:0 4px 0 0;display:none; }
ul#homereportlist li:hover {background:#ffffff;cursor:pointer; }
.sponsoredreport {background:#ffffff; }
.learnmore {color:#0099da;font-weight:600; }
.runreport {color:#0099da;font-weight:600; }
.numberinput { }
.numberinput input {width:70px; }
.checkboxes { color: #b9c1c8; padding: 0 0 10px 0; width: 100%; margin: 0 !important; }
.checkboxes span {display:inline-block;width:48%; }
.checkboxes span input {margin:0 4px 10px 0; }
.hir-inputnote { color: #fbf53c; margin: 0; }

.hr-report { position: relative; height: 80px; width: 100%; margin: 0 0 10px 0; }
.hr-reportname {position:absolute;width:100%;background:rgba(0,0,0,0.8);top:0;left:0;bottom:0; }
.hr-reportname p {padding: 12px 164px 0 10px; font-weight: 600; font-size: 1.8rem;color:#ffffff; }
.hr-reportname p span {font-size:1.4rem;display:block;font-weight: 400; color: #b3b2b2; }
.hr-runreport { position: absolute; top: 50%; right: 15px; background: #33C3F0; cursor: pointer; color: #ffffff; margin-top: -18px;border-color:#33C3F0; }
.hr-runreport:hover {color:#ffffff;border-color:#17b7e8;background:#17b7e8; }
.hr-runreport i { color: #ffffff; padding: 17px 0 0 10px; font-size: 20px; }
.hrback-erc {background-image:url(../Images/reportback-erc.jpg);background-size:cover;background-position: right; }
.hrback-homeinventory {background-image:url(../Images/reportback-hi.jpg);background-size:cover;background-position: right; }
.hrback-market {background-image:url(../Images/reportback-market.jpg);background-size:cover;background-position: right; }

.homereportinfo {margin: 0 0 10px 0;color: #ffffff; }
.panel-reportstatus {width:100%;height:3px;background: #646f7a;margin: 5px 0 10px 0; }
.reportstatusbar {height:3px;width:33%;background:#fbf53c;position:relative; }
/*#ercstepholder {background:#575f67;padding:10px;border-radius:4px; }*/
.ercstepone { }
.ercsteptwo {display:none; }
.ercstepthree {display:none; }
.pvstepone { }
.pvsteptwo {display:none; }
.pvstepthree {display:none; }
.reportsteptitle { color:#fbf53c;text-transform:uppercase;margin: 0 0 10px 0;}

#report-erc {display:none;padding:20px;overflow:auto;height:100%; }
#report-totalinsurable {display:none;padding:20px;overflow:auto;height:100%; }
#report-homeinventory {display:none;padding:20px;overflow:auto;height:100%; }
#report-estimatedvalue {display:none;padding:20px;overflow:auto;height:100%; }
#report-csi {display:none;padding:20px;overflow:auto;height:100%; }
.reportname { font-size: 2.5rem; font-weight: 600;margin:0; }
.reportaddress {padding:0 0 10px 0;margin:0; }
.erc-numbers { margin: 0 0 10px 0;  }
.erc-numbers p {padding:0 0 4px 0;margin:0;color: #0099da;font-weight:600;font-size: 3rem;}
.erc-numbers p span {color:#000000;font-size: 1.8rem; }
.reportsectionhead { font-weight: 600; margin: 0 0 5px 0; background: #0099da; color: #ffffff; padding: 2px 4px; font-size: 1.4rem; }
ul.reportcharacteristics {font-size: 1.3rem;    line-height: 2rem; }
ul.reportcharacteristics li {display:inline-block;width:24%; }
.reportcharacteristics span {font-weight:600; }

.appraiserreport-main-info {
    display: grid;
    grid-template-columns: 50% 50%;
    /*grid-template-rows: 100px 500px;*/
    /*grid-template-areas: "appraiserrpt-hd appraiserrpt-hd" "appraiser-dtl" "appraiser-dtl";*/
    /*align-items: flex-start;
    justify-content: center;
    flex-direction: row;*/
}
.zxxxxappraiserreport-main-info > .appriserreportmaininfo-item {
    /*flex: 1 1 50%;*/
    height: 100px;
}

.appraiserreport-main-item {
    
    /*margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;*/
    /*background-color: #fff4e6;
    border: 1px solid #f76707;*/
    /*grid-area: appraiserrpt-hd;*/
}

.gen-info-container {
    display: grid;
    grid-template-columns: 40% 60%;
}

.rc-cost-info-container {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.reportdisclaimer {
    font-size: 1.3rem;
    padding: 0 0 20px 0;
}
.reportdisclaimer span {display:block; }
ul#reportdetails { }
ul#reportdetails li.reportdetailshead {font-weight:600; }
ul#reportdetails li {padding:10px 0 10px 0;border-bottom:1px solid #dedede; }
ul#reportdetails li p {font-size: 1.4rem;padding:0 10px 2px 0;margin:0;font-weight:400;display:inline-block; }
ul#reportdetails li p span {font-weight:600; }
ul#reportdetails li:nth-child(even) {background:#f2fafe;  }
ul#reportdetails li p.erc-structure {}
ul#reportdetails li p.erc-attribute {}
ul#reportdetails li p.erc-style {}
ul#reportdetails li p.erc-value {}
ul#reportdetails li p.hir-itemname {font-size: 1.6rem;}
ul#reportdetails li p.hir-itemtype {}
ul#reportdetails li p.hir-modelnumber {}
ul#reportdetails li p.hir-price {}
ul#reportdetails li p.hir-qty {}
ul#reportdetails li p.hir-category {}
ul#reportdetails li p.hir-area {}
ul#reportdetails li p.hir-notes {}
ul#reportdetails li p.hir-warrantyprovider {}
ul#reportdetails li p.hir-warrantyexpires {}
ul#reportdetails li p.hir-purchasedate {}
ul#reportdetails li p.hir-purchasedfrom {}

ul#reportdetails2 { }
ul#reportdetails2 li.reportdetailshead span {font-weight:600; }
ul#reportdetails2 li {padding:5px 0;border-bottom:1px solid #dedede; }
ul#reportdetails2 li span {font-size: 1.3rem;margin:0;font-weight:400;display:inline-block; }
ul#reportdetails2 li:nth-child(even) {background:#f2fafe;  }
ul#reportdetails2 li span.hir-item {width:17%;}
ul#reportdetails2 li span.hir-itemtype {width:12%;}
ul#reportdetails2 li span.hir-modelnumber {width:12%;}
ul#reportdetails2 li span.hir-price {width:12%;}
ul#reportdetails2 li span.hir-qty {width:7%;}
ul#reportdetails2 li span.hir-category {width:12%;}
ul#reportdetails2 li span.hir-area {width:12%;}
ul#reportdetails2 li span.hir-notes {width:12%;}
ul#reportdetails2 li span.hir-warrantyprovider {width:12%;}
ul#reportdetails2 li span.hir-warrantyexpires {width:12%;}
ul#reportdetails2 li span.hir-purchasedate {width:12%;}
ul#reportdetails2 li span.hir-purchasedfrom {width:12%;}

.hi-logo {display:none; }

.hir-groupone {padding:0 0 6px 0; }
.hir-group { }
.reportintro {font-weight:600; }
.vaultitemphotoholder {display:inline-block;vertical-align:top; }


ul#erccostgrid {width:100%; }
ul#erccostgrid li {position:relative;width:100%;padding:8px 0;border-bottom:1px solid #e7e7e7; }
ul#erccostgrid li span { display: inline-block; text-align: right; position: absolute; right: 0; font-size: 2rem; line-height: 1.6rem; }
ul#erccostgrid li.maincost {font-weight:600; }
ul#erccostgrid li.maincosttotal {margin:0 0 20px 0;text-transform:uppercase;font-weight:600;color: #0099da;border-bottom: 2px solid #0099da; }

/* Account Section */
#account-section { padding: 20px 10px 10px 10px;background:#ffffff;}
#account-section h6 { font-size: 2rem; color: #0099da; font-weight: 400; }
#account-section .inputholder {display:inline-block;vertical-align:top;padding:0 20px 10px 0; }
.account-sectionbutton { }
ul.account-options { margin: 0; border-bottom: 1px solid #ffffff; }
ul.account-options li { padding: 4px;display: inline-block; cursor: pointer; }
ul.account-options li:hover { background: #0389ca; }
ul.account-options li a { color: #ffffff; font-size: 1.4rem; display: block; padding: 4px; }
.accountactive {background:#33C3F0; }
.purchasedetails { }
.purchasedetails p { display: inline-block; padding: 0 10px 0 0; font-size: 13px; font-weight: normal; line-height: 20px; }
.pp {  }
.lp { width: 100px; }
.up { width: 100px; }
.purchasedetails p span { font-size: 11px; font-weight: normal; color: #6999BE; }
.transactionholder { padding: 10px; border: 1px solid #e7e7e7; margin: 0 0 20px 0; background: #ffffff; }
.transactionholder h2 { font: normal 13px/16px Arial, Helvetica, Verdana, sans-serif; margin: 0px 0 10px 0; display: block; clear: both; color: #6999BE; }
.transactionholder h2 span { color: #000000; font-weight: bold; }
.resultsoption {width: 200px; float: left; vertical-align: top; }
.resultspager {width: 270px; float: right; font-size: small;vertical-align: top;text-align: center; }
#pageSizeSelection {width: 100px; }
.menuhighlight { background: #ffffff !important; }
.menuhighlight a { color: #33C3F0 !important; }

/* Sponsorship Dashboard */
#sd-contentwrapper {margin: 0 0 0 260px;}
#sd-contentwrapper .main {display: inline-block; width: 60%; vertical-align: top; }
#sd-contentwrapper .side {display: inline-block; width: 32%; vertical-align: top;min-width: 300px;padding:20px 0 0 0; }
#sd-contentwrapper .sponsordashboard-header { background-color: dimgrey; line-height: 50px; }
#sd-contentwrapper .label { color: white; font-size: 12px; padding: 10px;}
#sd-contentwrapper .value { color: deepskyblue; font-size: 14px; padding: 10px;}
#sd-contentwrapper .panelnote { font-size: 24px;padding:20px 0 0 0;}
#sd-contentwrapper .counter { color: rgb(0, 191, 255); }
.triggerhelp { display: none; }
.list-rlink { }
.list-getlink {width:30%; }
.list-invitelink {width:35%;text-align:right; }
.list-editlink {width:60%; }
.list-getlink a { display: inline-block; }
.list-getlink a i {padding:0 0 0 5px; }
.list-invitelink a { display: inline-block; }
.list-invitelink a i {padding:0 0 0 5px; }
.list-sentinfo {display:block;font-size: 1.4rem;font-style:italic; }
.list-description { font-weight: 600; text-transform: uppercase; font-size: 1.4rem; }
ul.sponsorlist { padding: 10px 10px 0 10px; margin: 0;max-height:300px;overflow:auto; }
ul.sponsorlist li {padding:8px 4px; }
ul.sponsorlist li span {display:inline-block; }
#inviteuserlink {display:none; position: fixed; z-index: 200;background: rgba(0, 0, 0, 0.4); top: 0; right: 0; bottom: 0; left: 0; -webkit-backface-visibility: hidden; -webkit-animation: ngdialog-fadein 0.5s; animation: ngdialog-fadein 0.5s; }
.inviteuserlinkcontent {background: #424a52 !important; border-top: 5px solid #0099da; width: 500px; margin: 0 auto;padding:20px; position: absolute; top: 50px; left: 50%; margin-left: -270px; }
.inviteuserlinkcontent p, .inviteuserlinkcontent label {color:#ffffff; }
.inviteuserlinkcontent .inputholder input {width:100%; }
.inviteuserlinkcontent .inputholder label span { color: rgb(0, 191, 255); display: block; cursor: pointer;padding:0 0 10px 0; }
.sl-intro {font-size: 1.8rem; }
.sendsponsorlink { background: #3288e6; color: #fff;border:none; }
.closesponsorlink { background: #000000; color: #fff;border:none; }
.sponsorstarted {color:#ffffff; }
.sponsorgetstarted {padding: 10px;    background: #002738; }
.setupinstructionhead {font-weight:600;margin:0;color:#FFEB3B !important; }
.setupinstructionbody {padding:0 0 20px 0;margin:0; color: #b5b5b5;  }
.setupinstructionbody a {color:#33C3F0; }
#sponsor-welcome { display:none;position: fixed; top: 56px; left: 240px; bottom: 0; right: 0; background:rgba(66, 74, 82, 0.94); z-index: 10; }
.sph1 {position:absolute;top:36px;left:36px;max-width:90%; }
.editadlink {font-size:1.4rem;color:rgb(0, 191, 255); }
#AdPreview {margin:0 0 0 10px; }
#choosemethod {text-align: center; }
#invitemethod1 {display:none; }
#invitemethod2 {display:none; }
.sponsordashintro { margin: 0; padding: 20px 20px 0 0; font-size: 1.6rem; line-height: 2.2rem; }
.sponsordashintro span {font-weight:600; }
.button-method, .button-method:hover { color: #fff; background-color: #33c3f0; border-color: #33c3f0; }
.marresourcehead {margin:0;font-weight:600; }
.marresourceinfo {margin:0; }
.sponsor-preview {max-width:100px; }
.sponsor-previewad {max-width:200px; }
.sponsor-preview p {font-size:1.4rem;font-weight: 600; }
.sponsor-preview img, .sponsor-previewad img {width:100%; }

/* Hide both elements in your 'normal' styles */
#tabletdummy,
#phonedummy {
display: none;
height: 0;
width: 0;
margin:0;
}

.tabletonly {display:none; }

/* Mobile Items Hidden */
.addnewmobile {display:none; }
.mobileonlylogin {display:none; }

/* override dropzone */
.del_thumbnail { padding: 4px 10px; height: auto; line-height: 14px; display: inline; margin: 0 auto; }
.dz-size {display:none; }
/*override datepicker*/
.ui-widget-header {background-image:none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background-image:none; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: 5px 10px; width: auto; overflow: visible; height: auto; font-size: 12px; line-height: 16px; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* smaller than mobile */
@media (max-width: 400px) {}

/* smaller than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* smaller than tablet */
@media (max-width: 750px) {}

/* smaller than desktop */
@media (max-width: 1000px) {}

/* smaller than Desktop HD */
@media (max-width: 1200px) {
    #nd-sections {width: 56%;}
    .nd-mysection { width: 100%; display:block;border-top: 1px solid #e7e7e7; }
    .nd-sectionholder { border-bottom: 0px solid #e7e7e7; border-top: 0px solid #e7e7e7; }
    .seoarticleholder { width: 59%; }
/*sponsor page*/
#sd-contentwrapper .main {display: block; width:90%; vertical-align: top; }
#sd-contentwrapper .side {display: block; width: 90%; vertical-align: top;min-width: 300px;padding:20px 0 0 0; }
}

/* TABLET SAFE */
@media only screen and (max-width:1050px) {
    #tabletdummy { display: block; }
    #phonedummy { display: none; }
    .notablet {display:none !important; }
    .tabletonly {display:block; }

/* Index */
    .getstartedholder { width: 100%; }
    .gs-middle { margin:0 auto; }
    .hp-getstarted {  display: block; margin: 0 auto; }

         /* initial property input */
    #propertysetup { width: 100%; }
    .psinputholder::before, .psinputholder::after {display:none; }
    #propertysetup #propertyinfo { padding: 20px; }

    /*dashboard*/
    #leftdashwrapper {display:block;width: 100%; }
    #rightdashwrapper { display:block; width: 100%; }
    .sponsor-panel { margin-top: 15px; }
    #nd-sections { padding: 20px 20px 20px 0; width: inherit; display:block; }
    #nd-articles { padding: 20px 0 20px 0; width: inherit; display:block; }


    /* articles */
    #art-sidebar { padding: 20px 20px 20px 0; width: inherit; display:block;}
   #art-article { padding: 20px 0 20px 0; width: inherit; display:block; }

      /* estimate */
    #panel-estimate { width: 100%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0; left: 0;display:none; }
    .searchoptionpadding .e-view {display:inline-block; }
    #estimatedge { display: none; }
    .addnewmobile {display:inherit; }
    .applyMeasurements { width: 80%; }
    /*.addnewmobile { display: block; width: 100%; background: #33C3F0; text-align: center; color: #ffffff; padding: 15px 0; position: absolute; bottom: 80px; z-index: 55; left: 0; right: 0; }*/
     .addnewmobile { position: absolute; left: 332px; top: 16px;  }
     #estimatetotals p { color: #ffffff; }
    #estimatetotals { background: #424a52; }
    .measureholdertrigger li.triggernotes { display: none; }

    .chartholder { width: 95%; }

    /* Search */
    .searchpanel {left: 10px; right: 10px; }
    #searchwrapper {padding: 20px 10px; }
    #panels-estimatebuilder { width: 100%; display: block; position: fixed; top: 85px; bottom: 0; left: 0; right: 0; }
    .searchpanel ul li { display: block !important; width: 100% !important; margin: 0 !important;padding:4px 0 !important; font-size: 1.6rem !important;}
    ul#additionalactions, ul#searchcategory, ul#searchsubcategory, ul#searchactiondetail {overflow: auto; }
    ul#areastoapply { max-height: 68%; }
    #waitmessageholder { margin: 150px auto 0 auto; width: 100%; height: 200px; }
    

     /* Vault */
    #panel-vaultwork {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0;overflow:auto;}
    #panel-paper {display:none;width:100%; }
    .closevaultitem {display:inline-block; }
    .vaultstart { position: initial; display: block; text-align: left; padding: 0 0 10px 0; }
    .vaultphotoarea .dropzone .dz-default.dz-message {background-size:auto !important; }
    .photoarea .dropzone .dz-default.dz-message {background-size:auto !important; }

    /* Home Heports */
    #panel-reportpaper { width: 100%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0; left:0; display:none;}
    #panel-reportlist {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;overflow:auto;}

    #logosection #companylogoaddy img { visibility: hidden; }

    /* Estimate Report */
    #panel-reportestimate { width: 100%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0;left:0;z-index:10;}
    #panel-reportestimateoptions {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0; overflow: auto;}
    #reportexportControls { display:none; }
    #mobilereportexportControls { display:block;width: 100%;padding: 10px 0; text-align: center;position:absolute;top:0;left:0;right:0;background:#424a52;z-index:12; }
    #logosection {  padding: 20px 0; }

    /* Service Providers */
    #panel-spwork {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0;overflow:auto;}
    #panel-sppaper {display:none;width:100%; }
    .closesp {display:inline-block; }
    .vaultstart { position: initial; display: block; text-align: left; padding: 0 0 10px 0; }

/*seo articles*/
.seoarticleholder {width: 100%;}
.seoarticle {}
.seoarticlelistholder {width: 90%;}
.seoarticlelist {}
.seoarticlelist img {}
.seoarticlelist a {}
.seoarticlelist a:hover {}
.seoarticlelist p {}
.seoctaholder {}
.seoctaholder p { }
.seoctaholder:after { }
#seo-signup { }
.seo-signupstepone { }
.seo-signupform { }
.seo-signupform label { }
.seo-signupform input { }
.seo-signupsteptwo { }
.seo-signupsteptwo p {}
.seo-signinoptions {}
.seo-activatesignup {}

/*sponsor page*/
#sd-contentwrapper .main {display: block; width:90%; vertical-align: top; }
#sd-contentwrapper .side {display: block; width: 90%; vertical-align: top;min-width: 300px;padding:20px 0 0 0; }

/* SMARTPHONE SAFE */
@media only screen and (max-width: 700px) {
    .ad {display:none !important; }
    #tabletdummy { display: none; }
    #phonedummy { display: block; }
    .nomobile { display: none !important; }
    .mobileonlylogin { display: initial; padding: 8px 71px; background: #ffffff; }
    #account {width:50px; }
    .getstartedholder img { display: none !important; }
    .hp-fourbucket { display: block; }
    .hp-fourbucket a { display: none; }
    .pos1, .pos2, .pos3, .pos4 { width: 100%; position: initial; }
    #hp-articles { display: none; }
    .hp-main { height: initial; position: relative; margin: 0; }
    .hp-maincontent { position: inherit;padding: 0 0 60px 0; }
    .hp-maincontent h2 { font-size: 2.4rem; line-height: 2.8rem; font-weight: 300; max-width: 900px; margin: 0 auto; padding: 20px; }
    .hp-maincontent h1 { font-size: 3.4rem; line-height: 3.8rem; display: block; padding: 20px 10px 0 10px; margin: 0 auto;  max-width: 900px; font-weight: 400; }
    .hp-pageintro img, .rp-pageintro img {width:90%; }
    .hp-pageintro p { padding: 20px; }
    .hp-signupholder { width: 100%; border-radius: 0px; border: 0px solid #0099da; background: #ffffff; margin:0; padding: 0; position: relative; }
    .signupform { display: inline-block; width:initial; vertical-align: top; padding: 0 20px; }
    .hp-signupholder img { display: block; padding: 20px 0 10px 20px; }
    .signupinfo { display: inline-block; width: 80%; vertical-align: top; font-weight: 600; padding: 0 0 0 20px; }
    .pos-valign { flex-direction: column-reverse; -webkit-flex-direction: column-reverse; }
    .posbox { width: 100%; float: none;padding:40px 0; }
    .posbox p { text-align: center; padding: 0 20px; }
    .poshead {border:none; }
    .posestimating, .posinventory, .posreports, .posproviders { background-image: none; height: 0px;display:none; }
    .hp-fourbucket {border:none; }


    /*.button-primary img {display:none !important; }*/
    #account-options { position: fixed;z-index:500; left:0; right: 0;bottom: 0;padding: 10px;  background:#424a52;    border-bottom: 5px solid #0099da; }
    #account-options ul li { padding: 10px 5px; border-bottom: 1px solid  #58636f; }
    #account-options a {font-size: 2rem; }
    #account-options a i { width: 22px; color: #0099da; }
    .closeaccount { margin: 20px 0; background: #0099da; }

     /* initial property input */
    #propertysetup { width: 100%; }
    .psinputholder::before, .psinputholder::after {display:none; }
    #bottomfence {display:none; }
    .editpropertyhead, .nd-sectionhead, .nd-marketvalue {display:none; }
    .propertyareasedit {display:none; }

    /*dashboard*/
    .ns-cta i {display:none; }
    .ns-cta p {display:block !important; }
    #leftdashwrapper { display: none; }
    #rightdashwrapper { display: block; width: 100%; }
    .liestimatename { width: 80%; display: block; padding-left: 5px; text-transform: uppercase; font-size: 1.4rem !important; }
    .liestimateopen { width: 80%; display: inline-block; cursor: pointer;font-size: 1.8rem !important; }
    .hidemobileestimates { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; border-radius: 0; margin: 0; }
    .panel ul li { padding: .8rem 0;    border-bottom: 1px solid #d7edf5; }
    .doublepanelholder { }
    .rightpanel {width:initial;float:none;height:100%; }
    .leftpanel {width:initial;float:none;height:100%; }
    .sponsor-panel { margin-top: 0;margin-bottom: 10px; }
    .sponsor-info p span { display:none; }
    .sponsor-headshot { width: 56px; }
    .panelalert { right: 0; top: 0; }
    .panel {margin-bottom: 20px;border:none;padding: 0 5px; }
    .panel h6 { }
    .panel p { display: none; }
    .panel a {width:100%;font-size: 1.6rem;height:44px; }
    .attad {display:none; }
    .doublepanelholder br {display:none; }
    #position-a {width:100%; }
    #position-a a {display:block;width:100%;height:250px; }
    #position-a a img {display:block;width:100%; }
    #inventoryitemdropzone .dropzone .dz-default.dz-message {width:100%; }
    .dropzone .dz-default.dz-message { margin-left: -50%; }


    .panel a.mobileaddestimate {     display: block;border:none;   border-top: 4px solid #ffffff;margin:0;font-size: 1.8rem; padding: 10px; position: relative; cursor: pointer; overflow: hidden; background: #0099da; color: #ffffff; text-align: center; width: 100%; height: auto; border-radius: 0px; font-weight: 600; }
    .panel a.mobileaddestimate:hover {background: #0099da; border:none;   border-top: 4px solid #ffffff; }
    #homeinfobar { position: relative; top: initial; left: initial; bottom: initial; width: 100%; }
    #mainaddress { margin: 10px 0 5px 0; }
    #nd-contentwrapper { margin: 0; }
    #nd-sections { padding: 0; }
    .nd-mysection {  border-top: 4px solid #ffffff; position: relative; cursor: pointer; background: #0099da; color: #ffffff; text-align: center;width: 100%; }
    .nd-mysection:hover {background:#0099da; }
    .displayicon { display:none;}
    #estimatelist { padding:0;min-height: 10px; }
    #nd-articles { padding: 20px;min-width:100px; }
    .addareawrapper { width: auto; position: fixed; top: 0; left: inherit; margin-left: 0;padding: 20px; border-radius: 2px; text-align: center; bottom: 0; }
    .addareawrapper input {width:100%; }
    #propertyinfo .inputholder, .propertyareasedit .inputholder { margin: 0; width: 100%; }
    .inputholder input, .inputholder select { padding: 5px 8px; height: auto;width:100%; }
    .ndtinyhead {display:none; }
    .artsnippet { color: #6d6b6b; margin: 0; }
    .mobilenav {display:inherit; }
    #estimatelist h6 {display:none; }
    #estimatelist ul { max-height: 100%; overflow: auto; margin: 0; display: none; position: fixed; z-index: 99; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; width: 100%; }
    #homeiconholder { display: none; }
    .mobilemanageareas { display: block; color: #33C3F0; text-align: center; margin: 0; background: #303942; padding: 4px 0; }
    .trialpanel p { padding: 10px; display: block;margin:0;}
    .trialiconholder { position: inherit;text-align: center; width: 100%; }
 

    /* articles */
        /* articles */
    #art-contentwrapper {margin: 0;}
    #art-sidebar { padding:20px;}
    #art-article { padding:0;}
    article {border-radius:0; margin: 0;  }

    /* estimate */
    #subnavigationbar {}
    .editintro { padding: 10px 0 10px 0; }
    #panel-estimate { width: 100%; background: #ffffff; position: fixed; top: 50px; bottom: 0; right: 0; left: 0;display:none;border:none; }
    .searchoptionpadding .e-view {display:inline; }
    .editintrotext {display:none; }
    .addnewmobile { position: absolute; right: 10px; top: 16px; border-color: #ffffff; color: #ffffff; left:inherit; }
    .viewtotalmobile { position: absolute; left: 10px; top: 16px;display:block; }
    .viewprint {display:none; }
    #estimate {padding: 0 5px; }
    .estimatetitle {margin:10px 0 10px 0; }
    .estimatetitle a { padding: 0; display: block; }
    .estimatetitleedit { margin: 10px 0 10px 0; }
    #estimatetotals p { color: #ffffff;padding: 14px 16px 0 0; }
    #estimatetotals p span { display: block; }
    .diytotal { display: none; }
    #estimatedge, #estimatotalfade { display: none; }
    #estimatetotals { background: #424a52;bottom:0;top:initial; }
    .applyMeasurements { width: 80%; }
    .viewprint {left: 10px; }
    .searchoptionholder { width: 100%; }
    .searchiconholder {display:none; }
    .searchoptionpadding { }
    ul#areastoapply {margin-bottom:10px;}
    ul#searchcategory {margin-bottom:10px;}
    ul#searchsubcategory {margin-bottom:10px;}
    ul#searchactiondetail {margin-bottom:10px;}
    ul#additionalactions {margin-bottom:10px;}
    .progresstitle {visibility:hidden; }
    .sectionsubintro {  background: none;  color: #fbf53c;font-weight: 600; }
    .searchoptionpadding p {display:none;}
    .qchartopen {display:none; }
    #switchQuality {padding:0; }
        .photoarea .dropzone .dz-default.dz-message { background-size: 260px 119px; }
    #addedflash i { padding: 10px 0 0 0; }

    .measureholdertrigger li.triggerchange, .measureholdertrigger li.triggernotes { display: none; }
    .headeronly .li-description { display:none;}
    .li-description { width: 90%; padding: 5px 0; }
    .li-qty { width: 24%; margin-left: 10px; }
    .li-uom { width: 15%; }
    .li-ppu { width: 25%; text-align: right; }
    .li-total { width: 25%; text-align: right; }
    .prophotocontainer { width: 100%;display:block;padding:0; }
    .sendreporttoprovider { margin-top: -100px; }

    /*.measurearea { background: #424a52; padding: 0 0 10px 5px; position: fixed; top: 60px; left: 0; right: 0; bottom: 0; z-index: 999999999999999999; overflow: auto; }*/

    /* Search */
    .searchpanel {left: 10px; right: 10px;padding: 10px 0 0 0; bottom:0;}
    #searchwrapper {padding: 20px 10px;}
    #panels-estimatebuilder { width: 100%; display: block; position: fixed; top: 50px; bottom: 0; left: 0; right: 0;}
    #panel-status {  }
    .searchpanel ul li { display: block !important; width: 100% !important; margin: 0 !important; padding: 8px 0 !important;font-size:1.7rem !important;}
    .allpanels {position:relative;}
    ul#additionalactions, ul#searchcategory, ul#searchsubcategory, 
    ul#searchactiondetail,ul#areastoapply, ul#searchquality { max-height: inherit;overflow: auto;position:absolute;top:28px;left:0;right:0;bottom:60px;}
    #waitmessageholder { margin: 150px auto 0 auto; width: 100%; height: 200px;}
    #popaddarea .adddialog { width: 100%; position: absolute; top: 0; left: 0; margin-left: 0; background: #ffffff; border-radius: 2px; bottom: 0; z-index: 9;padding: 0; }
    .jobimage {width:100%;padding: 0;}
    .buttonposition, .buttonposition2 {position:absolute;bottom:0;width:100%;}
    .buttonposition button {width:48%;}
    .buttonposition2 button {width:32%;padding:0;}
    .searchoptionpadding button {width:100%;max-width:100%;height: 50px;}
    .propertyareasection {padding:10px; }
    .propertyareasection .inputholder input, .propertyareasection .inputholder select {width:100%; }
    .propertyareasection .inputholder { display:block; margin: 0; width: 100%; }

    /* Vault */
    #panel-vaultwork {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0;overflow:auto;}
    #panel-paper {display:none;width:100%; }
    .closevaultitem {display:inline-block; }
    .vaultstart { position: initial; display: block; text-align: left; padding: 0 0 10px 0; }
    .vaultitemphoto {width:100%;display:block;vertical-align:top;margin-right:0; }
    #panel-selectvaultoption button {width:100%;padding:0;}
    .vaultphotoarea .dropzone .dz-default.dz-message {background-size: 260px 119px; }


    .hi-category { position: relative; height: 40px; width: 100%; margin: 0 0 1px 0; background-image: none !important; background-color: #424a52;}
    .hi-catadd {margin: 10px 0; }
    .hi-catname {background:none;min-height:10px;}
    .hi-catname p { font-weight: 600; font-size: 1.5rem;color:#ffffff; }
    .hi-catname p.catdesc {display:none; }
    .hi-catname p span { right: 0; top: 5px; }
    .hi-search {position:absolute;height:inherit;width:60px;top:0px;right: 0px;background:#424a52;text-align: center;bottom:0px;border: none; border-radius: 0px;   }
    .hi-catadd i, .hi-search i { color: #0099da; }
    #panel-vaultinputform .inputholder { margin: 0; width: 100%; }
    #panel-vaultinputform .inputholder input, #panel-vaultinputform .inputholder select {width: 100%; }
    #panel-selectvaultoption { left: 5px; right: 5px; }
    ul.vaultlist li {font-size: 1.7rem; padding: 6px 0; }

        .vaultinputform {padding:0 0 100px 0;}
    #selecteditemcontent {left:10px;right:10px; }
    .itemactionsholder button, .itemactionsholder a { margin: 0 0 10px 5px; }
    #panel-searchvault {left: 10px; right: 10px; }


    /* Home Heports */
    #panel-reportpaper { width: 100%; background: #ffffff; position: fixed; top: 85px; bottom: 0; right: 0; left:0; display:none;}
    #panel-reportlist {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;overflow:auto;}
    ul#reportdetails2 li span.hir-item {width:90%; }
    ul#reportdetails2 li span.hir-itemtype {width:30%; }
    ul#reportdetails2 li span.hir-category {width:30%;  }
    ul#reportdetails2 li span.hir-area {width:30%;  }
    ul#reportdetails2 li span.hir-qty {width:30%;  }
    ul#reportdetails2 li span.hir-price {width:30%;  }
    ul#reportdetails2 li span.hir-warrantyprovider {width:30%; }

    .sponsoredreport, .reportpartnerlogo {display:none; }
    .hr-reportname {}
    .hr-reportname p span { display:none;}
    /*#panel-erc { padding: 10px 10px 100px 10px; position: inherit; top: inherit; left: inherit; right: inherit; bottom: inherit;overflow: visible;}*/
    #panel-erc {bottom: 58px;}
    .checkboxes span { width: 100%; }
    .checkboxes span input {width: 17px; }
    ul.reportcharacteristics li { width: 48%; }
    ul#erccostgrid li span { display: block; position: inherit; text-align: left; }
    #ercstepholder { position: absolute; top: 40px; bottom: 0; left: 0; right: 0; overflow: auto; background: #424a52; }
    .fadeintro {display:none; }
    .genericback { line-height: 18px; margin: 0;}


    /* Estimate Report */
    .replineitem { width: 90%; display: block !important; }
    .repquantity {  width: 15%; position: inherit; right: initial;}
    .repuom { width: 15%; position: inherit; right: initial; }
    .repprice { width: 31%; position: inherit; right: initial; }
    .reptotal, .reptotalhead {width: 31%; position: inherit; right: initial;}
    #panel-reportestimate { width: 100%; background: #ffffff; position: fixed; top: 50px; bottom: 0; right: 0;left:0;z-index:10;}
    #panel-reportestimateoptions {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0; overflow: auto;}
    #reportexportControls { display:none; }
    #mobilereportexportControls { display:block;width: 100%;padding: 10px 0; text-align: center;position:absolute;top:0;left:0;right:0;background:#424a52;z-index:12; }
    .servicepropadding:before, .servicepropadding:after { display: none; }
    #sendtoservicepro { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 500;background:rgba(0, 0, 0, 0.8); display: none; }
    .serviceprowrapper {width:100%;margin-left:0px;left:0;padding:0;background:#ffffff;border-radius:0; }
    .serviceprowrapper .serviceproinfo { display:none;}
    .sp-sendinfo, .sp-sendbuttons {padding:20px; }
    .fakeadcontent {display:none; }
    .fakeadlogo {width:50%; }
    .totaltotal p span { display: block; text-align: right; width: 100%; }
    .reportphototitle { padding: 0 0 10px 0; margin: 0; }
    #logosection { padding:20px 0; }


    /* Service Providers */
    #panel-spwork {width:100%;display:inline-block;position: fixed; top: 85px; bottom: 0; left: 0;right:0;overflow:auto;}
    #panel-spwork button {width:100%;padding:0; }
    #panel-sppaper {display:none;width:100%; }
    .closesp {display:inline-block; }
    .vaultstart { position: initial; display: block; text-align: left; padding: 0 0 10px 0; }
    .allservicelogos {display:none; }
    .leadcounter {display:none; }
    .serviceaddress {width:100%; }
    #panel-spinputform .inputholder { display:block; margin: 0 0 0 0; width: 100%; }
    #panel-spinputform .inputholder input, #panel-spinputform .inputholder select {width:100%; }
    .vaultbuttonholder { position: fixed; bottom: 0; text-align: center; width: 100%; left: 0; background: #2b343c; padding: 10px 0 0 0; }
    .spinputform {padding:0 0 100px 0;}
        #selectedprovidercontent {left:10px;right:10px; }

/*seo articles*/
.seoarticleholder {width: 100%;}
.seoarticle {}
.seoarticlelistholder {display:none;}
.seoarticlelist {}
.seoarticlelist img {}
.seoarticlelist a {}
.seoarticlelist a:hover {}
.seoarticlelist p {}
.seoctaholder {}
.seoctaholder p { }
.seoctaholder:after { }
#seo-signup { }
.seo-signupstepone { }
.seo-signupform { }
.seo-signupform label { }
.seo-signupform input { }
.seo-signupsteptwo { }
.seo-signupsteptwo p {}
.seo-signinoptions {}
.seo-activatesignup {}

/* ACCOUNT */
    .pp { width: 100% !important; }
    .purchasedetails p { padding: 10px 0 0 10px !important; }
    .transactionholder {padding: 0 !important;}
    #account-section { padding: 0 !important;}
    .resultsoption { width:100% !important; float: none; vertical-align: top; }
    .resultspager { width: 100%; float: none;}
    .transactionholder h2 { padding:10px 0 0 10px; }

/*Sponsor*/
    #sd-contentwrapper {margin:0; }
    .sponsorgetstarted {display:none; }


        /* prevent iphone from zooming in when filling out a form, like login or application */
  select,
  textarea,
  input,
  input:focus,
  input:hover {
    font-size: 16px !important;
  }
.ngdialog.ngdialog-theme-default .ngdialog-button {
    margin: 0 0 10px .5em;
    width: 100%;
}
.ngdialog-overlay {
    background:#424a52;

}
.ngdialog.ngdialog-theme-default .ngdialog-content {
border-top:0px solid #000000;
border-bottom:0px solid #000000;
}

}

/*Remove google translation banner from top of the page*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }




