﻿div.msgBox {
    padding: 20px;
    position: fixed;
    z-index: 100000;
    min-width: 200px;
    min-height: 105px;
    color: #00335e;
    /*-moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;*/
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    /*opacity: 0.9;*/
    z-index: 999;
}

.msgBoxButtons > .k-button {
    color: #2e2e2e;
    background-color: transparent;
    background-image: none !important;
    width: 125px;
    border-radius: 0 !important;
    border-color: #000 !important;
    font-family: 'JosefinSans-Medium';
    padding: 6px 0px 2px 0px;
    margin: 0px 15px;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none !important;
}

.k-button.k-state-active, .k-button:active, .k-button.k-state-hover, .k-button:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
}

div.msgBoxTitle {
    font-family: 'edinburgh-regular';
    text-transform: uppercase;
    background-color: #F0EAE0;
    font-size: 35px;
    /* font-weight: lighter; */
    color: #334F4D;
    width: 100%;
    /* margin: 2px; */
    /* text-indent: 8px; */
    /* padding: 2px; */
    /* height: 35px; */
    text-align: center;
    padding-top: 5px;
    letter-spacing: 5px;
}

div.msgBoxImage {
    display: none !important;
    margin: 5px 0 0 0;
    display: inline-block;
    float: left;
    height: 65px;
    width: 75px;
}

    div.msgBoxImage img {
        display: none !important;
        height: 65px;
        width: 65px;
    }

div.msgBoxContent {
    font-size: 10pt;
    /*margin:0 3px 6px 3px;*/
    display: inline-block;
    float: left;
    min-height: 28px;
    min-width: 150px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

    div.msgBoxContent p {
        padding: 0;
        /* margin: 10px; */
        display: table;
        height: 100%;
        width: 100%;
        /* margin-left: 10px; */
        /* margin-right: 10px; */
        font-family: 'JosefinSans-Regular';
        /* margin: 0;*/
        color: #000;
        font-size: 17px;
    }

    div.msgBoxContent span {
        display: table-cell;
        vertical-align: middle;
        color: #000000;
        /*padding: 4px 8px 8px;
    word-break: break-all;*/
    }

div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-width: 150px;
    margin-bottom: 8px;
}

div.msgBoxInputs {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: 195px;
}

div.msgInput input[type='text'], div.msgInput input[type='password'] {
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}

div.msgInput text {
    color: #2f2f2f;
    font-size: 10pt;
}

div.htmlContainer {
    display: block;
    width: auto;
    height: auto;
}

div.msgBox {
    width: 30% !important;
    background: #F0EAE0;
    background-image: none !important;
}

.msgButton {
    margin: 5px;
}
