﻿body {
    direction: ltr;
    background: #838d94;
    font: normal 13px Verdana;
}

.bgHeader {
    background: url(images/Header.jpg) no-repeat;
    width: 1021px;
    height: 91px;
    margin: 0 auto;
}

.bgAboutUs {
    background: url(images/About.png) no-repeat;
    width: 57px;
    height: 57px;
    float: right;
    margin-right: 20px;
    margin-top: 17px;
}

    .bgAboutUs a img {
        border: 0;
    }

    .bgAboutUs:hover {
        background: url(images/About-hover.png) no-repeat;
        width: 57px;
        height: 57px;
        float: right;
        margin-right: 20px;
        margin-top: 17px;
    }

.bgLogout {
    background: url(images/LogOut.png) no-repeat;
    width: 57px;
    height: 57px;
    float: right;
    margin-right: 20px;
    margin-top: 17px;
}

    .bgLogout a img {
        border: 0;
    }

    .bgLogout:hover {
        background: url(images/Logout_over.png) no-repeat;
        width: 57px;
        height: 57px;
        float: right;
        margin-right: 20px;
        margin-top: 17px;
    }

.bgLang {
    /*background: url(images/Blank.png) no-repeat;*/
    float: right;
    margin-right: 18px;
    margin-top: 17px;
    background: url(images/Blank_arrow.png) no-repeat;
    width: 57px;
    height: 57px;
}

    .bgLang span {
        color: #fff;
        display: block;
        float: left;
        margin: 10px 10px 0 0;
        padding: 6px 16px;
        font: normal 20px Verdana;
    }

    .bgLang .ddStyle {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        color: #fff;
        font: normal 16px Verdana;
        padding-bottom: 3px;
        margin-left: 9px;
        padding-right: 3px;
        padding-top: 3px;
        margin-top: 15px;
        text-align: start;
        background-color: transparent !important;
        width: 40px !important;
    }

        .bgLang .ddStyle::-ms-expand {
            display: none;
        }

        .bgLang .ddStyle option {
            background-color: #1679cc;
        }

    .bgLang .ddStyle, select {
        outline: 0;
    }

    .bgLang a img {
        border: 0;
    }

.bgUser {
    background: url(images/User.png) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    padding-left: 15px;
    margin-left: 280px;
    margin-right: 20px;
    margin-top: 17px;
}

.bgUserSpan {
    width: 350px;
    color: #fff;
    display: block;
    float: left;
    padding: 6px 25px;
    font: normal 12px Verdana;
    text-align: left;
}

.bgBranch {
    display: table;
    background: url(images/Branch.png) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    padding-left: 15px;
    margin-left: 280px;
    margin-right: 20px;
    margin-top: 10px;
}

.bgBranchSpan {
    width: 350px;
    color: #fff;
    display: block;
    float: left;
    padding: 6px 25px;
    font: normal 12px Verdana;
    text-align: left;
}

.lpanel {
    font-size: 12px;
    font-family: Verdana;
    color: #222633;
    background-color: #2d323d;
    vertical-align: top;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    height: 598px;
    width: 262px;
    border-right: 1px solid #b0d8c2;
    height: 100%;
}

.rpanel {
    background: #ebeff1;
}

.menucss .accordions {
    font: normal 12px verdana;
    border-top: 1px solid #b0d8c2;
    border-right: 1px solid #b0d8c2;
    border-left: 1px solid #b0d8c2;
}

    .menucss .accordions, .menucss .accordions li {
        margin: 0;
        padding: 0;
        border: none;
        text-align: left;
    }

        .menucss .accordions li a {
            background-color: #2d323d;
            padding: 5px 8px 8px 48px;
            text-decoration: none;
            display: block;
            color: #bdc4d2;
            border-top: 1px solid #383c47;
            position: relative;
            font-size: 12px;
            font-weight: normal !important;
            height: 20px;
        }

        .menucss .accordions ul a {
            background: #222633;
            text-align: left;
            font-size: 12px;
            color: #bdc4d2;
            padding-left: 60px;
            padding-top: 15px;
        }

        .menucss .accordions li span {
            padding-left: 40px;
            padding-top: 15px;
        }

        .menucss .accordions a.dcjq-parent:hover {
            color: #fff;
            font: normal 12px verdana !important;
            background-color: #1679cc;
        }

        .menucss .accordions a.dcjq-parent {
            padding-top: 15px;
        }

        .menucss .accordions a .dcjq-icon {
            position: absolute;
            top: 50%;
            left: 5px;
            width: 34px;
            margin-top: -17px;
            height: 34px;
        }

        .menucss .accordions a.dcjq-parent.active .dcjq-icon {
        }

        .menucss .accordions a:hover {
            background-color: #1679cc;
            text-decoration: none;
            color: #bdc4d2;
            font-size: 12px;
            font-weight: normal !important;
            color: #fff;
        }

        .menucss .accordions a:active {
        }

.rounded, #TextBox, .TextBox li {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    color: #5f666d;
    border: 1px solid #ccd1d4;
    background-color: #fff;
    padding: 6px 3px 3px 9px;
    width: 152px;
    margin: 0.3em 0.5em 0.2em 0.2em;
    height: 18px;
}

.label {
    display: block;
    font-size: 12px;
    font-family: verdana !important;
    font-weight: normal;
    color: #2d323d;
    text-align: right;
    float: right;
}

.AddBtn {
    border: none;
    background: url("images/AddBtn.png") no-repeat;
    width: 114px;
    height: 38px;
    padding: 4px 35px;
    font-size: 12px;
    font-weight: bold;
    COLOR: #3a5165;
}

.DeleteBtn {
    border: none;
    background: url("images/Delete.png") no-repeat;
    width: 98px;
    height: 38px;
    padding: 4px 35px;
    font-size: 12px;
    font-weight: bold;
    COLOR: #3a5165;
}

.section div.silverheader {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border: 1px solid #ccd1d4;
    background-color: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 96%;
    padding-bottom: 15px;
}

    .section div.silverheader a {
        color: #1679cc;
    }

        .section div.silverheader a:visited {
            color: #1679cc;
        }


    .section div.silverheader img {
        vertical-align: initial;
    }

    .section div.silverheader input[type="image"] {
        vertical-align: middle;
    }

.dropdownstyle {
    margin: 0.3em 0.5em 0.2em 0.2em;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    color: #5f666d;
    border: 1px solid #ccd1d4;
    background-color: #fff;
    padding: 6px 3px 3px 9px;
    width: 166px;
}

.button1 {
    border: none;
    background: url("images/button1.png") no-repeat;
    width: 90px;
    height: 31px;
    padding: 4px 2px;
    margin: 0px 2px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    COLOR: #ffffff;
}

    .button1:hover {
        border: none;
        background: url("images/button1-hover.png") no-repeat;
        width: 90px;
        height: 31px;
        padding: 4px 2px;
        margin: 0px 2px;
        font-size: 12px;
        font-family: Verdana;
        font-weight: normal;
        COLOR: #ffffff;
    }

.BodyHeading1 {
    font-size: 16px;
    color: #2d323d;
    font-family: Verdana;
    background-position: left 50%;
    background-repeat: repeat-x;
    text-align: left !important;
    padding-left: 10px;
    vertical-align: middle;
    background-color: #f6f8f8;
    border-bottom: 1px solid #ccd1d4;
    height: 48px;
    margin-bottom: 20px;
}

    .BodyHeading1 img {
        vertical-align: middle;
        margin-right: 10px;
    }

.BodySubHeading1 {
    font: normal 15px Verdana;
    color: #1679cc;
    padding: 5px 0;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 96%;
    border-bottom: 1px solid #b3d2eb;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left !important;
}

    .BodySubHeading1 span {
        margin: 5px;
    }

.silverheader td {
    padding: 5px 5px 5px 5px;
}

.subheaderlabel {
    display: block;
    font-size: 13px;
    font-family: Verdana;
    color: #FFF !important;
    text-align: center;
    width: 100%;
    background: #1679cc;
    padding: 5px 0;
}

.descriptionText {
    text-align: left;
    color: #2d323d !important;
    font-size: 14px;
    font-weight: normal;
}

.labeltextrow {
    text-align: left;
    color: #2d323d !important;
    font-size: 12px;
    font-weight: normal;
}

    .labeltextrow input[type="image"] {
        vertical-align: middle;
    }

.labeltext {
    font-size: 12px;
    font-family: Verdana;
    color: #5f666d !important;
    line-height: 20px;
    text-align: left;
}

.TreeCSS a:hover {
    cursor: pointer;
}

.TreeCSS a:hover {
    color: #025fa9;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

.TreeCSS a:visited {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.TreeCSS a:link {
    color: #5f666d;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.TreeCSS {
}

    .TreeCSS table {
        /*width: 100%;*/
        text-align: left;
    }

    .TreeCSS td {
        padding: 5px 5px 5px 5px;
        /*border-bottom: 1px solid #e6e8ea;*/
        /*width: auto;*/
    }

.grid-heading, .grid-heading a:link, .grid-heading a:hover {
    font-size: 12px;
    font-weight: normal !important;
    font-family: Tahoma, sans-serif;
    color: #FFF !important;
    vertical-align: middle;
    height: 40px;
    background: #1679cc;
    text-align: center;
    padding: 0 5px;
}

    .grid-heading th {
        border-color: #d5d7d7;
        border-width: 1px;
        border-style: solid;
    }

.grid-row1 {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #5f666d !important;
    background-color: #edf2f4;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}

    .grid-row1 td {
        border-color: #d5d7d7;
        border-width: 1px;
        border-style: solid;
    }

.grid-row2 {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #5f666d !important;
    background-color: #f8fafb;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px;
    border-color: #e8eaf3;
}

    .grid-row2 td {
        border-color: #d5d7d7;
        border-width: 1px;
        border-style: solid;
    }

th {
    font-weight: normal;
}

.aboutuspanel {
    font-size: 12px;
    font-family: Verdana;
    background-color: #f7f9f9;
    color: #2d323d;
    line-height: 20px;
    text-align: left;
    margin: 0.3em 0.5em 0.2em 0.2em;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    box-shadow: 0px 0px 8px rgb(37, 37, 37);
}

.border {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d6dde2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #7b8288;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6dde2;
}

.checklistbox {
    color: #3a5564;
    border-color: #ccd1d4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-color: #f7f9f9;
    padding: 6px 3px 3px 9px;
    width: 270px;
    height: 150px;
}

    .checklistbox label {
        font-size: 12px;
        font-family: verdana !important;
        font-weight: normal;
        color: #2d323d;
        padding-left: 5px;
    }

.controlbox {
    color: #3a5564;
    border-color: #ccd1d4;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background-color: #f7f9f9;
    padding: 6px 3px 3px 9px;
    width: 270px;
    margin-top: -12px;
    height: 150px;
}

.controlheader {
    color: white;
    background-color: #1679cc;
    font-weight: bold;
    height: 25px;
    padding-top: 6px;
    font-size: 13px;
    border-color: #ccd1d4;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

.grid-page td {
    padding-left: 5px;
    padding-right: 5px;
    border-color: #d5d7d7;
    color: #2d323d;
}

.grid-page a {
    padding-left: 5px;
    padding-right: 5px;
    border-color: #d5d7d7;
    color: #1679cc;
}

.bgSubMeu a {
    float: right;
    margin-right: 20px;
}

#showTop:hover {
    background: url(images/SubMenuIcon_hover.png) no-repeat;
    width: 43px;
    height: 43px;
}

#showTop {
    background: url(images/SubMenuIcon.png) no-repeat;
    width: 43px;
    height: 43px;
}

.footer {
    padding-right: 20px;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, sans-serif;
    background-position: center 50%;
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: right;
    background-image: url(images/footer.png);
    height: 54px;
}

.linkButton td {
    border-bottom: 1px solid #b3d2eb;
    border-right: 1px solid #b3d2eb;
}

.linkButton img {
    vertical-align: middle;
    margin: 10px 10px 10px 25px;
}

.linkButton a {
    font-size: 14px;
    font-family: verdana !important;
    font-weight: normal;
    color: #2d323d;
    text-decoration: none;
    height: 36px;
    vertical-align: middle;
}

.config {
    border: 1px solid #b3d2eb;
    border-collapse: collapse;
    border-spacing: 5px;
}

.tdLeft {
    text-align: left;
}

#progressBackgroundFilter {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    background-position: center center;
    text-align: center;
}

.bgConfigPortal {
    background: url(images/Config.png) no-repeat;
    width: 57px;
    height: 57px;
    float: right;
    margin-right: 20px;
    margin-top: 17px;
}

    .bgConfigPortal a img {
        border: 0;
    }

    .bgConfigPortal:hover {
        background: url(images/Config_over.png) no-repeat;
        width: 57px;
        height: 57px;
        float: right;
        margin-right: 20px;
        margin-top: 17px;
    }


.buttonDisabled {
    border: none;
    background: url('images/button1_disable.png')no-repeat;
    width: 90px;
    height: 31px;
    padding: 4px 2px;
    margin: 0px 2px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    COLOR: #ffffff;
}

.labelCenter {
    font-size: 12px;
    font-family: verdana !important;
    font-weight: normal;
    color: #2d323d;
    text-align: center;
}

.PageNo {
    text-align: right;
    margin-left: 120px;
}

#calendarContainerOverride table {
    width: 0px;
    height: 0px;
}

    #calendarContainerOverride table tr td {
        padding: 0;
        margin: 0;
    }

.FetchSpectraBtn {
    border: none;
    background: url("images/FetchSpectra.png") no-repeat;
    width: 112px;
    height: 38px;
    padding: 4px 35px;
    font-size: 12px;
    font-weight: bold;
    COLOR: #3a5165;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }
