body {
  background: #edeff0;
  color: #525a64;
  font-size: 14px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
.top {
  width: 100%;
  height: 51px;
  background: #fff;
  background: rgba(255,255,255,.97);
  box-shadow: 1px 1px 2px #ccc;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.top .logo {
  display: inline-block;
  margin: 0;
  width: 170px;
  height: 50px;
  text-indent: -5000px;
  background: url("/img/menlo-logo.svg");
  background-size: auto 50px;
  vertical-align: top;
}
.top .heading {
  display: inline-block;
  margin: 12px 0 12px 0;
  padding: 0 13px 0 13px;
  border-left: #c2c7d0 1px solid;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  vertical-align: top;
}
.container {
  padding-top: 80px;
}
.intro {
   margin: 10px 25px 25px;
   font-weight: 500;
}
.card {
  /* height: 300px; */
  margin: 0 auto 20px;
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.card-high {
   height: 340px;
}
@media (max-width: 991px) {
   .top .heading {
      font-size: 13px;
   }
   .card {
      height: auto;
   }
   .card-high {
      height: 380px;
   }
}
.info {
  background: #fcfcfc;
  margin: 10px 0 0;
  padding: 10px 20px 20px;
  border-top: #eee 1px solid;
  text-align: left;
}
a {
  color: #4b1b67;
  text-decoration: none;
}
a:hover {
  #color: #2b5fa7;
  color: #4b1b67;
  text-decoration: underline;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0 0 5px;
}
.error {
  color: red;
  font-weight: bold;
}
.btn-secondary {
   background: #fe6f16 !important;
   #background: none !important;
   border: #fe6f16 1px solid;
   border-radius: 2px;
   color: #ffffff;
   font-weight: 600;
   box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
   #background: rgba(45,149,191,.05) !important;
   background: #ffffff !important;
   border: #fe6f16 1px solid;
   color: #fe6f16;
   font-weight: 600;
   box-shadow: none;
   text-shadow: none;
}
.progress {
   background: #f5f5f5;
   border: #e5e5e5 1px solid;
   box-shadow: none;
   margin-bottom: 15px;
   height: 20px;
}
.progress-bar {
   background-color: #4b1b67 !important;
}

.file {
   margin: 10px 0;
   padding: 0;
}
.file input {
   display: none;
}
.file .filename {
   display: inline-block;
   width: 200px;
   max-width: 35vw;
   height: 30px;
   margin-right: -4px;
   padding: 0 5px;
   line-height: 30px;
   font-size: 12px;
   color: #777;
   font-weight: 400;
   border: #c2c7d0 1px solid;
   border-right: none;
   vertical-align: top;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.file .btn {
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   padding: 0 5px !important;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   background: #f5f5f5 !important;
   #border: #c2c7d0 1px solid;
   border: #c2c7d0 1px solid;
   color: #444;
   vertical-align: top;
}
.file .btn:hover {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   background: #f5f5f5 !important;
   border: #c2c7d0 1px solid;
   color: #444;
}

# 2c95bf - color orig

.upload-list {
   max-height: 180px;
   background: #f5f5f5;
   overflow: auto;
   box-shadow: rgba(0,0,0,.2) 0 0 1px inset;
   border-radius: 2px;
}
.upload-list-full {
   max-height: 100%;
   background: none;
   overflow: visible;
   box-shadow: none;
   border-radius: 0;
}
.upload-list a {
   display: block;
   margin: 5px 10px;
   white-space: nowrap;
   cursor: pointer;
}
.upload-list a:before {
   display: inline-block;
   margin-right: 5px;
   vertical-align: baseline;
   font-family: 'Glyphicons Halflings';
   content: "\e025";
}
.message {
   max-height: auto;
   margin: 10px;
   background: #d6ecf5;
   box-shadow: none;
   border-radius: 4px;
}
.message span {
   margin: 5px 10px;
}
.message span:before {
   display: inline-block;
   margin-right: 5px;
   vertical-align: bottom;
   font-family: 'Glyphicons Halflings';
   content: "\e086";
}


.card-body {
  padding-bottom: 25px;
  background: #ffffff;
}

#instructions {
  margin-top: 5px;
}

.card-footer {
    background: #f5f5f5;
}

.card-footer a {
    color: #4b1b67;
}

.required-help {
  color: #f78e13;
  font-size: 11px;
  display: none;
}

#support-ticket {
  font-weight: initial;
}

#status-message {
  margin: 0;
  margin-top: 10px;
}

.alert {
  margin: 0;
  padding: 8px;
}

.panel {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #fefefe;
}

.panel {
    position: relative;
    padding: 1rem;
    margin: 1rem -0.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  background: white;
  padding: 1rem;
  margin: 1rem -0.75rem 0;
  border: 1px solid #ddd;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #4b1b67;
}
.bs-callout-info h4 {
  color: #4b1b67;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.panel-nopad {
  padding: 0;
}

#main-progress-bar {
  width: 0%;
}

#har-sanitizer {
  border-left: 0;
}