﻿
@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; /*background:url(../schemes/images/new-banner.png) repeat-x top center;*/
    background: #fff;
}

.full {
    width: 100%;
    float: left;
}

img {
    border: none;
}

.float-lt {
    float: left;
}

.float-rt {
    float: right;
}

.shade1 {
    color: #b53859;
}

    .shade1 a {
        color: #313333;
        text-decoration: none;
    }

        .shade1 a:hover {
            color: #313333;
            text-decoration: underline;
        }

.shade2 {
    color: #ffffff;
}

    .shade2 a {
        color: #ffffff;
        text-decoration: none;
    }

        .shade2 a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.shade3 {
    color: #464646;
}

    .shade3 a {
        color: #464646;
        text-decoration: none;
    }

        .shade3 a:hover {
            color: #b53859;
            text-decoration: none;
        }

.light1 {
    font-size: 13px;
}

.mr-tp1 {
    margin-top: 10px;
}

.mr-tp2 {
    margin-top: 5px;
}

.font-size0 {
    font-size: 0px;
}

.clear {
    clear: both;
}

.clsStock {
    color: #00aeef;
    font-weight: bold;
}

/* Header CSS Starts Here */
#header {
    width: 982px;
    height: 160px;
    float: none;
    margin: 0px auto;
}

.logo {
    width: 247px;
    float: left;
    padding: 30px 0px 30px 0px;
}

.welcome {
    width: 313px;
    float: right;
    padding-top: 80px;
    position: relative;
}

    .welcome .textlogo {
        position: absolute;
        left: -175px;
        top: 2px;
        font-family: Arial;
        font-size: 32px;
        color: #000;
        font-weight: bold;
    }

        .welcome .textlogo span {
            float: left;
            padding-top: 18px;
        }

        .welcome .textlogo img {
            float: left;
            padding: 0 10px;
            width: 50px;
            height: 50px;
        }


.LoginSection {
    width: 21%;
    position: absolute;
    right: 0;
    margin-top: 16px;
    text-align: right;
}

    .LoginSection.shade1 {
        color: #666 !important;
    }
/* Header CSS Ends Here */
/* Container CSS Starts Here */
#container {
    width: 100%;
    float: left; /*background:url(../schemes/images/pg-bg.jpg) repeat-x 0px 0px;*/
    min-height: 500px;
}

.content {
    width: 982px;
    float: none;
    margin: 0px auto;
}

.heading {
    width: 972px;
    height: 33px;
    float: left;
    background: url(../schemes/images/heading-bar.png) no-repeat 0px 0px;
    line-height: 33px;
    font-size: 18px;
    color: #FFF;
    padding: 0px 0px 0px 10px;
}

.db-content {
    width: 956px;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    background: #f2efef;
    padding: 0px 12px 0px 12px;
}

.db-footer {
    background: url(../schemes/images/bot-bar1.png) 0 bottom no-repeat;
    width: 982px;
    height: 7px;
}


.db-box {
    width: 105px;
    height: 105px;
    background: url(../schemes/images/db-box.png) no-repeat 0px 0px;
    float: left;
    margin: 5px 14px 5px 0px;
}

.db-row1 {
    width: 105px;
    height: 50px;
    text-align: center;
    padding-top: 20px;
}

.db-row2 {
    width: 105px;
    height: 35px;
    text-align: center;
    font-size: 11px;
    color: #464646;
    line-height: 14px;
}

.menu {
    width: 82%;
    float: left;
    margin-top: 14px;
}

* {
    outline: none;
}

.menu > ul {
    padding: 0px;
    margin: 0px;
}

    .menu > ul > li {
        border: 1px solid #1D1E19;
        border-bottom: none;
        background: #2c2d2f; /* Old browsers */
        background: -moz-linear-gradient(top, #2c2d2f 0%, #3a3c3a 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2c2d2f 0%,#3a3c3a 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2c2d2f 0%,#3a3c3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2d2f', endColorstr='#3a3c3a',GradientType=0 ); /* IE6-9 */
        padding: 0px;
        float: left;
        list-style: none;
        margin: 0px 3px 0 0; /*background:url(../schemes/images/left-menu.png) no-repeat left -29px;*/
        position: relative;
        border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        behavior: url(PIE.htc);
        position: relative;
    }

        .menu > ul > li > a {
            padding: 0px 20px;
            text-decoration: none;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 13px;
            float: left;
            line-height: 29px;
            color: #fff;
            margin: 0px; /*background:url(../schemes/images/right-menu.png) no-repeat right -29px;*/
            border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            behavior: url(PIE.htc);
            position: relative;
        }

        .menu > ul > li:hover, .menu > ul > li.active {
            border: 1px solid #0083B4;
            border-bottom: none;
            background: #00acec; /* Old browsers */
            background: -moz-linear-gradient(top, #00acec 0%, #0597cd 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #00acec 0%,#0597cd 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #00acec 0%,#0597cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acec', endColorstr='#0597cd',GradientType=0 ); /* IE6-9 */
            /*background-position:left 0px;*/ border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
        }

            .menu > ul > li > a:hover, .menu > ul > li.active > a {
                background: #00acec; /* Old browsers */
                background: -moz-linear-gradient(top, #00acec 0%, #0597cd 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #00acec 0%,#0597cd 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #00acec 0%,#0597cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acec', endColorstr='#0597cd',GradientType=0 ); /* IE6-9 */
                /*background-position:right 0px;*/ color: #fff;
            }

.menu ul ul {
    list-style-type: none;
    padding: 0 0px;
    position: absolute;
    top: 29px;
    width: 180px;
    display: none;
    z-index: 99;
}

    /*.menu ul li:hover ul {
    display: block;
}*/

    .menu ul ul li {
        float: none;
        background: #ececec !important;
        position: relative;
    }

        .menu ul ul li a {
            border-bottom: 1px solid #00aeef;
            border-left: 1px solid #00aeef;
            border-right: 1px solid #00aeef;
            color: Black;
            display: block;
            line-height: 24px;
            text-decoration: none;
            padding: 0 10px;
            font-size: 14px;
        }

        .menu ul ul li:hover {
            background: #00aeef !important;
        }

            .menu ul ul li:hover a {
                border-bottom: solid 1px #00aeef;
            }


/*-------------------------*/

.menu ul li:hover ul ul {
    display: none;
}

.menu ul ul ul {
    list-style-type: none;
    padding: 0 0px;
    position: absolute;
    top: 0px;
    width: 180px;
    display: none;
    z-index: 99;
    left: 201px;
}

.menu ul ul li ul {
    top: 0px;
}

.menu ul ul ul li a {
    border-bottom: 1px solid #00aeef;
    border-left: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    color: Black;
    display: block;
    line-height: 24px;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
}

.menu ul ul li:hover ul {
    display: block;
}

.menu ul ul ul li:hover {
    background: #00aeef !important;
}

    .menu ul ul ul li:hover a {
        border-bottom: solid 1px #00aeef;
        color: #ffffff;
    }

.menu > ul > ul > li:hover, .menu > ul > ul > li.active {
    border: 1px solid #0083B4;
    border-bottom: none;
    background: #00acec; /* Old browsers */
    background: -moz-linear-gradient(top, #00acec 0%, #0597cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00acec 0%,#0597cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00acec 0%,#0597cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acec', endColorstr='#0597cd',GradientType=0 ); /* IE6-9 */
    /*background-position:left 0px;*/ border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}

.menu > ul > ul > li > a:hover, .menu > ul ul > li.active > a {
    background: #00acec; /* Old browsers */
    background: -moz-linear-gradient(top, #00acec 0%, #0597cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00acec 0%,#0597cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00acec 0%,#0597cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acec', endColorstr='#0597cd',GradientType=0 ); /* IE6-9 */
    /*background-position:right 0px;*/ color: #fff;
}

.menu ul ul ul li {
    display: inline-block;
}

/*-------------------------*/

/* Container CSS Ends Here */
/* Footer CSS Starts Here */
#footer {
    width: 100%;
    height: 42px;
    float: left;
    background: url(../schemes/images/footer-bg-strip.jpg) repeat-x 0px 0px;
    margin-top: 20px;
}

.main-footer {
    width: 982px;
    float: none;
    margin: 0px auto;
    font-size: 12px;
}

.footer-lt {
    width: 500px;
    float: left;
    line-height: 42px;
}

.footer-rt {
    width: 482px;
    float: left;
    text-align: right;
    line-height: 42px;
}
/* Footer CSS Ends Here */
/*Gridview CSS Starts Here */
.crushGvDiv {
    padding: 0 !important;
    margin: 0;
    border-style: none !important;
}

    .crushGvDiv div {
        padding: 0 !important;
        margin: 0;
        border-style: none !important;
    }

.crushGvDiv1 div {
    margin: 0;
    border-style: none !important;
}

.crushGvDivStock div {
    margin: 0;
    border-style: none !important;
}
/*Gridview CSS Ends Here */

/* Login For Checkbox Start Here */
.chkRememberMe input[type=checkbox] {
    visibility: hidden;
}

.chkRememberMe {
    width: 80px;
    height: 26px;
    float: left;
    background: #941E34;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .chkRememberMe:after {
        content: 'OFF';
        font: 12px/26px Arial, sans-serif;
        color: White;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .chkRememberMe:before {
        content: 'ON';
        font: 12px/26px Arial, sans-serif;
        color: white;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: bold;
    }

    .chkRememberMe label {
        display: block;
        width: 34px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .chkRememberMe input[type=checkbox]:checked + label {
        left: 43px;
    }
/* Login For Checkbox Ends Here */
/* Inner Page CSS Starts Here */
.pd-bt1 {
    padding-bottom: 10px;
}

input.detail {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 202px;
    height: 23px;
    border: 1px solid #909090;
    line-height: 23px;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

ul.list {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

    ul.list li {
        list-style-type: none;
    }

        ul.list li a {
            color: #313333;
            text-decoration: underline;
            font-size: 13px;
            font-weight: bold;
            background: url(../schemes/images/side-arrow.jpg) no-repeat 0px 5px;
            padding: 0px 0px 0px 12px;
            line-height: 18px;
            float: left;
            margin-right: 20px;
        }

            ul.list li a:hover, ul.list li a.current {
                color: #00aeef;
                text-decoration: none;
                background: url(../schemes/images/down-arrow.jpg) no-repeat 0px 6px;
                float: left;
            }

    ul.list .LiCDetail {
        color: #313333;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        float: left;
    }

.grid-head1 {
    width: 970px;
    height: 39px;
    float: left;
    background: url(../schemes/images/grid-head-bg.jpg) no-repeat 0px 0px;
    line-height: 39px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 12px;
}

.grid-head2 {
    width: 982px;
    height: 39px;
    float: left;
    background: #00aeef;
    line-height: 32px;
    color: #FFF !important;
    font-size: 13px;
}

.grid-sec {
    width: 980px;
    float: left;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #FFF;
    padding-bottom: 15px;
}

.grid-sec2 {
    width: 980px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    background: #EEEEEE;
    border-radius: 3px;
}

.grid-sec3 {
    width: 980px;
    float: left;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #FFF;
    padding-bottom: 0px;
}

.grid-Region {
    width: 97%;
    float: left;
    border: 1px solid #d5d5d5;
    background: #FFF;
}

.tblMainSection tbody tr {
    line-height: 30px;
}

.col {
    border-bottom: 1px dashed #B1B1B1;
    line-height: 30px;
    padding-bottom: 6px;
}

ul.grid-list {
    margin: 0px;
    padding: 10px 0px 0px 12px;
}

    ul.grid-list li {
        list-style-type: none;
    }

        ul.grid-list li a {
            color: #b53859;
            text-decoration: none;
            font-size: 12px;
            background: url(../schemes/images/grid-bullet.jpg) no-repeat 0px 2px;
            padding: 0px 0px 0px 12px;
            line-height: 28px;
        }

            ul.grid-list li a:hover {
                color: #313333;
                text-decoration: underline;
            }

.grey-row {
    width: 980px;
    height: 44px;
    float: left;
    border-bottom: 1px solid #FFF;
    line-height: 44px;
    background: #ececec;
    font-size: 13px;
}

.pink-row {
    width: 980px;
    height: 44px;
    float: left;
    border-bottom: 1px solid #FFF;
    line-height: 44px;
    background: #fbdee6;
    font-size: 13px;
}

.grid-col1 {
    width: 700px;
    float: left;
    color: #b53859;
    padding-left: 10px;
}

.grid-col2 {
    width: 270px;
    float: left;
    color: #313333;
}

.detail-col1 {
    width: 326px;
    float: left;
    margin-top: 15px;
}

.detail-col2 {
    width: 135px;
    float: left;
    font-size: 13px;
    color: #2b2d2e;
    padding: 3px 0px 0px 10px;
    line-height: 15px;
}

.detail-col3 {
    width: 226px;
    float: left;
}

.tr-row {
    height: 34px;
    float: left;
    border-radius: 3px;
    line-height: 34px;
    background: #B1B1B1;
    font-size: 13px;
}

.menu2 {
    width: 100%;
    float: left;
    margin-top: 14px;
}

* {
    outline: none;
}

.menu2 ul {
    padding: 0px;
    margin: 0px;
}

    .menu2 ul li {
        padding: 0px;
        float: left;
        list-style: none;
        margin: 0px 3px 0 0;
        background: url(../schemes/images/left-menu2.jpg) no-repeat left -27px;
    }

        .menu2 ul li a {
            padding: 0px 20px;
            text-decoration: none;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 13px;
            float: left;
            line-height: 27px;
            color: #313333;
            margin: 0px;
            background: url(../schemes/images/right-menu2.jpg) no-repeat right -27px;
        }

        .menu2 ul li:hover, .menu2 ul li.current {
            background-position: left 0px;
        }

            .menu2 ul li a:hover, .menu2 ul li.current a {
                background-position: right 0px;
                color: #fff;
            }

/* Inner Page CSS Ends Here */
.tblMainSection {
    width: 100%;
}

.styCombo {
    height: 26px;
    width: 330px;
}

input[type='text'], input[type='password'] {
    border: 1px solid #909090;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    width: 202px;
}

textarea {
    border: 1px solid #909090;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

select {
    border: 1px solid #909090;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    width: 202px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

/* Login Page CSS Starts Here */

.shade5 {
    color: #a62c48;
}

    .shade5 a {
        color: #a62c48;
        text-decoration: none;
    }

        .shade5 a:hover {
            color: #313333;
            text-decoration: underline;
        }

.mr-tp3 {
    margin-top: 12px;
}

#login-sec {
    width: 300px;
    float: none;
    margin: 10px auto;
}

.login-data {
    width: 300px;
    float: left; /*border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5; background:url(../schemes/images/img-lock.jpg) no-repeat 30px 15px; min-height:193px;*/
    padding: 20px 0px 0px 0px;
}

.login-col1 {
    width: 78px;
    float: left;
    font-size: 11px;
    color: #3e3d3d;
    line-height: 18px;
    padding: 3px 0px 0px 142px;
}

.login-col2 {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #3e3d3d;
}

input.login {
    border: 1px solid #909090;
    color: #666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 5px 10px;
    width: 238px;
    border-left: 40px solid #00aeef;
}

.validate-msg {
    display: none;
}
/* Login Page CSS Ends Here */

.button {
    min-width: 100px;
    width: auto;
    background: url(../schemes/images/btn-bar.jpg) no-repeat left -30px;
    border-right: 1px thin #a1a1a1;
    border: thin none;
    font-weight: bold;
    color: white;
    cursor: pointer;
    height: 30px;
}

    .button:hover {
        background: url(../schemes/images/btn-bar.jpg) no-repeat left -0px;
        border-right: 1px solid #a1a1a1;
        color: White;
        cursor: pointer;
        height: 30px;
    }

.button1 {
    min-width: 80px;
    width: auto;
    background: url(../schemes/images/btn-bar.jpg) no-repeat left -30px;
    border-right: 1px thin #a1a1a1;
    border: thin none;
    font-weight: bold;
    color: white;
    cursor: pointer;
    height: 30px;
}

    .button1:hover {
        background: url(../schemes/images/btn-bar.jpg) no-repeat left -0px;
        border-right: 1px solid #a1a1a1;
        color: White;
        cursor: pointer;
        height: 30px;
    }

.cat-outer {
    width: 98%;
    margin: 1%;
    float: left;
    font-size: 12px !important;
}

.cat-outer-ProdCom {
    width: 98%;
    margin: 1%;
    float: left;
}

.cat-inner-alt {
    width: 98.5%;
    float: left;
    background: #a1e5ff;
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.cat-inner {
    width: 99.5%;
    float: left;
    background: #ECECEC;
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.cat-left {
    float: left;
    text-align: right;
    padding-right: 3% !important;
    width: 27%;
    min-height: 25px;
    height: auto;
}

.cat-right {
    float: left;
    width: 60%;
    min-height: 25px;
    height: auto;
}

.cat-inner-del {
    width: 99.5%;
    float: left;
    background: #ECECEC;
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border: 1px solid #ccc;
}

.cat-inner-ord {
    width: 99.5%;
    float: left;
    background: #ECECEC;
    width: 100%;
    border-radius: 5px;
}

.clsRed {
    color: #a82e4b;
    font-weight: bold;
}

.cat-inner-dtl {
    width: 33%;
    float: left;
    background: #ECECEC;
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

#MainContent_rptSite tbody tr {
    background: #ECECEC;
}

.treeborder {
    border-top: 1px dashed #00aeef;
    margin-top: 10px;
    width: 100%;
}

#divCmsProd {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0px 0px 0;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsElig {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsValid {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsDisc {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsTerm {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

.cat-outer-cms {
    float: left;
    margin-top: 1%;
    width: 101%;
}


.grid-sec2 legend b {
    color: #00aeef;
}
/* Error Message */
.DivError {
    background-color: #FFFFE1;
    background-image: url("../images/caution.gif");
    background-position: 20px 15px;
    background-repeat: no-repeat;
    border: 2px solid #F4E4B7;
    line-height: normal;
    margin: 3%;
    padding: 20px 20px 35px 85px;
}

.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}

.info {
    color: #00529B;
    background-size: 40px 30px;
    background-color: #BDE5F8;
    font-size: 14px;
    background-image: url('../images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    font-size: 14px;
    background-image: url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-size: 40px 30px;
    font-size: 14px;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    color: #D8000C;
    font-size: 14px;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.valdreq {
    color: #D8000C;
    font-size: 14px;
}


.profile {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .profile li {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 5px 0 5px 0;
        border-bottom: 1px dashed #ccc;
    }

        .profile li span.lt {
            float: left;
            font-weight: bold;
            width: 25%;
        }

        .profile li span.rt1 {
            float: left;
            font-weight: normal;
            padding-left: 2%;
            width: 73%;
        }

.bknwggrdheader {
    line-height: 30px;
    font-weight: bold;
}

.upcmggrdheader {
    line-height: 35px;
    font-weight: bold;
}

.upcmggrditem {
    text-align: center !important;
}

.bg05 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    color: red;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
/* End Error*/

.lnkcat {
    color: #000;
    text-decoration: none;
}

    .lnkcat:hover {
        color: #000;
        text-decoration: underline;
    }

#MainContent_chkSiteList tbody tr td {
    width: 33%;
    float: left;
}

/*Pageing Style*/


.paging {
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 13px;
}

    .paging.display {
        text-align: right;
    }

    .paging a, .paging span {
        padding: 2px 8px 2px 8px;
    }

    .paging span {
        font-weight: bold;
        color: #fff;
        font-size: 13px;
        background: #00aeef;
        border: 1px solid #ccc;
    }

.activepaging {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    background: #00aeef;
    border: 1px solid #ccc;
}

.paging a {
    color: #000;
    text-decoration: none;
    border: 1px solid #dddddd;
}

    .paging a:hover {
        text-decoration: none;
        background-color: #00aeef;
        color: #fff;
        border-color: #ccc;
    }

.paging span.prn {
    font-size: 13px;
    font-weight: normal;
    color: #ccc;
}

.paging a.prn {
    border: 2px solid #ccc;
}

    .paging a.prn:hover {
        border-color: #000;
    }

.paging p#total_count {
    color: #ccc;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 18px;
}

.paging p#total_display {
    color: #ccc;
    font-size: 12px;
    padding-top: 10px;
}


.grid-Region legend b {
    color: #000000;
}

.cat-inner-Region {
    height: 180px;
    overflow-y: scroll;
    background: none repeat scroll 0 0 #ECECEC;
    float: left;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: 100%;
}

#MainContent_chkCategory tbody tr td {
    width: 99%;
    float: left;
}

#MainContent_chkRegion tbody tr td {
    width: 49.5%;
    float: left;
}

#MainContent_chkCountry tbody tr td {
    width: 49.5%;
    float: left;
}

#MainContent_divFrame {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 240px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 13px;
    width: 100%;
}

.curnSymb {
    font-size: 12px;
}

#MainContent_btnUp .crop {
    margin: 16px 8px;
}

.btnupload {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
}


.btncrop {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    background-color: #D2D2D2;
    background-image: -moz-linear-gradient(center top, #D2D2D2, #F0F0F0);
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
}

/*Homepage Admin*/
.alternate-block {
    background: #ECECEC;
    float: left;
    width: 100%;
    border-top: 5px solid #666;
    border-bottom: 5px solid #fff;
}

.alternate-block02 {
    background: #a1e5ff;
    float: left;
    width: 100%;
    border-top: 5px solid #666;
    border-bottom: 5px solid #fff;
}

.waterMask {
    color: #444444;
    text-align: center;
    background: #F4F4F4;
}

#MainContent_dtlCountry tbody tr td {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 4px;
}

/*Product MarkUp*/


.grid-in {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #AEAEAE;
    float: left;
    padding: 10px 20px;
    width: 96%;
}

.grid-tbl02 tr th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #AEAEAE;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
    color: #787878;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    text-align: left;
}

.hidebtn {
    display: none;
}

#MainContent_trBranch table {
    margin: 5px;
}

    #MainContent_trBranch table tr {
        margin: 5px;
        padding: 5px !important;
    }

        #MainContent_trBranch table tr td {
        }

            #MainContent_trBranch table tr td input[type="image"] {
                float: right;
                padding-left: 5px;
            }


.treeNode {
    margin: 0 14px 7px 10px;
    color: #313333;
    font-weight: bold;
    width: 406px;
    padding: 5px;
    border: 1px solid #ccc;
}

.rootNode {
    margin: 0 14px 7px 10px;
    color: #00aeef;
    font-weight: bold;
    width: 431px;
    padding: 5px;
    border: 1px solid #ccc;
}

.leafNode {
    color: #666;
    font-weight: normal;
}

.selectNode {
    color: #000;
}

/*
#MainContent_trStock table{ margin:5px;  }
#MainContent_trStock table tr{ margin:5px; padding:5px !important; }
#MainContent_trStock table tr td{ }
#MainContent_trStock table tr td input[type="image"]{ float:right;padding-left:5px; }
    */

.treeNode1 {
    margin: 0 14px 7px 10px;
    color: #313333;
    font-weight: bold;
    width: 706px;
    padding: 5px;
    border: 1px solid #ccc;
}

.rootNode1 {
    margin: 0 14px 7px 10px;
    color: #B53859;
    font-weight: bold;
    width: 731px;
    padding: 5px;
    border: 1px solid #ccc;
}

.leafNode1 {
    color: #666;
    font-weight: normal;
}

.selectNode1 {
    color: #000;
}

.stockrange {
    color: #000000;
    display: inline-block !important;
    list-style-type: square;
    padding: 0 0 0 10px !important;
    margin: 0px;
    text-decoration: none;
    width: 80%;
    /*width: 83.5%;*/
}

.status {
    padding-left: 10px !important;
    list-style-type: square;
    color: #666;
    text-decoration: none;
    display: inline-block !important;
}

    .status:before {
        content: "||";
    }

.divMainImgManger {
    float: left;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #ccc;
    width: 500px;
    padding: 15px !important;
    border-radius: 5px;
}

.divleftImgManger {
    line-height: 35px;
    float: left;
    width: 200px;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
}

.divrightImgManger {
    line-height: 35px;
    float: left;
    width: 295px;
    text-align: left;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
}

.divleftbtnImgManger {
    line-height: 35px;
    float: left;
    width: 200px;
    color: transparent;
    padding-top: 5px !important;
}

.divrightbtnImgManger {
    line-height: 35px;
    float: left;
    width: 295px;
    padding-top: 5px !important;
}



.divMain {
    float: left;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #ccc;
    width: 950px;
    padding: 15px !important;
    border-radius: 5px;
}

.divleft {
    line-height: 35px;
    float: left;
    width: 250px;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
}

.divright {
    line-height: 35px;
    float: left;
    width: 695px;
    text-align: left;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
}

.divleftbtn {
    line-height: 35px;
    float: left;
    width: 250px;
    color: transparent;
    padding-top: 5px !important;
}

.divrightbtn {
    line-height: 35px;
    float: left;
    width: 695px;
    padding-top: 5px !important;
}

.divrightbtn2 {
    line-height: 35px;
    float: left;
    padding-top: 5px !important;
}




/* Special Train*/
.train-detail-in {
    width: 970px;
    border: 1px solid #ccc;
}

.train-detail-block {
    width: 464px;
    border-bottom: 1px dashed #ccc;
    margin: 5px !important;
    float: left;
    padding: 5px !important;
}

    .train-detail-block:hover {
        background: #a1e5ff;
    }

.trainblock {
    float: left;
    width: 160px;
}

.trainblockleft {
    float: left;
    width: 300px;
}

.trainblock img {
    background: none repeat scroll 0 0 #E7E7E7;
    border: 1px solid #B3B3B3;
    margin-bottom: 5px;
    padding: 4px;
    width: 145px;
    height: 135px;
}

.trainblockjrny {
    float: left;
    width: 160px;
}

    .trainblockjrny img {
        background: none repeat scroll 0 0 #E7E7E7;
        border: 1px solid #B3B3B3;
        margin-bottom: 5px;
        padding: 4px;
        width: 120px;
    }



.trainblockleft table tbody tr td {
    padding-left: 5px;
    border-bottom: 1px dashed #00aeef;
    line-height: 28px;
}

#MainContent_dtlSpecialTrains {
    border: 1px solid #B3B3B3;
}

    #MainContent_dtlSpecialTrains tbody tr {
        border-bottom: 1px dashed #00aeef !important;
        margin: 5px !important;
    }

.Titletext {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 215px;
    height: 30px;
}

.divBannertxt {
    float: left;
    width: 100%;
    border-top: 1px dashed #ccc;
    font-weight: bold;
}

.trainblockbanner img {
    float: left;
    background: none repeat scroll 0 0 #E7E7E7;
    border: 1px solid #B3B3B3;
    margin-bottom: 5px;
    padding: 4px;
    width: 98%;
    height: 135px;
}
/* End Special Train */

.searchDiv {
    margin-bottom: 5px;
    background: #eee;
    line-height: 37px;
    padding: 5px;
    border: 1px solid #ccc;
}

.searchDiv1 {
    margin-bottom: 5px;
    background: #eee;
    padding: 8px !important;
    border: 1px solid #ccc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #d06b95 !important;
    border-color: #b53859 !important;
    color: #fff !important;
    text-align: center !important;
}

.ajax__calendar_day {
    text-align: center !important;
}
/*Booking**/
#divCmsCon, #divCmsBook, #divCmsValid, #divCmsFare, #divCmsTck, #divCmsLost, #divCmsBag, #divCmsForce, #divCmsLaw, #divCmsBoard, #divCmsTime, #divCmsVar {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #ececec;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #00aeef;
}

/*Privacy policy*/
#divCmsCon, #divCmsInfo, #divCmsUse, #divCmsDisc, #divCmsPers, #divCmsCk, #divCmsSc, #divCmsPd, #divCmsAlt {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #ececec;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #00aeef;
}

/*conditionsofuse*/
#divCmsWl, #divCmsPrd, #divCmsWeb, #divCmsAnti, #divCmsCopy {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #ececec;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #00aeef;
}

/*Stock Allocation Tree */
.main-block {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*float:left;*/
    behavior: url(PIE.htc);
    background: #f7d5e2;
}

    .main-block a {
        color: #b13655;
    }

    .main-block p {
        margin: 0px;
        margin: 0px;
        font-size: 14px;
        color: #b13655;
        font-weight: bold;
    }

        .main-block p span {
            color: #000;
            display: inline-block;
            padding-left: 5px;
        }

        .main-block p img {
            float: left;
            padding-right: 5px;
        }

    .main-block .btn-container {
        display: inline-block;
    }

        .main-block .btn-container span {
            display: inline-block;
            float: none !IMPORTANT;
            margin-left: 5px;
            position: relative;
            height: 25px;
            width: 35px;
            padding: 5px 0;
            text-align: center;
            border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            float: left;
            behavior: url(PIE.htc);
            background: #505253;
            background-color: #505253 !important;
        }

.clr {
    clear: both;
    height: 1px;
}

.clrTree {
    margin-top: 5px;
}

.sub-block-first {
    width: 100%;
    color: #8f4556;
    position: relative;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*float:left;*/
    padding: 1%;
    behavior: url(PIE.htc);
    background: #dddddd;
    border: 1px solid #ccc;
}

    .sub-block-first a {
        color: #8f4556;
        text-decoration: underline;
        background: none;
    }

    .sub-block-first p {
        margin: 0px;
        padding: 0px 0 0 35px;
        position: relative;
        font-size: 14px;
        color: #505253;
        font-weight: normal;
    }

        .sub-block-first p span {
            color: #505253;
            display: inline-block;
            padding-left: 5px;
            text-decoration: underline;
        }

    .sub-block-first img.arr {
        float: left;
        padding-right: 5px;
        position: absolute;
        top: 0px;
        left: 12px;
    }

    .sub-block-first .btn-container {
        display: inline-block;
    }

        .sub-block-first .btn-container span {
            display: inline-block;
            margin-left: 5px;
            position: relative;
            height: 25px;
            width: 35px;
            padding: 5px 0;
            text-align: center;
            line-height: 38px;
            border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            behavior: url(PIE.htc);
            background: #505253;
            background-color: #505253 !important;
        }

.sub-block-second {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*float:left;*/
    padding: 1% 1% 1% 1%;
    behavior: url(PIE.htc);
    background: #fff;
}

    .sub-block-second a {
        color: #505253;
        text-decoration: underline;
        background: none;
    }

    .sub-block-second p {
        margin: 0px;
        padding: 0px 0 0 35px;
        position: relative;
        font-size: 14px;
        color: #8f4556;
        font-weight: normal;
    }

        .sub-block-second p span {
            color: #8f4556;
            display: inline-block;
            padding-left: 5px;
            text-decoration: underline;
        }

    .sub-block-second img.arr {
        float: left;
        padding-right: 5px;
        position: absolute;
        top: 0px;
        left: 12px;
    }

    .sub-block-second .btn-container {
        display: inline-block;
    }

        .sub-block-second .btn-container span {
            display: inline-block;
            float: none;
            margin-left: 5px;
            position: relative;
            height: 25px;
            width: 35px;
            padding: 5px 0;
            text-align: center;
            line-height: 38px;
            border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            behavior: url(PIE.htc);
            background: #505253;
            background-color: #505253 !important;
        }

.sub-block-third {
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /*float:left;*/
    padding: 0 1% 1% 1%;
    behavior: url(PIE.htc);
    background: #ededed;
}

    .sub-block-third p {
        margin: 0px;
        padding: 0px 0 0 35px;
        position: relative;
        font-size: 14px;
        color: #8f4556;
        font-weight: normal;
    }

        .sub-block-third p span {
            color: #8f4556;
            display: inline-block;
            padding-left: 5px;
            text-decoration: underline;
        }

    .sub-block-third img.arr {
        float: left;
        padding-right: 5px;
        position: absolute;
        top: 0px;
        left: 12px;
    }

    .sub-block-third .btn-container {
        float: right;
    }

        .sub-block-third .btn-container span {
            display: inline-block;
            margin-left: 5px;
            position: relative;
            height: 25px;
            width: 35px;
            padding: 5px 0;
            text-align: center;
            line-height: 38px;
            border-radius: 5px;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            float: left;
            behavior: url(PIE.htc);
            background: #505253;
            background-color: #505253 !important;
        }

.clchild table {
    background: none !important;
}


/*Modul Popup Back Ground Css*/

.modalBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-align: center;
    float: left;
}

.pupmsg {
    width: 300px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    color: Green;
    padding-left: 5px;
}
/* Upload Product*/

.content-in {
    width: 98%;
    padding: 1%;
    background: #ECECEC;
    border: 1px solid #d5d5d5;
    margin-top: 10px;
    float: left;
}

.colum-one {
    width: 20%;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.colum-two {
    width: 80%;
    float: left;
}

.file-container {
    float: left;
    padding: 10px;
    width: 80px;
    height: 35px;
    text-align: center;
    color: #00aeef;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px;
}

.clrup {
    clear: both;
    height: 2px;
}

.lnkNew {
    color: #313333;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    background: url(../schemes/images/side-arrow.jpg) no-repeat 0px 5px;
    padding: 0px 0px 0px 12px;
    line-height: 18px;
    float: left;
    margin-right: 20px;
}

.aStock {
    text-decoration: none;
    color: #000;
}

    .aStock :hover {
        text-decoration: underline;
        color: #000;
    }

.grid-head2 a:hover {
    text-decoration: underline;
}

.table-stock {
    width: 96%;
    border: 1px solid #ccc;
    margin: 2%;
    border-right: 0px;
    border-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .table-stock tr th {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        font-size: 12px;
    }

    .table-stock tr td {
        border-right: 1px solid #ccc;
        background: #FFF;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        font-size: 12px;
    }

/*Ajax File Uploader*/
#AjaxFileUpload2 {
    width: 100%;
    float: left;
    height: 400px;
}

.ajax__fileupload {
    border: 0px !important;
    float: left;
    height: 180px;
    padding: 2%;
    width: 95.5%;
}

#AjaxFileUpload2_QueueContainer {
    display: block;
    float: left;
    height: 60px;
    margin-bottom: 10px;
    overflow: auto;
    width: 98%;
}

#AjaxFileUpload2_Footer {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
}

.ajax__fileupload_dropzone {
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    text-align: center;
    _text-align: left;
    margin-bottom: 2px;
    display: none !important;
}
/*END*/

#MainContent_dtlTrains tbody tr {
    border-bottom: 1px dashed #00aeef !important;
    margin: 5px !important;
}


/*Modul Popup BackGround Css*/

.modalBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-align: center;
    float: left;
}

.popup {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    min-height: 85px;
    max-height: 485px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.dvPopupHead {
    float: left;
    text-align: right;
    padding-right: 5px;
    background: #00aeef;
    color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 25px;
    border-radius: 5px;
}

.dvPopupTxt {
    widt: 100px;
    float: left;
    padding-left: 15px;
}

.pflag {
    width: 130px;
}

.dvImg {
    margin-top: 35px;
    text-align: center;
}

.pImg {
    width: 290px;
}

.pBannerImg {
    width: 740px;
}

.clsLink {
    background: url("../images/viewimg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #00aeef;
    height: 24px;
    line-height: 24px;
    padding-left: 29px;
    text-decoration: none;
}

legend {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
    padding: 0 10px;
}

#pnlStockAdd .heading {
    width: auto;
    float: none;
    padding-left: 10px;
}

#pnlStockAdd .divMain {
    border-top-left-radius: 0px;
    border-top-radius-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-radius-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-radius-radius: 0px;
    -ms-border-top-left-radius: 0px;
    -ms-border-top-radius-radius: 0px;
    -o-border-top-left-radius: 0px;
    -o-border-top-radius-radius: 0px;
    -ms-border-top-left-radius: 0px;
    -ms-border-top-radius-radius: 0px;
}

th {
    text-align: left;
}

/* AutoComplete item */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: #951f35 !important;
    border: buttonshadow !important;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    padding-left: 1px;
    font-size: 13px !important;
}

input[type="button"] {
    width: 100%;
    height: 30px;
    padding-bottom: 3px;
    border: 1px solid #b42232;
    background: url(../images/btn-redbg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    behavior: url(PIE.htc);
    color: #FFF;
    cursor: pointer;
}

#_bindDivData {
    display: block;
    width: 180px;
    background: #fff !important;
    position: absolute;
    z-index: 999;
    border: 1px solid #d3d3d3;
    padding: 10px;
}

.colum-input #_bindDivData {
    position: absolute;
    top: 36px;
    width: auto;
}

.popupselect:hover {
    background-color: #ccc !important;
    padding-left: 5px;
    cursor: hand;
    cursor: pointer;
}

.popupselect {
    color: #000 !important;
    padding: 1px;
    z-index: 80;
    padding-left: 5px;
    background: #fff !important;
    position: relative;
    border-top: 1px dashed #d3d3d3;
}

._prifixText {
    color: #00aeef !important;
}
/* END */

.popup-container {
    width: 600px;
    float: left;
}

.divMain-container {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 2% !important;
    width: 95.8%;
    border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    behavior: url(PIE.htc);
}

.heading-hd {
    width: 98%;
    padding-left: 2%;
    height: 33px;
    float: left;
    background: url(../schemes/images/heading-bar.png) no-repeat 0px 0px;
    line-height: 33px;
    font-size: 18px;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    behavior: url(PIE.htc);
}

.divMain-container .divleft {
    border-bottom: 1px dashed #B1B1B1;
    float: left;
    line-height: 35px;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
    width: 40%;
}

.divMain-container .divright {
    border-bottom: 1px dashed #B1B1B1;
    float: left;
    line-height: 35px;
    padding-bottom: 3px !important;
    padding-top: 4px !important;
    text-align: left;
    width: 58%;
}

.bread-crum-in {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #313333;
    margin-bottom: 5px;
    line-height: 27px;
    padding: 2px 0 5px 0;
    border-bottom: 2px solid #ccc;
}

    .bread-crum-in span {
        color: #00aeef;
    }

.icon-milestone {
    position: absolute;
    top: -3px;
    left: 0px;
}

.icon-signal {
    position: absolute;
    top: 10px;
    right: -60px;
}

.fieldset {
    position: relative;
}

.legend-top {
    position: absolute;
    right: 11px;
    top: -30px;
}

.collapse-tab {
    width: 938px;
    float: left;
    border: 1px solid white;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 20px;
    background-color: #00aeef;
    padding: 10px;
    color: #333;
}

    .collapse-tab .icon {
        float: right;
    }

    .collapse-tab .innertb-content {
        width: 99%;
        padding: 0.5%;
        float: left;
        background: #fff;
        font-size: 12px;
    }

        .collapse-tab .innertb-content label {
            display: inline-block;
        }

        .collapse-tab .innertb-content input[type="radio"] {
            display: inline-block;
            margin-top: 5px;
        }


.loading-admin {
    position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 99999;
    left: 0px;
    top: 0px;
    text-align: center;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.8;
}

/*Tool Tip Start*/

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        width: 700px;
        color: #FFFFFF;
        background: #000000;
        border: 2px solid #6D6D6D;
        min-height: 180px;
        height: auto;
        line-height: 30px;
        text-align: left;
        padding-left: 15px;
        visibility: hidden;
        border-radius: 6px;
    }

        a.tooltips span:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 40px;
            margin-left: -12px;
            width: 0;
            height: 0;
            border-bottom: 12px solid #6D6D6D;
            border-right: 12px solid transparent;
            border-left: 12px solid transparent;
        }

        a.tooltips span:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 40px;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #000000;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 20px;
    margin-left: -76px;
    z-index: 999;
}

/*End*/

/*Admin Faq*/
.parentF {
    margin: 2px 4px;
    float: left;
    width: 98%;
    background: #fff;
    padding: 5px !important;
}

    .parentF:hover {
        background: #Eff;
    }

.parentQ {
    float: left;
    width: 100%;
    font-size: 16px !important;
    color: #EB4924;
    font-weight: bold;
}

    .parentQ:hover {
        color: #254689;
    }

.parentA {
    float: left;
    width: 100%;
    font-size: 13px !important;
}

/*Feed Barner*/
.pnlNewsContentPanel {
    clear: both;
    padding: 5px;
    overflow: hidden;
    font-size: 13px;
}

.pnlNewsDescription {
    font-size: 12px;
    color: #666666;
    padding: 7px;
    display: block;
    float: right;
    width: 98%;
    border-bottom: 1px dotted #DDDDDD;
}

#divMainBar {
    overflow: auto;
    background-color: #FDFDFD;
    border: none solid #ABD2E9;
    height: 530px;
    width: 370px;
}

#hlNewsTitle {
    font-family: Lucida Grande,Lucida Sans,Lucida Sans Unicode,Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

#divImageHeader {
    width: 370px;
    height: 40px;
}

.dashboard-block-outer {
    width: 48%;
    margin: 1%;
    float: left;
}

.dashboard-block {
    width: 96%;
    position: relative;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #666;
    float: left;
    padding: 2%;
    margin-top: 10px;
    behavior: url(../Others/PIE.htc);
    background: url(../images/bg_block.jpg) repeat-x 0 0;
    min-height: 403px;
    max-height: 403px;
}

    .dashboard-block h3 {
        font-size: 18px;
        color: #9a223a;
        padding: 0px;
        margin: 5px;
    }

    .dashboard-block .innner-dashboard {
        width: 90%;
        position: relative;
        margin: 1%;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #CCCCCC;
        float: left;
        padding: 1% 4%;
        behavior: url(../Others/PIE.htc);
        background: #fff;
        min-height: 350px;
        max-height: 350px;
        overflow-y: scroll;
    }

    .dashboard-block .innner-dashboard-faq {
        width: 90%;
        position: relative;
        margin: 1%;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #CCCCCC;
        float: left;
        padding: 1% 4%;
        behavior: url(../Others/PIE.htc);
        background: #fff;
        min-height: 330px;
        max-height: 330px;
        /*overflow-y: scroll;*/
    }

    .dashboard-block p.dsh {
        font-size: 13px;
        font-weight: bold;
        border: 1px dashed #CCCCCC;
        padding: 10px;
        color: #00aeef;
        margin: 5px 0;
    }

    .dashboard-block h4 {
        font-size: 12px;
        color: #313333;
        padding: 5px 0 0;
        margin: 0px;
        font-weight: bold;
    }

    .dashboard-block p {
        font-size: 12px;
        color: #313333;
        border: 0px;
        padding: 5px 0 0;
        margin: 0px;
    }

    .dashboard-block ul {
        margin: 5px 0;
        padding: 0px;
        float: left;
        width: 100%;
    }

        .dashboard-block ul li {
            float: left;
            list-style: none;
            background: url(../images/bullet_style.png) no-repeat left;
            font-size: 12px;
            color: #666666;
            margin-left: 10px;
            padding-left: 15px;
            line-height: 20px;
            width: 90%;
        }

/**Bugs**/
.clsResolved {
    background-color: #C9E3B0;
}

.clsClosed {
    background-color: #CED1CA;
}

.clsNew {
    background-color: #FDD8D9;
}

.clsFeedback {
    background-color: #EBCDF1;
}

.clsReopened {
    background-color: #FFFFB5;
}

.clsStatus {
    width: 10px;
    margin: 10px;
    border: 1px solid #333;
    border-radius: 20px;
}
/*ViewBugs*/
#comments {
    font-size: 13px;
}

.padd-T {
    padding-top: 10px;
}

.comment-clm01 {
    width: 23%;
    float: left;
    padding: 0.5%;
}

.comment-clm02 {
    width: 72%;
    position: relative;
    float: left;
    padding-left: 3%;
    border-left: 1px solid #DDDDDD;
    min-height: 85px;
}

.comment-arr {
    float: left;
    position: absolute;
    top: 13px;
    left: -8px;
}

.div.formatted_text_body.rich_text {
    margin-bottom: 10px;
}

.attach-block {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
}

.text01 {
    font-size: 11px !important;
    line-height: 16px !important;
}

.user agent stylesheetdiv {
    display: block;
}

.alter-dic {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.item-dic {
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.message-container {
    background: none repeat scroll 0 0 #ECF5FF;
    border: 1px solid #C3C3C3;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0px 8px 20px;
    margin-top: -3px;
}

.hd-title {
    float: left;
    font-size: 16px;
    color: #242c47;
    font-weight: bold;
}

.expand-icon, .collapse-icon {
    float: left;
    padding-left: 5px;
}

.collapse-icon {
    padding-top: 1px;
    display: none;
}

.fulls {
    width: 98%;
    float: left;
}

.options_container {
    padding: 5px 0 0;
}

.clsBugDesp {
    padding-bottom: 3px;
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 99.8%;
}

.clsBugComm {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.bugTitle {
    background: #ECF5FF;
    width: 99%;
    padding: 0.5%;
    border-bottom: 1px solid #ECF5FF;
    font-size: 16px;
    color: #606060;
    float: left;
    font-weight: bold;
    border-top: 1px silver solid;
}

.bugViewdetail {
    float: left;
    width: 99%;
    padding: 10px 3px 5px 5px;
    background: #eee;
    font-size: 13px;
}

.bugdetail-row {
    float: left;
    width: 100%;
    background: #eee !important;
    margin-top: 3px;
}

.bugsAttachTitle {
    font-size: 13px;
    color: #606060;
    font-weight: bold;
}

.bugsAttach {
    width: 72%;
    float: left;
    padding: 0.5% 0;
    border-left: 1px solid #DDDDDD;
    min-height: 85px;
}
/*dashboard FAQ*/
.dashboard-block-outer-faq {
    float: left;
    width: 98%;
    margin: 1%;
    margin-top: -15px;
}

.clsFaq {
    background: #eee;
    width: 98.5%;
    border: 1px dashed #CCCCCC;
    margin: 20px 0 0 0;
    padding: 5px;
    cursor: pointer;
}

    .clsFaq:hover {
        background: #eff;
    }

.dvClsAns {
    min-height: 30px;
    background: #FFF;
}

.dbfaq {
    min-height: 330px !important;
    max-height: 330px !important;
}

.seo-top {
    border: 1px solid #ccc;
    width: 99%;
    background: #eee;
    float: left;
    padding: 5px;
    height: 265px;
}

.seo-div {
    border: 1px solid #ccc;
    width: 28%;
    background: #fff;
    float: left;
    margin: 2%;
    padding: 5px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.seo-top a {
    color: #000;
}

.seo-div h1 {
    font-size: 23px;
    padding: 10px 15px;
}

.seo-div:hover {
    border-bottom: 3px solid #00aeef;
    background: #a1e5ff;
    height: 78px;
    webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

/*BritRail start*/
.dvMain {
    width: 920px;
    float: left;
    margin-top: 20px;
}

.dvSearch {
    border: 1px solid #9a223a;
    float: left;
    width: 938px;
    margin-bottom: 10px;
}

.dvSearchBanner {
    padding: 10px;
    background-color: #9a223a;
    color: #fff;
}

.dvBanner {
    padding: 10px;
    border-top-left-radius: 1em 1em;
    border-top-right-radius: 1em 1em;
    border: 2px solid #9a223a;
    float: left;
    width: 920px;
}

hr {
    margin-top: 13px;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-bottom: 1px dotted #AAA;
    clear: both;
}

.rowleft {
    display: block;
    float: left;
    margin: 6px 1%;
    width: 45%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.searchRow {
    float: left;
    margin: 6px 1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    width: 185px;
}

.searchBtn {
    float: left;
    margin-top: 18px;
}

.clsFormWidth {
    float: left;
    width: 100%;
}

.clsForm {
    padding: 10px;
    border-top: 0px;
    border-left: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-color: #9a223a;
    border-bottom-right-radius: 1em 1em;
    border-bottom-left-radius: 1em 1em;
    height: 685px;
    width: 920px;
}

.clsHeading {
    font-weight: bold;
}

.clsAgent {
    padding: 20px;
}

.clsTbl {
    padding-left: 10%;
    width: 80%;
}
/*BritRail end*/

.div-popup {
    float: left;
    width: 560px;
    background: #a82e4b;
    padding: 6px;
    margin: -10px;
    color: #fff;
}


.right_block {
    float: left;
    width: 30%;
    padding: 1% !important;
    background: #fff;
}

    .right_block .rowfull {
        float: left;
        width: 98%;
        line-height: 30px;
        padding: 0 1%;
        font-size: 13px;
    }

        .right_block .rowfull input {
            display: inline-block;
            vertical-align: middle;
            padding: 5px;
        }

        .right_block .rowfull.alt {
            background: #ECECEC;
        }

.right_icon {
    float: right;
    width: 10%;
}

.train-detail-block.manage-block {
    width: 58% !important;
}

    .train-detail-block.manage-block:hover {
        background: none !important;
    }


#divCmsEligforSaver {
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsGreatPass {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

#divCmsAncText {
    width: 98%;
    cursor: pointer;
    margin: 1%;
    float: left;
    background: #FBDEE6;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0 0 0;
    width: 100%;
    width: 975px;
    font-weight: bold;
    border: 1px solid #b53859;
}

fieldset.grid-sec2 {
    line-height: 30px;
}

/*new design css*/
table.grid-head2:first-child tbody tr:nth-child(even) {
    background-color: #ececec !important;
}

table.grid-head2:first-child tbody tr:nth-child(odd) {
    background-color: #a1e5ff !important;
}

.grid-head2 table:first-child tbody tr:nth-child(even) {
    background-color: #ececec !important;
}

.grid-head2 table:first-child tbody tr:nth-child(odd) {
    background-color: #a1e5ff !important;
}

.grid-head2 table:first-child tbody tr:first-child {
    background-color: transparent !important;
    height: 40px;
}

table.grid-head2:first-child tbody tr:first-child {
    background-color: transparent !important;
    height: 40px;
}

.cat-outer {
    border-bottom: 1px solid #ececec !important;
}

.border-bottom-color {
    border-bottom: 1px solid #00aeef !important;
}

.viewall {
    color: #00aeef !important;
}

.div-cat, .div-cat-left {
    border-bottom: 1px dashed #00aeef !important;
}

#divCmsAncText, #divCmsGreatPass, #divCmsProd, #divCmsElig, #divCmsEligforSaver, #divCmsTerm, #divCmsDisc, #divCmsValid {
    border: 1px solid #00aeef !important;
    background: #ececec !important;
}

.grid-sec2 legend {
    color: #00aeef !important;
}

.cat-outer span {
    color: #00aeef !important;
}

.new-background {
    background: #00aeef !important;
}

#MainContent_trStock table {
    background: #a1e5ff !important;
}

    #MainContent_trStock table tbody tr td.main-block {
        background: #a1e5ff !important;
    }

    #MainContent_trStock table tbody tr td.sub-block-first {
        background: #ececec !important;
    }

.heading-color {
    color: #00aeef !important;
}

.clsOdd {
    background: #a1e5ff !important;
}

.clsEven {
    background: #ececec !important;
}

#MainContent_grdJourneyReq {
    background: url(../schemes/images/grid-head-bg.jpg) repeat-x 0px 0px;
}

.table-color span {
    color: Black !important;
}

#MainContent_dvPass span {
    color: Black !important;
}

.tr-color tbody tr:nth-child(even) {
    background-color: #ececec !important;
}

.tr-color tbody tr:nth-child(odd) {
    background-color: #a1e5ff !important;
}

.tr-color tbody tr:first-child {
    background-color: #00aeef !important;
}
/**/


.track-logo {
    float: left;
    width: 200px;
    margin-top: 15px;
}

    .track-logo img {
        width: 100%;
        height: auto;
    }

.login-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25%;
}

    .login-logo img {
        width: 250px;
        height: auto;
    }

.remember-me {
    float: left;
    font-size: 11px;
    color: #666;
}

    .remember-me input {
        margin: 0;
    }

.forgot-pass {
    float: right;
    font-size: 11px;
}

    .forgot-pass a, .remember-me a {
        color: #666;
    }

.login-btn {
    width: 100%;
    float: left;
}

    .login-btn input {
        background: #00aeef;
        color: #666;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        padding: 8px 0;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

        .login-btn input:focus, .login-btn input:hover {
            background: #6D6F71;
        }

.table-layout-new tbody tr:nth-child(even) {
    background-color: #ececec !important;
}

.table-layout-new tbody tr:nth-child(odd) {
    background-color: #a1e5ff !important;
}

.table-layout-new tbody tr:first-child {
    background-color: #00aeef !important;
}





.childmenu > ul {
    padding: 10px;
    margin: 0;
}

    .childmenu > ul > li {
        display: list-item;
        list-style-type: none;
        float: left;
        width: 230px;
        padding: 0px 5px 0px 5px;
    }

        .childmenu > ul > li:hover {
            background: #00aeef;
        }

        .childmenu > ul > li > a {
            color: black;
            text-decoration: none;
        }

.childmenu {
    display: none;
    border: 1px solid #02a4e0;
    position: absolute;
    top: 44px;
    background: #ececec;
    width: 100%;
}



.header-menu { float:left; width:100%; background:#939597; position:relative;}
.header-menu .container { 
    width: 982px;   
    float: none;
    margin: 0px auto;
    position:static;
}
.header-menu .menu { margin-top:0;}
.header-menu .menu > ul > li { background:transparent; border:none;}
.header-menu .menu > ul > li > a {     padding: 5px 25px 5px 10px;
    border-radius: 0;
    font-size: 14px;
    position: relative;}
.header-menu .menu > ul > li> a:after {     content: '';
    top: 17px;
    right: 5px;
    width: 10px;
    height: 5px;
    position: absolute;
    background: url(../images/down-arrow.png) no-repeat;} 
.header-menu .menu > ul > li.activex > a:after {     content: '';
    top: 17px;
    right: 5px;
    width: 10px;
    height: 5px;
    position: absolute;
    background: url(../images/up-arrow.png) no-repeat;} 
.header-menu .menu > ul > li > a:hover, .header-menu .menu > ul > li.active > a { background:#00ADEF;}
.header-menu .childmenu { top:100%; left:0;  padding:15px 0; background: #939597; border-top:1px solid #6f6f6f; border-left:none; border-right:none; border-bottom:1px solid #6f6f6f; box-shadow:0 4px 8px 0 #6f6f6f; z-index:999}
.header-menu .childmenu ul { width:982px; margin:0 auto;}
.header-menu .childmenu ul li a { color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    display: block;}

.header-menu .childmenu .menubuttonClose{     
    position: absolute;
    cursor: pointer;
    margin: 0px 20px 0px 0px;
    right: 0px;
    content: url(../images/cancel-arrow.png);
    height: 17px;  
} 



