/* nothing here yet */

body { 
  padding-top: 70px;
}

.navbar-fixed-top {
    padding-right: 16px;
}

.navbar-brand {
  background-image: url(../img/icons/gsa-logo-25.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position: 12px 11px;
}

.popover{
	max-width: 100%;
}

.usa-identifier__required-link::after{
  background-image: url(../img/launch.svg);
  -webkit-mask-image:url(../img/launch.svg),linear-gradient(transparent,transparent);
}

.panel-header-shade {
  background-color: #f5f5f5 !important;
  border-color: #ddd;
}

.header-design{
  color: #777 !important; 
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border-color: #e7e7e7;
}

.menu-design {
  color: #777 !important; 
  font-size: 18px !important; 
  line-height: 36px;
  float: left;
  height: 50px;
}

.panel-styling{
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border-color: #ddd;
  margin-bottom: 20px;
  border-radius: 4px;
}

.carosel-left{
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
  background-repeat: repeat-x;
}

.carosel-right{
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
  background-repeat: repeat-x !important;
}

.changes-btn{
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
  background-repeat: repeat-x !important;
  border-color: #dbdbdb !important;
  text-shadow: 0 1px 0 #fff !important;
  border-color: #ccc !important;
  color: black !important;
}

.badge-success{
  background-color: #5cb85c !important;
}

.btn-styling{
  background-color: #e0e0e0 !important;
  text-shadow: 0 1px 0 #fff !important;
  border-color: #ccc !important;
}

.btn-pd{
  margin-right: 10px;
}

.btn-styling-2{
  background-color: #e9ecef !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

.dropdown-menu-design{
  color: #333 !important;
  display: block !important;
  padding: 3px 20px !important;
  clear: both !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.search-bar{
  position: relative !important;
  z-index: 2 !important;
  float: left !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.img-block{
  display: grid !important;
  place-items: center !important;
}
.divider{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.wd-tab{
  width: 100% !important;
}
.well{
  min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.dropdown-item.disabled{
  color: #adb5bd !important;
}

.nt-cursor{
  cursor: not-allowed !important;
}

.icon-padding{
  padding: 0.25em;
}

.nav-pill-width {
  width: 100%;
}

.table caption.bg-primary{
  color: white !important;
}

#showusaidentfooter{
  display: none; 
  position: fixed; 
  right: 0; 
  bottom: 0; 
  margin: 2px; 
  padding-right: 4px; 
  padding-bottom: 4px; 
  background-color: #fff;
}

#showfooterlink{
  font-weight: bold; color: #000; 
  text-decoration: none;
}

@media (max-width: 992px) {
  .container-fluid .navbar {
    max-height: 100%;
    overflow-y: scroll;
  }
}
