﻿.bootbox .modal-dialog {
    color: #fff !important;
}

.bootbox .modal-dialog .modal-content {
    min-height: 60px !important;
    border-radius: 15px !important
}

.bootbox .modal-dialog .modal-body {
    border-radius: 10px 10px 0 0;
}

.bootbox .modal-dialog .modal-footer {
    border-radius: 0 0 10px 10px;
}

.bootbox-confirm.bootbox .modal-dialog .modal-content {
    max-height: 125px !important;
    background-color: white !important;
}

.bootbox-confirm.bootbox.modal-body {
    background: white;
    background-color: black
}

.bootbox .modal-dialog .modal-footer {
    padding-right: 15px !important;
    padding-top: 0 !important;
    background-color: white;
    display: flex !important;
    justify-content: flex-end !important;
}

.bootbox .modal-dialog .modal-header {
    padding: 3px 3px 3px 15px !important
}

.bootbox-confirm.bootbox .modal-dialog .modal-body {
    padding: 8px 15px !important;
    border: none !important;
    border-radius: 0 0 0 0 !important;
}

.bootbox-confirm.bootbox .modal-dialog .modal-header {
    padding: 8px 15px !important;
    background: white !important;
    color: black !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 10px 10px 0 0 !important;
}

.bootbox-confirm.bootbox .modal-dialog .modal-content {
    border-radius: 10px !important;
}

.bootbox-confirm.bootbox .modal-dialog .modal-footer .bootbox-cancel {
    width: 70px !important;
    color: #FFAA72 !important;
    border-color: #FFAA72 !important;
    background-color: white !important;
}

.bootbox-confirm.bootbox .modal-dialog .modal-footer .bootbox-accept {
    width: 70px !important;
    background-color: #FFAA72 !important;
    border-color: #FFAA72 !important;
    outline: 0 !important;
}

.bootbox .modal-dialog .modal-body:first-letter {
    text-transform: capitalize !important
}

.bootbox-confirm.bootbox .modal-dialog button.close {
    outline: none !important;
    color: #111113 !important;
    font-size: 30px !important;
    font-weight: 100 !important;
    margin-right: -14px !important;
    outline: none !important;
    opacity: .5 !important;
}

.bootbox .modal-dialog .btn.btn-primary {
    display: none !important
}

.bootbox .modal-dialog button.close {
    display: block !important;
    color: black !important;
    opacity: 1 !important;
    outline: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    margin-top: -4px;
}

.modal-body {
    background: white
}

.bootbox-body {
    color: black
}

.bootbox-confirm.bootbox .modal-dialog .btn-success {
    background-color: #D04A03 !important;
    border: 1px solid #FFAA72 !important;
    outline: 1px solid #FFAA72 !important;
    width: 140px;
}

.bootbox .bootbox-body:first-letter,
.bootbox .modal-title:first-letter {
    text-transform: capitalize
}