.md-modal {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1.25rem;
  overflow-y: auto;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.55); }

.md-show {
  visibility: visible; }
  .md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2000; }
  .md-close svg {
    width: 24px;
    fill: #000;
    pointer-events: none;
    vertical-align: top;
    opacity: 0.5; }
  .md-close:hover svg {
    opacity: 1; }

.md-content {
  color: #000;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  background: white; }
  .md-content h3 {
    margin: 0;
    font-size: 2em;
    font-weight: 300;
    opacity: 0.8;
    border-radius: 3px 3px 0 0; }
  .md-content form > div {
    padding: 2.4rem;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em; }
  .md-content > div p {
    margin: 0;
    padding: 10px 0;
    font-family: Migrena_Grotesque; }
  .md-content > div ul {
    margin: 0;
    padding: 30px 0; }
  .md-content > div ul li {
    padding: 5px 0; }
  .md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em; }

.md-controls {
  display: flex;
  margin-top: 25px; }

.md-table-btn {
  float: right;
  margin: 0;
  margin-bottom: 25px;
  background: #4CAF50;
  font-weight: bold; }
  .md-table-btn i {
    vertical-align: middle;
    font-size: 16px;
    margin-left: auto;
    font-weight: bold; }

.modal-box {
  margin: 50px 24px; }

.modal-header {
  margin: 25px 0 35px 0; }

.input-mroze {
  display: block;
  width: 200px;
  padding: 4px;
  margin-bottom: 15px; }

input[type=number] {
  padding: 4px 4px;
  margin: 0;
  outline: none;
  max-width: 100%;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

input[type=submit] {
  margin-top: 10px; }

#mr-oze-form {
  margin-top: 25px; }
  #mr-oze-form label {
    font-weight: bold;
    font-size: 14px; }

.fade.in {
  opacity: 1; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent; }

.modal-box span {
  font-size: 18px; }
.modal-box .edit-title {
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
