/* MODALS */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    height: 48px;
    color: #9d9d9d;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    outline: none;
}
.modal-header h4 .icon {
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
    margin: -4px 10px 0 0;
}
.modal-success .modal-header h4 .icon {
    color: #419641;
}
.modal-warning .modal-header h4 .icon {
    color: #ffa500;
}
.modal-danger .modal-header h4 .icon {
    color: #ea2641;
}
