dialog{
    background-color: #312e4a;
    color: white !important;
    border: 1px #f28815 solid;
    border-radius: 7px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 200px;
    width: 400px;
    font-size: 14px;
}

dialog button{
    background-color: #27243a !important;
    color: white !important;
    border-color: #f28815 !important;
}

dialog input{
    color: white !important;
    background-color: #27243a !important;
}

dialog select{
    color: white !important;
    background-color: #27243a !important;
}

dialog table{
    width: 100%;
}

.divFooter{
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    height: 80px;
    width: 100%;
}

.bottomDivider{
    width: 80%;
    margin: 0 auto;
    border-top: 1px #d8d8d8 solid;
}

.footer{
    margin-top: 20px;
}