/* Minification failed. Returning unminified contents.
(430,28): run-time error CSS1039: Token not allowed after unary operator: '-me-blue-light'
(485,13): run-time error CSS1036: Expected expression, found ';'
(507,15): run-time error CSS1036: Expected expression, found ';'
(575,13): run-time error CSS1036: Expected expression, found ';'
(597,15): run-time error CSS1036: Expected expression, found ';'
 */
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    /* margin-bottom: 0px; */
}

#content {
    background-color: #fff;
    position: relative;
}

#head {
    background: #5D7B9D;
    height: 50px;
}

#footer {
    background: #5D7B9D;
    height: 35px;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
}

#foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F7F7F7;
    height: 50px;
}

h2 {
    color: #5D7B9D;
}

#leftContent {
    border-right: 1px dotted;
    float: left;
    width: 330px;
}

#rightContent {
    margin-left: 20px;
    float: left;
}


#divLeftContent {
    border-right: 1px dotted;
    float: left;
    width: 330px;
}

#divRightContent {
    margin-left: 20px;
    float: left;
}

.buttonInvoice {
    background-color: #993333;
    border: 1px solid #F7F6F3;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    min-width: 100px;
    width: auto;
}

.button {
    background-color: #5D7B9D;
    border: 1px solid #F7F6F3;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    min-width: 100px;
    width: auto;
}

#main {
    margin-left: 20px;
    margin-top: 10px;
}

.confirmation {
    background-color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 17px;
}

.red {
    color: Red;
}

.aHrefMenu {
    color: White;
    text-decoration: none;
}

    .aHrefMenu:hover {
        text-decoration: underline;
    }

.ahrefBlackDiscountSale:link, .ahrefBlackDiscountSale:visited {
    color: Black;
    text-decoration: none;
}

.ahrefBlackDiscountSale:hover {
    text-decoration: underline;
}

.ahrefULineHoverDiscountSale:link, .ahrefULineHoverDiscountSale:visited {
    text-decoration: none;
}

.ahrefULineHoverDiscountSale:hover {
    text-decoration: underline;
}

.genColumnHeader {
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.stop {
    color: Red;
}

.error {
    color: #ff0000;
    font-size: 12px
}
/*new login design.*/
.loginMainDiv {
    float: left;
    margin: 160px 0px 0px 358px;
}

.leftLogin {
    background-image: url("../Images/imgLeftLogin.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 288px;
    float: left;
}

.rightLogin {
    background-image: url("../Images/imgRightLogin.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 288px;
    float: left;
}

.middleLogin {
    background-image: url("../Images/imgMiddleLogin.png");
    background-repeat: repeat-x;
    width: 628px;
    height: 288px;
    float: left;
}

.divMiddleLeft {
    text-align: left;
    margin: 27px 0px 0px 10px;
    width: 328px;
    float: left;
}

.divMiddleRight {
    width: 280px;
    float: right;
}

.headingCorpLogin {
    color: #254C91;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin: 15px 15px 0px 0px;
}

.txtLeftLogin {
    background-image: url("../Images/imgLeftTextBoxLogin.png");
    background-repeat: no-repeat;
    width: 4px;
    height: 28px;
    float: left;
}

.txtRightLogin {
    background-image: url("../Images/imgRightTextBoxLogin.png");
    background-repeat: no-repeat;
    width: 4px;
    height: 28px;
    float: left;
}

.txtMiddleLogin {
    background-image: url("Images../imgMiddleTextBoxLogin.png");
    background-repeat: repeat-x;
    width: 238px;
    height: 28px;
    float: left;
}

.footerLogin {
    float: left;
    width: 649px;
    margin: 3px 0px 0px 358px;
    font-size: 11px;
}

.linkLogin {
    color: #000000;
    text-decoration: none;
}

    .linkLogin:hover {
        color: #F3972A;
        text-decoration: none;
    }


.hiddenBound {
    display: none;
}

.InPageBoxBlueSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #000066
}

.newButton {
    background: #000066;
    border-color: #E5E5C3 #505014 #505014 #E5E5C3;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    width: 100px;
    padding: 3px 0px 3px 0px;
    cursor: pointer;
}

#foo {
    width: 500px;
    border: 1px solid #000;
    overflow-x: auto;
}

.bar {
    float: left;
    /*width: 150px;
    margin: 5px;*/
    font-size: 11px;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
}

.topContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    z-index: 1;
    background-color: #000066;
    layer-background-color: #000066;
    border: 1px none #000000;
}

.bodyContainer {
    position: absolute;
    left: 150px;
    top: 40px;
    width: 1000px;
    height: 100%;
    z-index: 3;
}

.menuContainer {
    position: absolute;
    left: 5px;
    top: 130px;
    width: 140px;
    height: 100px;
    z-index: 4;
}

.salesAddContainer {
    width: 600px;
    text-align: right;
}

    .salesAddContainer div {
        width: 500px;
        height: 30px;
        text-align: right;
        float: left;
    }

    .salesAddContainer .salesAddContainerInput input {
        width: 250px;
    }

    .salesAddContainer .salesAddContainerInput select {
        width: 256px;
    }

    .salesAddContainer .salesAddContainerTwoInput input {
        width: 99px;
    }

.cal_Theme1 .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.modalPopup {
    background-color: #FFFFDD;
    border: 3px solid Gray;
    padding: 3px;
    width: 350px;
}

.modalPopupCorp {
    background-color: #F2F2F2;
    border: 3px solid Gray;
    padding: 3px;
    width: 350px;
}

.modalBackground {
    background-color: Gray;
    opacity: 0.7;
}

.whiteGridviewPager {
    color: White;
}

    .whiteGridviewPager a {
        color: White;
        text-decoration: none;
    }

/***********************Added By Neeraj***********************/

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 2001;
}

.popupContactLogin {
    display: none;
    position: fixed;
    _position: absolute;
    height: auto;
    width: auto;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2002;
    font-size: 13px;
    border-radius: 0.2rem;
}

.popupContactLogin-blue {
    border: 2px solid var(--me-blue-light);
}

.popupContactLogin h1 {
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.PopUpTopText {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}

.txtClass {
    border: solid 1px #9a9a9a;
    font-family: Arial, Sans-Serif;
    width: 130px;
}

.txtClassNote {
    border: solid 1px #9a9a9a;
    font-family: Arial, Sans-Serif;
    width: 130px;
    height: 25px;
}

.rowItems {
    padding: 10px 0px 10px 3px;
    border-right: solid 1px #D2CFD2;
    word-wrap: break-word;
}

.HeaderrowItems {
    padding: 10px 0px 10px 3px;
    border-right: solid 1px #FFFFFF;
    word-wrap: break-word;
}

.FooterStyle {
    border: 0;
    text-align: right;
}

/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.Button3D {
    display: inline-block;
    height: 20px;
    position: relative;
    content:;
    cursor: pointer;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 10px;
    outline: none;
    border: 1px solid #5D7B9D;
    /*font: bold bold 300 12px/26px Verdana,"Electrolize", Helvetica, sans-serif;*/
    font: bold bold 300 12px/26px "Electrolize", Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF; /*#000000; rgb(102, 102, 102);*/
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 0;
    white-space: normal;
    word-spacing: 0;
    word-wrap:;
    /*background: -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background-color: #000066;*/
    background: -webkit-linear-gradient(0deg, #5D7B9D 0, #5D7B9D 100%), #5D7B9D;
    background: -moz-linear-gradient(90deg, #5D7B9D 0, #5D7B9D 100%), #5D7B9D;
    background: linear-gradient(90deg, #5D7B9D 0, #5D7B9D 100%), #5D7B9D;
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgb(187,187,187), 0 8px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgb(187,187,187), 0 8px 3px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    border-radius: 2px;
}

    .Button3D:hover {
        /*color: rgba(135,135,135,1);*/
        color: #5D7B9D;
        background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .Button3D:active {
        top: 5px;
        color: rgba(160,160,160,1);
        background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
        box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
        -webkit-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.Button3DInvice {
    display: inline-block;
    height: 20px;
    position: relative;
    content:;
    cursor: pointer;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 10px;
    outline: none;
    border: 1px solid #993333;
    /*font: bold bold 300 12px/26px Verdana,"Electrolize", Helvetica, sans-serif;*/
    font: bold bold 300 12px/26px "Electrolize", Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF; /*#000000; rgb(102, 102, 102);*/
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 0;
    white-space: normal;
    word-spacing: 0;
    word-wrap:;
    /*background: -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background-color: #000066;*/
    background: -webkit-linear-gradient(0deg, #993333 0, #993333 100%), #993333;
    background: -moz-linear-gradient(90deg, #993333 0, #993333 100%), #993333;
    background: linear-gradient(90deg, #993333 0, #993333 100%), #993333;
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgb(187,187,187), 0 8px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 7px 0 0 rgb(187,187,187), 0 8px 3px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    border-radius: 2px;
}

    .Button3DInvice:hover {
        /*color: rgba(135,135,135,1);*/
        color: #993333;
        background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .Button3DInvice:active {
        top: 5px;
        color: rgba(160,160,160,1);
        background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
        box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
        -webkit-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -moz-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        -o-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

