@charset "utf-8";

/* BEGIN: Rules for elements [*v*] */

html, body {
    height: 100%;
    min-height: 100%;
    overflow: visible;
    border-top: 0px;
    /*-ms-overflow-style: scrollbar;*/
}

    body.ie {
        height: 98%;
        width: 99%;
    }

body {
    margin: 0;
    padding: 0;
    FONT-SIZE: 10px;
    overflow: visible;
    FONT-FAMILY: Verdana;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border: solid white;
    border-width: 10px;
}

    body.extranet {
        border-width: 0px !important;
    }

    body.fill-field {
        border-width: 0px !important;
    }

.innerFrameBody {
    margin: 0;
    padding: 0;
    FONT-SIZE: 10px;
    overflow: visible;
    FONT-FAMILY: Verdana;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border: solid white;
}


form {
    background: #FFFFFF; /*#F5F5F5;*/
    width: 99%;
    height: 100%;
    /*margin-left: 1% !important;*/
    overflow: visible;
    /*-ms-overflow-style: auto;*/
}

    form.ie {
        width: 99% !important;
        height: 98% !important;
    }

    form.fill-field {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

.MainContentUpdatePanel {
    width: 100%;
    height: 100%;
}

.innerFrameForm {
    background: #FFFFFF; /*#F5F5F5;*/
    width: 99%;
    height: 100%;
    overflow: visible;
    /*-ms-overflow-style: auto;*/
}

iframe {
    border: 0;
}

th {
    background-color: #3A8EBA;
    color: white;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}

td {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}

select {
    font-size: 10px;
    border-style: outset;
    border-width: medium;
}

option {
    background-color: #FFFFFF;
}

a {
    color: #000000;
    text-decoration: underline;
    font-size: 10px;
    font-family: Verdana;
}

    a > img {
        border: 0 !important;
    }
*[cellspacing] {
    border-collapse: separate;
}

* {
    -ms-line-break: normal;
    -webkit-line-break: normal;
    line-break: normal;
    -ms-word-break: normal;
    word-break: normal;
    overflow-wrap: normal;
    /*white-space:pre-wrap;
    text-wrap:normal;*/
}
