﻿.modal-content {

    min-width: 350px !important;
    /*margin: 1.75rem auto !important;*/
    border-radius: 0px 0px !important;
    -webkit-border-radius: 0px 0px !important;
    -moz-border-radius: 0px 0px !important;
    -o-border-radius: 0px 0px !important;
}

.modal-content * {
    font-family: 'K2D' !important;
}

.modal-content .fa,
.modal-content .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.modal-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #f5f5f5;
    cursor: move;
}

.modal-title {
    font-size: 14px;
}

.modal-message {
    font: 13px;
}

.modal-footer {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background-color: #f2f2f2 !important;
    border-top: 1px solid #f2f2f2;
}

    .modal-footer > button {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        width: 70px !important;
        font: 13px Tahoma, Geneva, sans-serif;
        height: 25px !important;
        min-height: 25px !important;
        border-radius: 0px 0px !important;
        -webkit-border-radius: 0px 0px !important;
        -o-border-radius: 0px 0px !important;
        -moz-border-radius: 0px 0px !important;
        border: 1px solid #bfbfbf;
        -webkit-border: 1px solid #bfbfbf;
        -moz-border: 1px solid #bfbfbf;
        -o-border: 1px solid #bfbfbf;
    }

        .modal-footer > button:active {
            border: 2px solid #005ce6;
            -webkit-border: 2px solid #005ce6;
            -moz-border: 2px solid #005ce6;
            -o-border: 2px solid #005ce6;
        }

        .modal-footer > button:hover {
            border: 1px solid #1a75ff;
            -webkit-border: 1px solid #1a75ff;
            -moz-border: 1px solid #1a75ff;
            -o-border: 1px solid #1a75ff;
            background-color: #e6f2ff;
        }
