﻿/*#DialogDisclaimer .modal-dialog {
            z-index: 9999999999;
        }*/

#DialogDisclaimer {
    box-shadow: 10px 10px 5px #888888;
}

    #DialogDisclaimer .modal-dialog {
        top: 60px;
        max-width: 500px;
        max-height: 500px;
        margin: 30px auto !important;
    }

    #DialogDisclaimer .modal-content {
        border-radius: 0px !important;
    }

    /*#DialogQuickSearch .modal-dialog {
    width: auto;
    max-width: 800px;
    max-height: 600px;
}*/

    #DialogDisclaimer > div > div > div > button.close {
        font-size: 40px;
        color: white;
        line-height: .75;
        opacity: 1.0;
    }

    #DialogDisclaimer > div > div > div.modal-body > p {
        font-size: 15px;
    }

    #DialogDisclaimer .modal-footer .btn {
        border-radius: 0px;
    }

    /* cow blue */
    #DialogDisclaimer > div > div > div.modal-header,
    #DialogDisclaimer .modal-footer .btn {
        color: white;
        background-color: #367cfe;
        background: -webkit-gradient(linear,left top,left bottom,from(#367cfe),to(#015dff));
        background: -webkit-linear-gradient(to top,#367cfe,#015dff);
        background: -moz-linear-gradient(to top,#367cfe,#015dff);
        background: -ms-linear-gradient(to top,#367cfe,#015dff);
        background: -o-linear-gradient(to top,#367cfe,#015dff);
        background: linear-gradient(to top,#367cfe,#015dff);
    }

        /* cow green */
        #DialogDisclaimer .modal-footer .btn:hover {
            /*border: 1px solid #2e6da4;
                background: #337ab7;*/
            color: #1e1e1e;
            background-color: #bfe096;
            background: -webkit-gradient(linear,left top,left bottom,from(#bfe096),to(#9fd163));
            background: -webkit-linear-gradient(to top,#bfe096,#9fd163);
            background: -moz-linear-gradient(to top,#bfe096,#9fd163);
            background: -ms-linear-gradient(to top,#bfe096,#9fd163);
            background: -o-linear-gradient(to top,#bfe096,#9fd163);
            background: linear-gradient(to top,#bfe096,#9fd163);
        }
