.logo img{ max-height: 40px; }
.sidebar-nav .nav-content a i{ font-size: 20px; }
.mdl-data-table{ width: 100% !important; }
.mdl-data-table td.center, .mdl-data-table th.center{ text-align: center; }
.mdl-data-table td button{ margin: 0px 3px; }
.modal.show{ display: block; }
.modal input, .modal select{ padding: .375rem .75rem; font-size: 1rem; border-radius: .375rem; }
.form-group{ margin-bottom: 1rem; }
label.error{ color: red; }

.loading_spinner {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ld2 {
  display: flex;
  flex-direction: row; }
  #ld2 div {
    height: 20px;
    width: 5px;
    background: #FE4A49;
    margin: 3px;
    border-radius: 25px; }
  #ld2 div:nth-child(1) {
    animation: ld2 1s ease-in-out infinite 0s; }
  #ld2 div:nth-child(2) {
    animation: ld2 1s ease-in-out infinite 0.1s; }
  #ld2 div:nth-child(3) {
    animation: ld2 1s ease-in-out infinite 0.2s; }
  #ld2 div:nth-child(4) {
    animation: ld2 1s ease-in-out infinite 0.3s; }
  #ld2 div:nth-child(5) {
    animation: ld2 1s ease-in-out infinite 0.4s; }
  #ld2 div:nth-child(6) {
    animation: ld2 1s ease-in-out infinite 0.5s; }
  #ld2 div:nth-child(7) {
    animation: ld2 1s ease-in-out infinite 0.6s; }

@keyframes ld2 {
  0% {
    transform: scaleY(1);
    background: #FED766; }
  25% {
    background: #009FB7; }
  50% {
    transform: scaleY(2);
    background: #59CD90; }
  75% {
    background: #FE4A49; }
  100% {
    transform: scaleY(1);
    background: #D91E36; } }

.onecg.alert{
  width:100%;
  margin:20px auto;
  padding:30px;
  position:relative;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
}
.onecg.close{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:15px;
  top:25px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}
.onecg.danger-alert{
    background-color: #f7a7a3;
    border-left:5px solid #842029;
}
.onecg.danger-alert .close{ border-color:#842029; color:#842029; }

#header.fixed-top{ z-index: auto; }








