﻿.vex-error .vex-content {
    border: 6px solid #FF0000;
}

.vex-error .vex-content {
    border-radius: 10px;
}

.vex-error strong {
    font-weight: bold;
}

.vex-dialog-form {
    background-color: white;
}

.vex-error .vex-dialog-form {
    background-repeat: no-repeat;
    padding-left: 110px;
    background-position: 0 30px;
}

.vex-error .vex-dialog-message {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
}

.vex-error .vex-dialog-button-primary {
    background-color: red !important;
}


.vex-content.HidePrimary .vex-dialog-button-primary {
    display: none;
}


.vex-content.HideSecondary .vex-dialog-button-secondary,
.vex-error .vex-dialog-button-secondary {
    display: none;
}


.vex-content.InvertButtons .vex-dialog-button-primary {
    background-color: #e25a5a !important;
}


.vex-content.InvertButtons .vex-dialog-button-secondary {
    background-color: #0070a5 !important;
}


.vex-content.HideHeading .vex-dialog-message {
    display: none;
}

.vex .vex-content {
    border: 4px solid #0070a5;
    border-radius: 1px;
}

.vex .vex-dialog-button-primary {
    background-color: #0070a5 !important;
    font-weight: bold !important;
}

.vex .vex-dialog-button-secondary {
    background-color: #e25a5a !important;
    font-weight: bold !important;
    color: white !important;
    margin-right: 1px !important;
}



.vex .vex-dialog-buttons .vex-dialog-button {
    font-size: 14px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/*
.vex .vex-content {
    padding: 1em 2em 3em 1em !important;
}
*/

.vex .vex-dialog-message {
    font-size: 16px;
    font-weight: bold;
}

.vex-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.vex .vex-content.fault {
    border-color: red;
    width: 90%;
}

    .vex .vex-content.fault .vex-dialog-button-primary {
        background-color: red !important;
    }


.vex .vex-content.SuperWide {
    max-width: 95%;
    width: 95%;
}


.vex .vex-content.Wide {
    max-width: 80%;
    width: 80%;
}



.vex .vex-content.WideNice {
    max-width: 80%;
    width: 80%;
    border: none;
    border-radius: 10px;
    padding: 35px 20px 20px 20px;
}



    .vex .vex-content.WideNice .vex-dialog-buttons,
    .vex .vex-content.WideNice .vex-dialog-input {
        display: none;
    }

    .vex .vex-content.WideNice .vex-dialog-message {
        margin: 0;
    }


.vex .vex-content.StandardNice {
    max-width: 30%;
    width: 30%;
    border: none;
    border-radius: 10px;
    padding: 35px 20px 20px 20px;
}

    .vex .vex-content.StandardNice .vex-dialog-buttons,
    .vex .vex-content.StandardNice .vex-dialog-input {
        display: none;
    }

    .vex .vex-content.StandardNice .vex-dialog-message {
        margin: 0;
    }



.vex .vex-content.ConfirmNice {
    max-width: 30%;
    width: 30%;
    border: none;
    border-radius: 10px;    
}


    .vex .vex-content.ConfirmNice .vex-dialog-message {
        margin: 0;
    }




.vex .vex-content.PromptNice {
    border: none;
    border-radius: 10px;
}

    .vex .vex-content.PromptNice .vex-dialog-buttons button.vex-dialog-button-secondary {
        display: none;
    }

    .vex .vex-content.PromptNice .vex-dialog-buttons button.vex-dialog-button-primary {
        margin-right: 50px;
        margin-bottom: 10px;
        background-color: #F3A724 !important;
        color: black;
        width: 200px;
        font-size: 20px;
        border: 1px solid black;
        border-radius: 5px;
    }




    .vex .vex-content.WideNice .CloseMe,
    .vex .vex-content.PromptNice .CloseMe,
    .vex .vex-content.StandardNice .CloseMe
    {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f0465b;
        border-top-right-radius: 5px;
        width: 35px;
        text-align: center;
        color: white;
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }


.vex .vex-content.Wide2 {
    max-width: 80%;
    width: 80%;
    height: 80%;
    max-height: 80%;
}


.vex.vex-theme-flat-attack {
    -moz-perspective: none;
    -webkit-perspective: none;
    perspective: none;
    -moz-perspective-origin: unset;
    -webkit-perspective-origin: unset;
    perspective-origin: unset;
}

@media only screen and (max-width: 1051px) {

    .vex.vex-theme-flat-attack .vex-content {
        width: 90%;
    }

    .vex .vex-content {
        max-width: 90% !important;
        width: 90% !important;
    }

    .vex .vex-dialog-message {
        font-size: 40px;
        line-height: 40px;
    }

    .vex input.vex-dialog-button {
        font-size: 40px !important;
    }
}
