/* Utility Styles */
.badge-notstarted, .badge-inprogress, .badge-complete {
    color: #fff;
}
.badge-notstarted {
    background-color: red;
}
.badge-inprogress {
    background-color: #5b9fff;
}
.badge-complete {
    background-color: limegreen;
}
.submit-metric {
    margin-top: 1em;
}
.complete-indicator-outer {
    margin:0 auto;width:20px;height:20px;border:1px solid green;border-radius:100px;
}
.complete-indicator-inner {
    margin:1px auto;width:16px;height:16px;border-radius:100px; background:green;
}
.pulse {
    background-color: limegreen;
    animation-name: stretch;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes stretch {
    0% {
        transform: scale(0.8);
        background-color: green;
        border-radius: 100%;
    }

    50% {
        border-radius: 100%;
    }

    100% {
        transform: scale(1);
        background-color: limegreen;
        border-radius: 100%;
    }
}
.hidden {
    display: none;
}

/* General Layout Styles */
body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}
table {
    background-color: #f9f9f9;
}
.bg-dark {
    background-color: #002b36 !important;
    background-color: #151515 !important;
}
a.greyed-out {
 color: #aaa !important;
}

.navbar .slim {
    height: 45px;
}
nav {
    border-bottom: 1px #eeeeee solid;
}
.main nav {
    border: none;
  }
.main nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0;
    margin-top:4px;
}

.view {
    box-shadow: -1px 0px 10px -6px rgba(0,0,0,0.51);
    -webkit-box-shadow: -1px 0px 10px -6px rgba(0,0,0,0.51);
    -moz-box-shadow: -1px 0px 10px -6px rgba(0,0,0,0.51);
}


a.inline-service-link {
    color: #333;
    margin-top:20px;
}

/* Services Selector */
.col-service {
    width:80px;
    min-height: 1300px;
    border-right: 1px solid #eee;
    background-color: #f9f9f9;
}
a.service-link {
    color: #333;
    display: block;
    width:fit-content;
    margin-top:20px;
}
.service-icon {
    width:20px;
    margin: 0 auto;
}
.service-icon i {
    font-size:20px;
}
.service-icon-lrg {
    width:4.5em;
    margin: 0 auto;
}
.service-icon-lrg i {
    font-size:4.5em;
}
.tile-icon {
    font-size:2em;
}
.tile-text {
    font-size:1.5em;
    margin-left:10px;
}
.service-label {
    text-align: center;
    font-size: 12px;
    padding: 0 3px;
}
/* Buttons */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    /*background-color: #eee;*/
    /*border-color: #333;s*/
    /*color: #333;*/
    background-color:rgba(19, 59, 93, 1);
    color: #fff;

}
.btn {
    line-height: 1.2;
    border-radius: 0.2rem;
    border-color: #00191f;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/* Index */
.tile {
    border: #002b36 solid 1px;
}
.col-md-3 {
    margin-bottom: 1em;
}
/* .card:hover { */
/*     box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34); */
/*     -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34); */
/*     -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34); */
/* } */

/* .card { */
/*     margin-right:8px; */
/*     background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%); */
/*     width: 18rem; */
/* } */


.navbar-username {
    color: rgba(255,255,255,.5);
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.btn-mobile {
    width: 100%;
}
.measure {
    font-size: 90%;
}

/* Copy */
.intro {
    font-size:1.5rem;
    max-width: 70ch;
    margin: 24px auto;
}

.action-label {
    text-align: center;
    font-size: 1.6rem;
    padding: 0 3px;
}
a.action-link {
    color: #333;
    display: block;
    margin-top:4rem;
}

.breadcrumb{
    margin-top:0rem;
    margin-bottom:0rem;
}


.green-letter {
    color: green;
}

.red-letter {
    color: red;
}
.make-me-pale-blue-bg {
    background-color: #e7f7ff;
}
.make-me-neon-green {
    color:#41dd1c;
}

/* General styles ?? */
.theory-page p {
  max-width:60ch;
}
.card-text {
  min-height:80px;
}

.p-mw-70 {
  max-width:70ch;
}

.metric-date-target{
    display:flex;
    flex-direction: column;
    flex-grow:0;
}

.metric-value{
    width:fit-content;
    font-size:18px;
    margin-left:0px;
    margin-bottom:18px;
    font-weight:600;
}

.metric-target{
    width:fit-content;
    font-size:10px;
    margin-left:0px;
    margin-bottom:18px;
    font-weight:400;
}


.item-limit-td {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lower-limit-checkbox {
  display: flex;
  margin-top:8px;
}
.empty-perspective {
  margin-top: 12px;
}

h4 {
  font-size:1.2rem;
}
.metric-templates {
  max-width:480px;
}
.new-metric-form {
  margin : 30px auto;
  padding : 12px;
  border-radius: 2px;
  box-shadow: 0px 1px 6px rgba(13,13,31, 0.317035);
  opacity: 1;
}
.table-responsive {
  margin-top:30px;
}

.badge-perspective {
  margin-top : 4px;
}

.alert {
  position:sticky;
  top: 80px;
  opacity: 100%;
  z-index: 1;
}

/* ----------------- USER PANEL  ----------------- */

a.select-tile ,a.select-tile:visited, a.select-tile:hover , a.select-tile:active {
  display: block;
  text-decoration: none;
  border: #666 solid 1px;
  border-radius: 5px;
  padding: 20px;
  background-color:rgba(19, 59, 93, 1);
  color: #fff;
  text-decoration: none;
}

a.select-tile:hover {
  background-color:rgba(19, 59, 93, 0.9);
}

.custom-select {
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  padding: 0;
  margin: 0;
  width: 100%;
  height: 3em;

  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  cursor: default;
}

.btn-user {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.3em;
  width: 100%;
}

.input-user {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 2.3em;
    width: 100%;
}

.metric-item-col{
    width:180px;
}
.metric-name-col{
    width:240px;
}
.metric-measure-col{
    width:80px;
}
.metric-data-col{
   width:120px;
}
.scorecard-display-card {
    padding: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0px 6px 19px rgba(0,0,0, 0.114292);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
}
.scorecard-card{
    padding: 20px;
    margin: 8px 2px;
    border-radius: 8px;
    box-shadow: 0px 6px 19px rgba(0,0,0, 0.114292);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
}
.metric-name {
    font-size:14px;
    margin-bottom:0;
}
.metric-label {
    font-size:10px;
    margin-bottom:2px;
}
.company-card {
    width:100%;
    padding: 12px;
    margin-top: 2px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0px 6px 19px rgba(0,0,0, 0.114292);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
}
.quarterly-header {
    text-decoration: underline;
    margin-bottom:12px;
}
