﻿body {
    font-family: Cambria;
    font-size: small;
    background-color: #f1f1f1;
}

a {
    text-decoration: none;
    color: black;
}

* {
    margin: 0px;
    padding: 0px;
}

.divBackGround {
    background-image: url('../../images/BG/astro-home-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
}

.goHome {
    left: 0px;
    top: 20px;
    width: 80px;
    padding: 10px;
    background-color: white;
    position: fixed;
    background-image: url('../../images/icons/Home.png');
    background-size: 24px 24px;
    background-position: right;
    background-position-x: 70px;
    background-repeat: no-repeat;
    border-right: solid 5px #65CEA7;
    cursor: pointer;
}

    .goHome:hover {
        background-color: #f1f1f1;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

.divFooter {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px;
    position: fixed;
    z-index: 10;
}

.midSection {
    margin-top: 180px;
    width: 100%;
    text-align: center;
    position: absolute;
}

    .midSection .midBox {
        background-color: #fff;
        padding: 0px;
        position: relative;
        z-index: 10;
    }

.divBoxHighlight {
    background-color: white;
    opacity: 0.9;
    padding: 10px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
}

/*----------------------------BUTTON CSS START-------------------------*/
.csslogin {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/tick.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csslogin:hover {
        background-color: #47A447;
    }

    .csslogin:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csslogin:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssdisabled {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/tick.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
    background-color: #808080;
    cursor: no-drop;
    border: solid 1px #333;
    color: white;
}

.csssearch {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #5BC0DE;
    border: solid 1px #349AB8;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/basics-19-32.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csssearch:hover {
        background-color: #3DB1D4;
    }

    .csssearch:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csssearch:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.csssave {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/tick.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csssave:hover {
        background-color: #47A447;
    }

    .csssave:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csssave:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssok {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #e9e9e9;
    border: solid 1px #e9e9e9;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: #333;
    background-image: url('../../images/tick.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssok:hover {
        background-color: #EFF0F4;
    }

    .cssok:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssok:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssrefresh {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #e9e9e9;
    border: solid 1px #e9e9e9;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: #333;
    background-image: url('../../images/loading_dark_small.gif');
    background-size: auto auto;
    background-position-x: 0px;
    background-position-y: -4px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssrefresh:hover {
        background-color: #EFF0F4;
    }

    .cssrefresh:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssrefresh:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssemail {
    padding: 8px;
    padding-left: 45px;
    padding-right: 30px;
    background-color: #51D4CC;
    border: solid 1px #4bb78f;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/mail-icon-128.png');
    background-size: 28px 28px;
    background-position-x: 10px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssemail:hover {
        background-color: #4bb78f;
    }

    .cssemail:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssemail:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.csspdf {
    padding: 8px;
    padding-left: 45px;
    padding-right: 30px;
    background-color: #51D4CC;
    border: solid 1px #4bb78f;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/icons/pdf.png');
    background-size: 28px 28px;
    background-position-x: 10px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csspdf:hover {
        background-color: #4bb78f;
    }

    .csspdf:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csspdf:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.csscopy {
    padding: 8px;
    padding-left: 45px;
    padding-right: 30px;
    background-color: #51D4CC;
    border: solid 1px #4bb78f;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/icons/page_copy.png');
    background-size: 28px 28px;
    background-position-x: 10px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csscopy:hover {
        background-color: #4bb78f;
    }

    .csscopy:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csscopy:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.csspaste {
    padding: 8px;
    padding-left: 45px;
    padding-right: 30px;
    background-color: #51D4CC;
    border: solid 1px #4bb78f;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/icons/paste_plain.png');
    background-size: 28px 28px;
    background-position-x: 10px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .csspaste:hover {
        background-color: #4bb78f;
    }

    .csspaste:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .csspaste:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssexport {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #51D4CC;
    border: solid 1px #65CEA7;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/file_extension_xls.png');
    background-size: 28px 28px;
    background-position-x: 4px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssexport:hover {
        background-color: #65CEA7;
    }

    .cssexport:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssexport:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssreset {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: black;
    background-image: url('../../images/refresh.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssreset:hover {
        background-color: #f1f1f1;
    }

    .cssreset:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssreset:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssremove {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #FC8675;
    border: solid 1px red;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/bullet_deny.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssremove:hover {
        background-color: red;
    }

    .cssremove:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssremove:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.cssprint {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #65CEA7;
    border: solid 1px #4bb78f;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/print.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
}

    .cssprint:hover {
        background-color: #4bb78f;
    }

    .cssprint:focus {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 8px 0px #a1a1a1;
    }

    .cssprint:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.csssaveICON {
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/correct.png');
    background-size: 24px 24px;
    background-position-x: 4px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 35px;
    width: 35px;
    outline: none;
}

    .csssaveICON:hover {
        background-color: #47A447;
    }

.cssaddICON {
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/icons/addplus.png');
    background-size: 24px 24px;
    background-position-x: 4px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 35px;
    width: 35px;
    outline: none;
}

    .cssaddICON:hover {
        background-color: #47A447;
    }

.cssSettingICON {
    padding: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../../images/icons/settingsDark.png');
    background-size: 24px 24px;
    background-position-x: 4px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 35px;
    width: 35px;
    outline: none;
}

    .cssSettingICON:hover {
        background-color: #EFF0F4;
    }
/*----------------------------BUTTON CSS END-------------------------*/
.login-tape {
    background-image: url('../../images/textures/login-tape.png');
    display: block;
    height: 30px;
    width: 150px;
    top: -20px;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*----------------------------MESSAGE PAN------------------------------*/
#messagePan {
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    border-radius: 2px 2px 2px 2px;
    padding: 5px;
    top: 60px;
    left: 210px;
    right: 10px;
    padding-left: 50px;
    position: absolute;
    display: none;
    font-size: small;
    font-family: Cambria;
    padding-top: 10px;
    z-index: 90000;
}

    #messagePan a:hover {
        text-decoration: underline;
    }

.messagePan_AfterScroll {
    top: 0px;
    z-index: 20;
    position: fixed;
}

.closePan {
    cursor: pointer;
    padding: 2px;
    text-align: right;
    float: right;
    margin-left: 20px;
}

.redMsg {
    background-color: red;
    background: -webkit-linear-gradient(90deg,red,#fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red,#fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red,#fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top,red,#fff); /* Standard syntax */
    color: black;
    float: left;
}

    .redMsg .pic {
        display: block;
        height: 25px;
        width: 25px;
        background-image: url('../../images/error.png');
        background-repeat: no-repeat;
        background-position: left;
        background-position-x: 0px;
        background-size: 25px;
        float: left;
        left: 10px;
        top: 5px;
        position: absolute;
    }

    .redMsg a {
        text-decoration: none;
        color: white;
        margin-left: 10px;
    }

.greenMsg {
    background-color: #65CEA7;
    background: -webkit-linear-gradient(90deg,#65CEA7,#fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#65CEA7,#fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#65CEA7,#fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top,#65CEA7,#fff); /* Standard syntax */
    color: black;
    float: left;
}

    .greenMsg .pic {
        display: block;
        height: 25px;
        width: 25px;
        background-image: url('../../images/success.png');
        background-repeat: no-repeat;
        background-position: left;
        background-position-x: 0px;
        background-size: 25px;
        float: left;
        left: 10px;
        top: 5px;
        position: absolute;
    }

    .greenMsg a {
        text-decoration: none;
        color: yellow;
        margin-left: 10px;
    }

.yellowMsg {
    background-color: yellow;
    color: Black;
    float: left;
    background: -webkit-linear-gradient(90deg,yellow,#fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(yellow,#fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(yellow,#fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top,yellow,#fff); /* Standard syntax */
}

    .yellowMsg .pic {
        display: block;
        height: 25px;
        width: 25px;
        background-image: url('../../images/warning.png');
        background-repeat: no-repeat;
        background-position: left;
        background-position-x: 0px;
        background-size: 25px;
        float: left;
        left: 10px;
        top: 5px;
        position: absolute;
    }

    .yellowMsg a {
        text-decoration: none;
        color: red;
        margin-left: 10px;
    }

.normalMsg {
    background-color: #003300;
    color: White;
    float: left;
}
/*----------------------------------------------------------------------------------------------------*/
/*-------------------------MENU START----------------------------------*/
.topMenu {
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 100%;
    background-color: #65CEA7;
    border-bottom: solid 2px #fff;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
}

    .topMenu ul {
        list-style: none;
        display: table;
    }

        .topMenu ul li {
            display: table-cell;
            padding: 10px;
            position: relative;
        }

            .topMenu ul li:hover {
                background-color: white;
                color: black;
                cursor: pointer;
            }

                .topMenu ul li:hover a {
                    color: black;
                }

            .topMenu ul li a {
                text-transform: uppercase;
                text-decoration: none;
                color: white;
            }

            .topMenu ul li ul {
                display: none;
                list-style: none;
                background-color: #65CEA7;
                margin-top: 10px;
                border-top: solid 2px #fff;
                text-align: left;
                min-width: 200px;
                left: 0px;
            }

                .topMenu ul li ul li {
                    display: block;
                }

                    .topMenu ul li ul li a {
                        display: block;
                    }

            .topMenu ul li:hover ul {
                display: block;
                position: absolute;
            }

.pmenu {
    background-color: white;
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    width: 95%;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

    .pmenu:hover {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

    .pmenu span {
        padding: 10px;
        border: solid 1px green;
        border-radius: 4px 4px 4px 4px;
        margin: 10px;
        background-color: #65CEA7;
        display: inline-block;
        font-family: Verdana;
        font-size: small;
        vertical-align: top;
        width: 200px;
    }

.mmtitle {
    font-size: small;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.mmActionC {
    background-color: #f2f1f1;
    padding: 10px;
    margin-top: 20px;
    border: solid 1px #fff;
    border-bottom: none;
}

.pcmenuList {
    border: solid 1px #fff;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    background-color: #51D4CC;
    font-family: Verdana;
    font-size: small;
    padding: 10px;
}

/*-------------------------TOP/DOWN FOR SCROLLING START----------------------*/
#mTop {
    height: 30px;
    width: 30px;
    display: none;
    background-image: url('../../images/icons/scrollUp.png');
    background-size: 100% 100%;
    right: 10px;
    bottom: 10px;
    position: fixed;
    cursor: pointer;
}

#mDown {
    height: 30px;
    width: 30px;
    display: none;
    background-image: url('../../images/icons/scrollDown.png');
    background-size: 100% 100%;
    right: 10px;
    bottom: 50px;
    position: fixed;
    cursor: pointer;
}
/*-------------------------TOP/DOWN FOR SCROLLING END----------------------*/
