﻿body {
    background-color: #405158;
    font: 14px/21px "Open Sans",sans-serif;
    overflow-x:hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.account-special-wizard {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 1px 0px;
    background-color:#f7f7f7;
    border-top: 1px solid #E5E4E4;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #E5E4E4;
    border-top-left-radius: 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 5px;
    color: #404040;
    direction: ltr;
    display: block;
    font-family: 'Open Sans', arial;
    font-size: 13px;
    padding-top: 10px 10px 10px 10px;
    zoom: 1;
}
.account-special-squared {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 1px 0px;
    background-color:#f7f7f7;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #E5E4E4;
    border-top-left-radius: 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 5px;
    color: #404040;
    direction: ltr;
    display: block;
    font-family: 'Open Sans', arial;
    font-size: 13px;
    padding-top: 40px 40px 25px 40px;
    zoom: 1;
}
.login a {
    font-size:12px;
    text-decoration:none!important;
}
.validation-summary-errors ul {
    list-style-type:none;
    padding:0px;
}
.banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #808080;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
  cursor:progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}
.has-spinner.btn-mini.active .spinner {
    width: 10px;
}
.has-spinner.btn-small.active .spinner {
    width: 13px;
}
.has-spinner.btn.active .spinner {
    width: 16px;
}
.has-spinner.btn-large.active .spinner {
    width: 19px;
}
.field-validation-error {
    font-family:"'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif";
    color:#AE3F3F ;
    font-weight: 500;
}
.tt-query,.typeahead,
.tt-hint {
  width: 100% !important;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;

  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 1px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tt-query:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.tt-hint {
  color: #999
}
.tt-dropdown-menu {
    min-height:125px;
    max-height:225px;
    width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align:left;
    overflow-y:auto;
}
.tt-suggestion {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 14px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
/** Added from this point */
.twitter-typeahead{
     width: 100%;
}
.tt-dropdown-menu{
    width: 100%;
}

.tt-group-caption {
    font-size:small;
    text-align:center;
    margin:0px;
    padding:0px;
}
.btn-group {
    z-index: 1051;
}
.dropdown-menu li:hover {
  color: #fff;
  background-color: #0097cf;
}
.list-group > a:hover{
  color: #fff;
  background-color: #0097cf;
}
.fDecisionPoint .input-group-addon {
    background-color:#ededed;
    color:#777;
}
.fDecisionPoint .panel {
    background-color: #ededed;
    border:1px solid #d4d4d4;
    color: #ff0000;
}
.fDecisionPoint .panel .panel-heading {
    color: #777;
    padding: 5px 10px;
}
.fDecisionPoint .panel .panel-heading>p {
    margin: 0px;
    font-size:14px;
    font-weight:500;
    margin:3px 0px;
    min-width:75px;
    text-align:center;
}
.fDecisionPoint .panel .panel-body {
    padding: 5px 15px;
}
.fDecisionPoint .panel .panel-heading>label {
    font-size:14px;
    font-weight:700;
    margin:3px 0px;
    min-width:75px;
    text-align:center;
}
.fDecisionPoint label {
    font-size:12px;
    font-weight:700;
    margin:3px 0px;
    min-width:75px;
    text-align:left;
}

.required label:before {
    content: "*";
    margin-left: 2px;
    top: 6px;
}

::-ms-clear {
   display: none;
}


/* Footer CSS ------------------------------------- */

#footer {
    z-index: 6;
}

#footer-bk {
    display: block; 
    position: fixed; 
    height: 100%; 
    width: 100%; 
    background: #405158;
    z-index: 6;
}
#site-map {
    display: none;
}

/* login page styles */
.fAuthentication .input-group-addon {
    background-color: #ededed;
    color: #777;
}

.fAuthentication  label {
    font-size: 12px;
    font-weight: 200;
    margin: 3px 0px;
    min-width: 75px;
    text-align: left;
}
