﻿
.WaterMarkCss {
    font-size: 11px;
    font-family: Arial;
    color: #D8D8D8;
    /*padding-left:2px;*/
    width: 150px;
    border-width: thin;
    border-color: black;
    height: 20px;
    vertical-align: middle;
}
/*textboxfi*/
.FItextbox {
    font-size: 11px;
    /*border-color:#006699;*/
    border-color: #A0B6C0;
    font-family: Arial;
    color: #1B3652;
    border-style: solid;
    border-width: 1px;
}

.FIdrp {
    font-size: 11px;
    /*border-color:#006699;*/
    border-color: #A0B6C0;
    font-family: Arial;
    color: #1B3652;
    border-style: solid;
    border-width: 1px;
    height: 22px;
}
/*PanelFI CSS*/
.FIpanel {
    font-size: 11px;
    /*border-color:#006699;*/
    border-color: #333353;
    font-family: Arial;
    color: #1B3652;
    border-style: solid;
    background-color: white;
    border-width: 2px;
}

.tdfont {
    font-weight: bold;
    background-color: #F4F4F4;
    color: #1B3652;
    font-family: Arial;
    font-size: 11px;
}

.HoverMenu {
    background-color: lightskyblue;
    color: red;
}

/*label FI css*/
.FIlabel {
    font-size: 11px;
    /*border-color:#006699;*/
    border-color: #A0B6C0;
    font-family: Arial;
    color: #1B3652;
    display: inline;
}

.PageTD {
    font-size: 11px;
    font-family: Arial;
    color: #1B3652;
}

.WaterMarkNew {
    font-size: 11px;
    font-family: Arial;
    color: #D8D8D8;
    /*border-width: thin;*/
    /*border-color: #A0B6C0;*/
}

.DropDownListS1 {
    background-color: #FFFFFF;
    color: #333333;
    height: 20px;
    width: 150px;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    border: 1px solid #84C4BD;
}

.TextBoxNormal {
    width: 150px;
    border-width: thin;
    border-color: black;
    height: 20px;
}

.TextBoxMedium {
    width: 150px;
    /*border-width:thin;*/
    /*border-color:black;*/
    height: 20px;
}

.Vendorcss-input {
    padding: 3px;
    border-style: solid;
    border-color: #19c9e0;
    color: #424142;
    border-width: 1px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Arial;
}

    .Vendorcss-input:focus {
        outline: none;
    }


.AppButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    box-shadow: inset 0px 1px 0px 0px #7a8eb9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
    background: -moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -o-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: -ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
    background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
    background-color: #637aad;
    border: 1px solid #314179;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}

    .AppButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
        background: -moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -o-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: -ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
        background: linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
        background-color: #5972a7;
    }

    .AppButton:active {
        position: relative;
        top: 1px;
    }

.Contactcss {
    background-color: #EEEEEE;
    color: #848484;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #848484;
}

.Contactcssdark {
    background-color: #6E6E6E;
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #F2F2F2;
}



.AppButtonGrey {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    background-color: #768d87;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
}

    .AppButtonGrey:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background: -moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: -ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        background-color: #6c7c7c;
    }

    .AppButtonGrey:active {
        position: relative;
        top: 1px;
    }

/*Link Button New*/
a.ApplInkButton {
    color: #990000;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
}

    a.ApplInkButton:visited {
        color: #990000;
        text-decoration: underline;
        font-size: 11px;
        font-family: Arial;
    }

    a.ApplInkButton:hover {
        color: #990000;
        text-decoration: underline;
        font-size: 11px;
        font-family: Arial;
    }

a.ApplInkButtonWhite {
    color: whitesmoke;
    text-decoration: underline;
    font-size: 10px;
    font-family: Arial;
}

    a.ApplInkButtonWhite:visited {
        color: whitesmoke;
        text-decoration: underline;
        font-size: 10px;
        font-family: Arial;
    }

    a.ApplInkButtonWhite:hover {
        color: whitesmoke;
        text-decoration: underline;
        font-size: 10px;
        font-family: Arial;
    }

/* Master Page Menu Bar Styles */

.MenuBar {
    /*height: 25px;*/
    padding: 0px;
    border: 0;
    color: #333353;
    background-color: #333353;
}

    .MenuBar td {
        border: 0px;
        padding: 0px;
        top: 0px;
        left: 0px;
        height: 25px;
        color: #333353;
        background-color: #333353;
    }

.MenuBarTable {
    border-collapse: collapse;
    width: 100%;
}

.MenuBarRow {
    display: inline;
}

.MenuBarLink {
    cursor: hand;
    height: 20px;
    padding: 0 0 0 0;
    border: 0;
}

.MenuBarAppName {
    height: 20px;
    padding: 0 0 0 0;
    border: 0;
}

.MenuBarImage {
    padding: 0 0 0 0;
    border: 0;
    height: 20px;
}

/* Master Page Style Sheet */
.UserIdentityCell {
    vertical-align: top;
    text-align: right;
    width: 95%;
}

.MasterBody {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.MaxWidth {
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}

.HandCursor {
    cursor: hand;
}


.MenuDefaultMenuItemStyle {
    background-color: #D5DCE1;
    color: #234875;
    padding: 2px;
    width: 100%;
}

.MenuDefaultSelectedStyle {
    background-color: #3C5778;
    color: #FFFFFF;
    padding: 2px;
    width: 100%;
}

.MenuDefaultHoverStyle {
    background-color: #666666;
    color: #FFFFFF;
    padding: 2px;
    width: 100%;
}

.menu {
    font-family: Verdana;
    z-index: 10000;
    text-align: center;
    color: Black;
    border: 0px;
}

    .menu tr {
        height: 22px;
    }

.MenuDynamicStyle {
    min-width: 200px;
    width: auto;
}

.menu tr td a:hover {
    color: #000;
}

#contentNew {
    padding: 0px;
    padding-bottom: 20px; /* Height of the footer element */
}

#footerNew {
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #E6E6FA;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 11px;
    color: #A9A9A9;
    vertical-align: middle;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#header {
    padding: 0px;
    background: #D5DCE1;
}

div#headervisual-zone {
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    width: 638px;
    z-index: 100;
    background: #999 no-repeat;
    background-color: #889ea7;
    bottom: 0;
}

.tdheadervisual-zone {
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    width: 638px;
    z-index: 100;
    /*background: #999 no-repeat;*/
    background-color: #889ea7;
    bottom: 0;
}

/*/* Master Page Menu Bar Styles */
/* Table Header */
.trheader {
    height: 30px;
    background-color: #9B8C75;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    padding-left: 5px;
    color: #D1E0E0;
}

.trNewheader {
    height: 25px;
    background-color: #585858;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma;
    padding-left: 5px;
    color: whitesmoke;
}

.LegendHeader {
    height: 15px;
    background-color: #BDB76B;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    padding-left: 5px;
    color: #ffffff;
}

.myListBox {
    border-style: none;
    border-width: 0px;
    border: none;
    font-size: 11px;
    font-family: Arial;
    color: #1C1C1C;
    padding: 4px 4px 4px 2px;
    width: 100%;
}

.ApplicationLabels {
    font-size: 12px;
    color: #1C1C1C;
    font-family: Arial;
}

.ApplicationLabelsBold {
    font-size: 12px;
    color: #1C1C1C;
    font-family: Arial;
    font-weight: 600;
}

.ControlLabels {
    font-size: 11px;
    color: #1C1C1C;
    font-family: Arial;
}

.ApplicationErrorLabels {
    font-size: 11px;
    color: #DF0101;
    font-family: Arial;
    font-weight: 300;
}

.ApplicationSuccessLabels {
    font-size: 10px;
    color: #088A29;
    font-family: Arial;
    font-weight: 300;
}

.information, .successinformation, .warninginformation, .errorinformation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Verdana;
    font-size: 10pt;
}

.information {
    color: #00529B;
    background-color: #BDE5F8;
}

.successinformation {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warninginformation {
    color: #9F6000;
    background-color: #f0f0f0;
}

.errorinformation {
    color: #D8000C;
    background-color: #FFBABA;
}

.AppCal .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.AppCal .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.AppCal .ajax__calendar_title,
.AppCal .ajax__calendar_next,
.AppCal .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.AppCal .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.AppCal .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.AppCal .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.AppCal .ajax__calendar_hover .ajax__calendar_day,
.AppCal .ajax__calendar_hover .ajax__calendar_month,
.AppCal .ajax__calendar_hover .ajax__calendar_year,
.AppCal .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.AppCal .ajax__calendar_today {
    font-weight: bold;
}

.AppCal .ajax__calendar_other,
.AppCal .ajax__calendar_hover .ajax__calendar_today,
.AppCal .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.AppmodalBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background-color: lightgray;
}

.Apppopup {
    background-color: gray;
    margin: 0px auto;
    width: 659px;
    position: relative;
    border: Gray 2px inset;
    top: 0px;
    left: 165px;
}

.Hidden {
    display: :none;
}


/* GridView Styles */
/*********************************/


.GridView {
    width: 100%;
    background-color: #FFFFFF;
    /*margin: 5px 0 10px 0;    
    border: solid 2px #525252;*/
    border-collapse: collapse;
    font-family: Arial;
}

    .GridView th {
        padding: 4px 2px;
        color: white;
        background-color: #889EA7;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
    }

    .GridView .AlternateRow {
        background: #EEEEEE;
        height: 20px;
    }

    .GridView .HeaderRow {
        background: #DDDDDD;
        color: #666666;
        text-align: left;
        height: 20px;
    }

    .GridView .FooterRow {
        background: #DDDDDD;
        color: #666666;
        font-weight: bold;
        height: 20px;
    }

    .GridView .Pager {
        background: #CCCCCC;
        height: 20px;
    }

        .GridView .Pager table {
            margin: 6px 0;
        }

        .GridView .Pager td {
            border-width: 0;
            padding: 0 4px;
            font-weight: bold;
            color: #000000;
            line-height: 12px;
        }

        .GridView .Pager a {
            color: #990000;
            text-decoration: none;
        }

            .GridView .Pager a:hover {
                color: #A0B6C0;
                text-decoration: none;
            }


/* GridView Styles */
/*********************************/


.GridViewLined {
    width: 100%;
    background-color: #FFFFFF;
    margin: 5px 0 10px 0;
    border: solid 2px #666666;
    border-collapse: collapse;
}

    .GridViewLined td {
        padding: 3px;
        border: none;
        border: solid 2px #666666;
        color: #333333;
    }

    .GridViewLined th {
        padding: 4px 2px;
        color: #FFFFFF;
        background-color: #AFB4BE;
        border-left: solid 2px #666666;
        font-size: 11px;
        font-weight: bold;
    }

    .GridViewLined .AlternateRow {
        background: #EEEEEE;
    }

    .GridViewLined .HeaderRow {
        background: #666666;
        color: #FFFFFF;
        text-align: center;
    }

    .GridViewLined .FooterRow {
        background: #6D8E9E;
        color: #FFFFFF;
        font-weight: bold;
    }

    .GridViewLined .Pager {
        background: #CCCCCC;
    }

        .GridViewLined .Pager table {
            margin: 6px 0;
        }

        .GridViewLined .Pager td {
            border-width: 0;
            padding: 0 4px;
            font-weight: bold;
            color: #000000;
            line-height: 12px;
        }

        .GridViewLined .Pager a {
            color: #990000;
            text-decoration: none;
        }

            .GridViewLined .Pager a:hover {
                color: #A0B6C0;
                text-decoration: none;
            }

.Applicationtextbox {
    border: 1px solid #c4c4c4;
    height: 15px;
    width: 275px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .Applicationtextbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.ShowMe {
    display: none;
}

.ImgInfo:hover .ShowMe {
    display: block;
}

.PnlDesign {
    border: solid 1px #000000;
    height: 150px;
    width: 330px;
    overflow-y: scroll;
    background-color: #EAEAEA;
    font-size: 15px;
    font-family: Arial;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: not-allowed;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 140%;
    overflow: hidden;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 650px;
    border: 3px solid #A0B6C0;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        height: 25px;
        background-color: #A0B6C0;
        font-size: 12px;
        font-weight: bolder;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        padding-left: 5px;
        color: #ffffff;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        font-size: 11px;
        /*border-color:#006699;*/
        border-color: #333353;
        font-family: Arial;
        color: #1B3652;
        border-style: solid;
        background-color: white;
        border-width: 2px;
    }

    .modalPopup .footer {
        padding: 1px;
        height: 23px;
        background-color: #bbc7cc;
        font-size: 12px;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        padding-left: 5px;
        color: #ffffff;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
