@charset "UTF-8";

.myDxStyle {
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    border: 1px solid #ddd;
}

    .myDxStyle:not(.dropdown-menu):hover {
        border-color: #337ab7;
        background-color: #fff;
        color: #333;
    }
.card {
    background-color: white;
}

.modal-content {
    background-color: white;
    border-color: antiquewhite;
    border-radius: 20px;
    border-width: 5px;
}

    .modal-content label {
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

.settingDropDown {
    border-width: 4px;
    border-color: antiquewhite;
    border-radius: 15px;
}

    .settingDropDown label {
        margin-left: 1rem;
        color: #337ab7;
    }

    .settingDropDown input {
        float: right;
        margin-right: 10px;
    }

    .settingDropDown span {
        color: #337ab7;
    }
