﻿* {
  border-radius: 0 !important;
}

.navbar {
    background-color: #B31A1A;
    background-image: none;
}

.panel-danger > .panel-heading-custom {
    color: #a94442;
    background-color: #FF4430;
    border-color: #a94442;
}

.dimmed {
  content: " ";
  z-index: 10001;
  display: none;
  position: relative;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  box-shadow: 10px 10px 5px #888888;
}

.busyIndicator{
   
   display: block;
   margin-left: auto;
   margin-right: auto;
   z-index: 0;
   top: 100%;                         
   transform: translate(0, 300%)

}

@media screen and (min-width: 768px) {
  .modal-lbc {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px; 
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 

  } 

}

.page-header {
  border-bottom-color: #dddddd;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  color: #222222;
  background: transparent;
  min-height: 85px;
  padding: 20px;
  overflow: hidden;
  *zoom: 1; 

}