/* Add application styles & imports to this file! */
hr {
    margin-top: 20px!important;
    margin-bottom: 1px;
}
.custom-padding {
padding-top:0px!important;
}
.custom-padding h3 {
  padding-top:5px!important;
  }
div[class^="col-"], div[class*=" col-"] {
  padding-top: 10px;
  padding-bottom: 10px; 
}
h2 {
  font-size: 1.5rem;
}
h3 {
  padding-top:25px;
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
.card-custom {
    height: 100px;
    width: 100%;
    text-align: center;
    display: table;
}
.card-custom div {
    display: table-cell;
    vertical-align: middle;
}
select {
  width: 100%;
}
.clicked-card {
    background-color: #e40e10;
}
.full-width, .button-container, .form-details-list {
    margin: 20px 0;
    justify-content: space-between;
  }
  
  h1 {
    font-size: 1.5em;
    margin-top: 0;
  }
  
  ul {
    padding: 0;
  }
  
  .text-bold {
    font-weight: bold;
  }
  .nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .nav-steps {
    float: left;
    display: inline;
    width: 16%;
    text-align: center;
  }
  
  .nav-steps span {
    display: block;
    padding: 8px;
  }
  
  .box {
    width: auto;
    height: 5px;
    background-color: #b1b1b1;
    margin: 0px 5px 0px 5px;
    position: relative;
  }
  
  .done.box {
    width: auto;
    height: 5px;
    background-color: #e40e10;
    margin: 0px 5px 0px 5px;
    position: relative;
  }
  .display-only {
    display: none;
  }
  .active.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e40e10;
    position: absolute;
    bottom: -10px;
    left: 45%;
  }
  .bg-color-grey {
    background-color: #bbb;
  }
  .custom-tooltip {
    position: absolute;
    right: 10px;
    top: 8px;
    display: inline-block;
  }
  
  /* Tooltip text */
  .custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    padding: 5px 5px;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .custom-tooltip:hover .tooltiptext {
    visibility: visible;
  }
  
  .tooltip-header {
    text-decoration: underline;
    font-weight: bold;
  }
  
  .tooltiptext ul {
    list-style-type: circle;
    padding-left: 20px;
  }
  
  .tooltiptext ul li {
    display: list-item;
  }
  
  i {
    color:#b1b1b1
  }
  
  .btn {
    color: #fff;
    background-color: grey;
    border: none;
    padding: 10px;
  }
  .btn.next {
    float: right;
  }
  
  datalist {
    display: flex;
    justify-content: space-between;
    color: grey;
    width: 100%;
  }

  .nav-list {
    padding-top: 10px!important;
  }

  .file-drop {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    text-align: center;
    padding-bottom: 30px!important;
    padding-top: 30px!important;
  }
  .special-tooltip {
    position: relative!important;
    right: -13px;
    top: 0px;
  }