/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 Mar, 2019, 3:09:23 PM
    Author     : hariswaminathan
*/
.bootbox.modal .modal-content {
    background-color: #000 !important;
}
.bootbox.modal .modal-content .bootbox-close-button{
    color: #fcb614 !important;
    opacity: 0.5;
}
.bootbox.modal .modal-header{
    border-bottom-color: #fcb614;
}
.bootbox.modal .modal-content .modal-title{
    color: #fcb614 !important;
    font-weight: bold;
    font-size: 14px;
}
.bootbox.modal .modal-content .bootbox-body{
    color: #fcb614 !important;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.bootbox.modal .modal-footer button.btn-primary  {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    border-color: #fff !important;
}
.bootbox.modal .modal-footer button.btn-primary:hover  {
    border-color: #fff !important;
}
.bootbox.modal .modal-body button.bootbox-close-button.close{
    color: #fcb614 !important;
    opacity: 1;
}
.bootbox.modal .modal-footer {
    border-top: 0px !important;
}
.bootbox.modal .bootbox-body{
    padding-top: 35px;
}
.bootbox.modal .modal-footer button.bootbox-cancel  {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    border-color: #fff !important;
}
.bootbox.modal .modal-footer button.bootbox-cancel:hover  {
    border-color: #fff !important;
}