body.loading {
    background-color: #808080;
}

body.loading div.navbar {
    background-color: #111;
    border-bottom: black 1px solid;
    height: 50px;
}

div.loading-main {
    position: relative;
    margin: 50px auto;
    width: 500px;
    background-color: white;
    border: black 1px solid;
    padding: 50px;
    font: bold 30px sans-serif;
    text-align: center;
}

.ng-hide {
  display: none!important;
}

/* fix chrome 2023 bugs */
.navbar-inverse {
  border: none !important;
}

.dropdown-menu {
  background-clip: initial !important;
}

input, button, select, textarea {
  border: solid 1px gray !important;
}

.transparent {
  background: transparent;
}
