/* Basics */
body { 
  font-family: 'Ubuntu', sans-serif;
}
.pagecontainer {
  background: url(//assets.bettyblocks.com/cd7e9b799ccf4229909ec0e237dc71fe_assets/files/portal-bg?_=44e6fe3683b0c4f9170cfbfae85fa815) bottom;
  background-size:cover;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
}
h1 {
  padding-bottom:15px;
  border-bottom: 2px solid #DDD;
}
.login-main {
  padding-top:15%;
  background: url(//assets.bettyblocks.com/cd7e9b799ccf4229909ec0e237dc71fe_assets/files/login-bg?_=7b65c0f0d559562a526eaaa926243328) center center;
  background-size:cover;
}
.progress-bar-default {
  background-color:#0056f6;
}
.main {
  margin-top:25px;
  margin-bottom:25px;
  padding:25px;
  min-height:400px;
  background-color:white;
  border:1px solid #ddd;
  border-radius:5px
}
.layout-content-container {
  min-height: auto !important; 
}
.quoteflowstep {
  height:200px;
  padding:10px;
  border:1px solid #f0f0f0;
  border-radius:5px;
}
.quoteflowstep>.glyphicon {
  margin-top:30px;
}
.quoteflowstep>h3,.quoteflowstep>h5 {
  font-weight:100;
}
.quoteflowstep.active>h3,.quoteflowstep.active>h5 {
  font-weight:900;
}
.quoteflowstep.active { 
  border-width:2px;
  background-color:#0056f6;
  color:white;
}
.quoteflowstep.complete {
  background-color:#e7ffe5;
}
.panel-primary>.panel-heading {
  background-color:#0056f6;
  border-color:#0056f6;
}
.panel-primary {
  border-color:#0056f6;
}

.homelink {
  padding:10px;
  cursor:pointer;
  border-radius:5px;
  border: 1px solid #0056f6;
  min-height:100px;
  text-align:center;
  background: white;
}
a>.homelink {
  color:#000;
}
a>.homelink:hover {
  color: white;
  background: #0056f6;
}
a:hover { text-decoration:none;}
/* Buttons */
.btn { 
  border:0;
  border-radius:3px;
}
.btn-primary {
  background-color:#0056f6;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color:#3c77e6;
  color:white;
}
.btn-danger {
  background-color:#c00231;
  color:white;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color:#e9004c;
  color:white;
}
.btn-info {
  background-color:white;
  color:#0056f6;
  border:1px solid #0056f6;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color:#0056f6;
  border:1px solid #0056f6;
  color:white;
}
.btn-success {
  background-color:#38e66b;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color:#32d162;
}
.btn-warning {
  background-color:#e3a72b;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color:#c00231;
}
.btn-heading {
  line-height: 80px;
  margin: 0px;
}

/* navbar-default */
.navbar-default {
  background-color:#c00231;
  border:1px solid #c00231;
  border-radius:0;
}
.navbar-default .navbar-nav>li>a {
  color:white;
  letter-spacing:1px;
  text-transform:capitalize;
  font-size:16px;
}
.navbar-default .navbar-nav>li {
  margin:5px;
  color:white;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus {
  color:white;
}
.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:active, .navbar-default .navbar-nav>li:focus {
  -webkit-box-shadow: inset 0px -5px 1px -1px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px -5px 1px -1px rgba(255,255,255,1);
  box-shadow: inset 0px -5px 1px -1px rgba(255,255,255,1);
  transition:.2s;
}

/* Helper classes */
.shadow {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
.rounded {
  border-radius:5px;
}
.bordered {
  border: 1px solid #bbb;
}
.upcase {
  text-transform:uppercase;
}
.bold {
  font-weight:bold;
}
.italic {
  font-style:italic;
}

/* Table styling */
div.table {
  overflow-x: scroll; 
}
.table-cstm, .table {
  width: 100%;
  margin-bottom: 0px;
}
.table-cstm td {
  vertical-align: middle !important; 
}
.cstm-tooltip {
  position: relative;
  font-size: 14px;
  bottom: 6px;
  left: 2px;
  font-weight: 700;
}
.cstm-tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 99;
  bottom: -6px;
  left: 23px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
}
.cstm-tooltiptext:after {
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
  left: -11px;
  bottom: 8px;
}
.cstm-tooltip:hover .cstm-tooltiptext {
  visibility: visible;
}

#overlay { display:none; justify-content:center; align-items:center; position:fixed; top:0; left:0; height:100vh; width:100vw; background-color:rgba(0,0,0,0.3); z-index:100; user-select:none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none; }
#loader { position:absolute; left:0;top:0;right:0;bottom:0; text-align:center; color:#E9004c; z-index:101; }

.spinner {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid #AFB5C8;
  border-left: 4px solid #262A3A;
  animation: fa-spin 1.1s infinite linear;
}
.loader-logo {
  position: absolute;
  width: 40px;
  height: auto;
  left: calc(50% - 20px);
  top: calc(50% - 18px);
}

@media (max-width: 991px) {
  .quoteflowstep {
    margin: 8px 0;
  } 
}
@media (max-width: 767px) {
  .pull-right.directions {
    float: left !important; 
  }
}
@media (max-width: 479px) {
  .btn-lg {
    font-size: 14px;
    padding: 8px 10px;
  } 
}