﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ovo sam dodao za siroke modale */

.modal.modal-wide .modal-dialog {
  width: 80%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}

/* Ovo sam dodao za siroke modale end */





/*html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

h1 {
    margin-top: 0 !important;
}

.navbar-fixed-bottom {
    position: static !important;
}

.body-content {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px
}*/
