/*override Bootstrap modal min-width*/

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 100%;
        margin: 30px auto;
        padding-top: 30px;
        padding-bottom:30px; 
    }
}

.modal-dialog {
    padding-right:10px;
    padding-left:10px;
}

.modal{
    right: 0;
    bottom:0;
}

.modal-header{
    padding: 12px 0px 12px 20px;
}

.modal-footer{
    justify-content: flex-start;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.428571429;

}

.modal.fade.in {
    width: 100%;
    top: 0%;
    margin: 0;
    left: 0px;
    height: 100%;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    z-index: 2900;
    padding-right: 0px!important;
}

.container > * {
    max-width: 100%;
}

.modal-footer-btn:hover {
  color: #0088cc !important;  /* changes text color */
  border: none !important; /* optional: keeps border from reappearing */
  background: none !important; /* optional: keeps background transparent */
  box-shadow: none !important;
}

.modal-footer .btn{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: Gotham-Book;
    margin: 0;
}

.modal-title {
    line-height: 1.42857143;
    font-weight: normal;
}

.load-btn, .deletebtn {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
}