﻿.modal-header .close {
    text-shadow: none;
    opacity: 0.7;
    color: white;
}

.modal-header .close:hover {
    opacity: 0.9;
}

.modal-message {
    border-radius: 20px;
}

.modal-message > .modal-content {
    border-radius: 20px;
}

.modal-message > .modal-content > .modal-header
{
    /*background: -webkit-gradient(linear,left bottom,left top,from(#425075),color-stop(0.07,#1A274B),color-stop(0.5,#314577),to(#5774B9));*/
    background-color: #002d56;
    border-radius: 20px 20px 0 0;
    color: white;
    font-weight: bolder;
    margin: -1px;
}

.modal-message > .modal-content >  .modal-body{
    background-color: #f5f5f5;
    /*border-radius: 0 0 20px 20px;*/
    /*overflow-y: scroll;*/
}

.modal-message > .modal-content > .modal-body .busy-div {
    text-align: center;
    padding-top: 12px;
}

.modal-message > .modal-content >  .modal-footer {
    padding: 3px 20px 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #002d56;
    margin-top: 0;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 16px 16px;
}