﻿
@font-face {
    font-family: "myArial";
    src: url("../fonts/arial.eot") format("embedded-opentype"), url("../fonts/arial.ttf") format("truetype"), url("../fonts/arial.woff") format("woff"), url("../fonts/arial.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #333333;
    font-variant: normal;
    font-family: Arial, myArial;
}

.DefFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #EDF3F9;
    text-align: center;
    height: 30px;
    padding: 5px;
    color: #666666;
    font-size: 12px; 
}



.DefCentre {
    left: 50%;
    position: fixed;
    border: 2px solid #333333;
    border-radius: 6px;
    min-height: 200px;
    top: 50%;
    min-width: 300px;
    overflow: hidden;
    z-index: 100;
    max-width: 400px;
    width: 88%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}


.xDefCentre {
    left: 50%;
    position: fixed; 
    border-radius: 6px;
    min-height: 200px;
    top:50%;
    min-width: 300px;
    overflow:hidden;
    margin-left: -200px;
    z-index: 100;
    width: 400px;
    transform: translateY(-50%);
}


.DefTopHead {
    float: left;
    height: 65px;
    width: 100%;
    background-color: #044370; 
}

.DefLogo {
    float: left;
    margin-left: 6%;
    margin-top: 15px;
    width: 35px;
}

.DefName {
    float: left;
    color: #D3E4EC;
    margin-left: 10px;
    margin-top: 25px;
    font-size: 16px;
}


.DefTopBody {
    float: left;
    min-height: 300px;
    width: 100%;
    background-color: #EDF3F9;
    padding-top:10px;
}

.DefLabel {
    float: left;
    margin-left: 8%;
    margin-top: 20px;
    font-size: 14px;
    clear: both;
}

.DefInput {
    float: left;
    margin-left: 8%;
    margin-top: 5px;
    background-color: #D3E4EC;
    width: 78%;
    clear: both;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid silver;
}

.DefLink {
    float: left;
    margin-left: 8%;
    margin-top: 35px;
    font-size: 15px;
    color: #0F99F2;
    clear: both;
    text-decoration: none;
}
.DefLink:hover{text-decoration:underline;}


.DefAspButton {
    float: left;
    margin-left: 8%;
    margin-top: 30px;
    background-color: #0099CC;
    width: 83%;
    clear: both;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #00B0F0;
    color: #EDF3F9;
    font-size: 14px;
    margin-bottom: 24px;
    -webkit-appearance: none;
}

    .DefAspButton:hover {
        background-color: #00688B;
        cursor: Pointer;
    }

.DefReset {
    float: left;
    margin-left: 8%;
    margin-top: 20px;
    font-size: 20px;
    clear: both;
}

.DefResetMessage {
    float: left;
    margin-left: 8%;
    margin-top: 20px;
    font-size: 14px;
    clear: both;
}

.DefButton {
    float: left;
    margin-left: 8%;
    margin-top: 30px;
    background-color: #0099CC;
    width: 78%;
    clear: both;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #00B0F0;
    color: #EDF3F9;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

    .DefButton:hover {
        background-color: #00688B;
        cursor: Pointer;
    }

.DefAlert {
    float: left;
    margin-left: 8%;
    margin-top: 30px;
    background-color: #ECC3BF;
    width: 78%;
    clear: both;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ECC3BF;  
    text-align: center;
}






.javaPopupSaveFadein {
    display: block;
    -webkit-animation: fadein 0.6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.6s; /* Firefox < 16 */
    -ms-animation: fadein 0.6s; /* Internet Explorer */
    -o-animation: fadein 0.6s; /* Opera < 12.1 */
    animation: fadein 0.6s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.javaPopupSaveFadeout {
    display: block;
    -webkit-animation: fadeout 0.6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 0.6s; /* Firefox < 16 */
    -ms-animation: fadeout 0.6s; /* Internet Explorer */
    -o-animation: fadeout 0.6s; /* Opera < 12.1 */
    animation: fadeout 0.6s;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

