.d-flex > .btn {
  flex: 1;
}

.carbonads {
  border-radius: .25rem;
  border: 1px solid #ccc;
  font-size: .875rem;
  overflow: hidden;
  padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-img {
  clear: left;
  display: block;
  float: left;
}

.form-horizontal{
    padding-top: 20px;
}

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}

.footer {
  font-size: .875rem;
}

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.heart:hover {
  color: #ff4136;
}

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  z-index: 1;
}

.docs-datepicker-container {
  border: 1px dashed #eee;
  display: none;
  margin: 10px auto;
  min-height: 160px;
  position: relative;
}

.docs-datepicker-container:before {
  color: #ccc;
  content: 'Container for inline datepicker';
  font-size: 12px;
  left: 50%;
  line-height: 20px;
  margin-left: -82px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.docs-datepicker-container > .datepicker-container {
  margin: 10px auto;
}

.docs-options > .input-group {
  margin-bottom: 10px;
}

.docs-options > .input-group .input-group-text {
  justify-content: center;
  min-width: 6rem;
}

.docs-actions > .input-group,
.docs-actions > .btn-group,
.docs-actions > .btn {
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px blue, 0 0 8px blue !important;
          box-shadow: inset 0 1px 1px blue, 0 0 8px blue !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #cfff00 !important;
}

.alert {
    border: 1px solid red !important;
}
.hide {
    display: none !important;
}
.added {
    background-color: blue;
    color: #fff;
}

/* Overlay */
#overlay {
    position: fixed;
    display: none;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2; 
}

/* spinner */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(193, 193, 193, 0.75) 1.5em 0 0 0, rgba(193, 193, 193, 0.75) 1.1em 1.1em 0 0, rgba(193, 193, 193, 0.75) 0 1.5em 0 0, rgba(193, 193, 193, 0.75) -1.1em 1.1em 0 0, rgba(193, 193, 193, 0.75) -1.5em 0 0 0, rgba(193, 193, 193, 0.75) -1.1em -1.1em 0 0, rgba(193, 193, 193, 0.75) 0 -1.5em 0 0, rgba(193, 193, 193, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(193, 193, 193, 0.75) 1.5em 0 0 0, rgba(193, 193, 193, 0.75) 1.1em 1.1em 0 0, rgba(193, 193, 193, 0.75) 0 1.5em 0 0, rgba(193, 193, 193, 0.75) -1.1em 1.1em 0 0, rgba(193, 193, 193, 0.75) -1.5em 0 0 0, rgba(193, 193, 193, 0.75) -1.1em -1.1em 0 0, rgba(193, 193, 193, 0.75) 0 -1.5em 0 0, rgba(193, 193, 193, 0.75) 1.1em -1.1em 0 0;
}

.overlay-msg {
    font-size: 18px;
    top: 50%;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

#sticky-box {
    width: 100%;
    position: relative;
}

#sticky-box::before,
#sticky-box::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -8px;
    border-color: transparent;
    border-style: solid;
}

#sticky-box::after {
    border-width: 0.5em;
    border-right-color: #ffc107;
    border-top-color: #ffc107;
}