/* Paths */
/* mixins */
@font-face {
  font-family: 'open_sansregular';
  src: url("/sitebuildertools/fonts/OpenSans-Regular-webfont.eot");
  src: url("/sitebuildertools/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/sitebuildertools/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/sitebuildertools/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/sitebuildertools/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Login page */
body#loginPage {
  background: #f1f1f1;
  color: #3e3e3e;
  margin-top: 2em;
  border: none;
  line-height: 1.428571429; }
  body#loginPage * {
    font-family: 'open_sansregular'; }
  body#loginPage p {
    margin: 0 0 10px;
    line-height: initial; }
  body#loginPage .hidden {
    display: none; }
  body#loginPage table {
    border-collapse: collapse;
    margin-top: 1.25em;
    width: 100%; }
  body#loginPage form {
    margin: 0; }
  body#loginPage .formBg {
    margin: 0 auto 0.8em auto;
    background: white;
    width: 25em;
    border-radius: 0.35em;
    -webkit-box-shadow: 0 0 3em rgba(211, 211, 211, 0.75);
    box-shadow: 0 0 3em rgba(211, 211, 211, 0.75);
    padding: 1.25em;
    border: 1px solid lightgrey;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  body#loginPage .wrap {
    margin: 0 auto;
    width: 27.5em;
    text-align: right;
    display: block !important; }
    body#loginPage .wrap h6 {
      color: #8b9b25;
      text-align: right;
      font-weight: normal; }
  body#loginPage .logoSbt p {
    color: #8b9b25; }
  body#loginPage .instructions {
    color: #3e3e3e;
    font-size: 0.75em; }
  body#loginPage h2.invalidLogin {
    color: #8b9b25;
    text-align: center;
    font-size: 1.5em; }
  body#loginPage .forgot {
    float: left;
    color: #8b9b25;
    clear: both;
    font-size: 0.85em; }
  body#loginPage a {
    color: #8b9b25;
    text-decoration: none;
    cursor: pointer; }
    body#loginPage a:hover {
      color: #9db02a; }
    body#loginPage a.backToSite {
      padding: 0 0 0 1.25em;
      background: url(/sitebuildertools/images/back-to-site.png) no-repeat center left; }
  body#loginPage input[type="text"], body#loginPage input[type="email"], body#loginPage input[type="password"] {
    width: 100%;
    padding: 1.25em;
    background: #f9f9f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid lightgrey; }
    body#loginPage input[type="text"]:focus, body#loginPage input[type="email"]:focus, body#loginPage input[type="password"]:focus {
      border-color: rgba(139, 155, 37, 0.8);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      -webkit-box-shadow: inset 0 1px 1px rgba(139, 155, 37, 0.1), 0 0 8px rgba(139, 155, 37, 0.6);
      box-shadow: inset 0 1px 1px rgba(139, 155, 37, 0.1), 0 0 8px rgba(139, 155, 37, 0.6); }
  body#loginPage label {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px; }
    body#loginPage label.error {
      display: block; }
  body#loginPage .btn {
    background: #8b9b25;
    text-shadow: none;
    border-radius: 2px;
    color: white;
    padding: 0.75em 1em;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    body#loginPage .btn:hover {
      color: white;
      background: #b0c42f; }
  body#loginPage ::selection {
    color: white;
    background: #8b9b25; }
  body#loginPage ::-moz-selection {
    color: white;
    background: #8b9b25; }
  body#loginPage ::-webkit-selection {
    color: white;
    background: #8b9b25; }
  body#loginPage a::selection {
    color: #8b9b25;
    background: white; }
  body#loginPage a::-moz-selection {
    color: #8b9b25;
    background: white; }
  body#loginPage a::-webkit-selection {
    color: #8b9b25;
    background: white; }
  body#loginPage .collapse {
    overflow: hidden !important; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

/* INM logos */
.rollover {
  width: 60px; }
  .rollover a {
    display: inline-block;
    width: 60px;
    height: 47px;
    background-image: url(/sitebuildertools/images/inm-logo-rollover.png);
    background-repeat: no-repeat; }
    .rollover a:hover {
      background-position: 0 -47px; }

.MINrollover {
  width: 60px; }
  .MINrollover a {
    display: inline-block;
    width: 41px;
    height: 32px;
    background-image: url(/sitebuildertools/images/inm-logo-rollover-mini.png);
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 0; }
    .MINrollover a:hover {
      background-position: 0 -32px; }

.logo2012 {
  width: 60px; }
  .logo2012 a {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-image: url(/sitebuildertools/images/inm-2012.png);
    background-repeat: no-repeat; }
    .logo2012 a:hover {
      background-position: 0 -31px; }

/* Google Analytics - analytics.asp */
.ga-stats {
  padding: 10px;
  width: 740px; }

/* Gallery editor */
.moveup {
  cursor: pointer;
  width: 9px;
  height: 5px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url(/sitebuildertools/images/up-down-arrows.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 3px;
  position: relative;
  top: 9px; }

.movedown {
  cursor: pointer;
  width: 9px;
  height: 5px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url(/sitebuildertools/images/up-down-arrows.gif);
  background-repeat: no-repeat;
  background-position: 0 -4px;
  margin: 0 3px;
  position: relative;
  top: 9px; }

/* Contact form bot field */
#inm_hbd001, input[name="inm_hbd001"], .inm_hbd001 {
  display: none !important; }

/*# sourceMappingURL=login.css.map */