/* ----------------------------------------------------------
Styles use on the interaction with the user.
@author Israel Barragan (Reedyseth)
@since 01-Apr-2018
---------------------------------------------------------- */

.stcr-loading-animation {
  display: none;
}

.dismiss {
  background: #00a0d2;
  border-color: #0073aa;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0 0 0 10px;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dismiss:hover {
  background: #0091cd;
  border-color: #0073aa;
  -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
  box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
  color: #fff;
}

.info-panel {
  background-color: #BBBBBB;
  padding: 8px;
  font-style: italic;
}

.more-info
{
  color: #008ec2;
  cursor: pointer;
  width: 10%;
  font-size: 1.4rem;
}

.stcr-dismiss-notice {

  p {
    font-size: 0.8rem !important;
  }

  h2 {
    font-size: 1rem !important;
  }
}

li {
  margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 30px;
  font-size: 0.9rem;
}