﻿@charset "utf-8";
/* CSS Document */

/* ====================================== Reset ====================================== */
html,
body,
abbr,
address,
embed,
param,
applet,
div,
caption,
pre,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
q,
cite,
code,
span,
a,
b,
i,
s,
u,
em,
var,
strong,
small,
sub,
sup,
kbd,
dfn,
ins,
del,
samp,
form,
fieldset,
legend,
label,
input,
select,
textarea,
article,
section,
header,
hgroup,
aside,
canvas,
details,
figure,
figcaption,
footer,
menu,
nav,
output,
ruby,
summery,
time,
mark,
audio,
video {
    border: none;
    font-size: 100%;
    font: inherit;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
section,
header,
hgroup,
nav,
menu,
figure,
figcaption,
aside,
details,
footer,
object,
embed {
    display: block;
}
/*To create block element*/
* {
    box-sizing: border-box;
}

body {
    line-height: 1;
}

body {
    /*background: url(../images/bg.png) repeat;*/
    background-color:#e7e8e9;
    border: 1px solid #818285;
    border-width: 4px 0px 0px 0px;
    color: #000000;
    font: normal 100%/1.5 'Arial', Helvetica, sans-serif;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    img,
    a img {
        border: none;
        text-decoration: none;
    }

        a img:hover {
            cursor: pointer;
        }

    a[href$='.pdf'] {
        display: inline-block;
        margin: 0 .5em 0 0;
        padding-left: 1.5em;
        position: relative;
    }

        a[href$='.pdf']:before {
            background: url(../images/pdf.png?v=0.025920) no-repeat left top;
            content: '';
            height: 20px;
            left: 0;
            position: absolute;
            top: .1em;
            width: 20px;
        }

sub,
sup {
    font-size: 57%;
    line-height: 1em;
    text-transform: inherit;
    height: 0;
}

sub {
    vertical-align: text-bottom;
}

sup {
    vertical-align: text-top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    word-wrap: break-word;
}

b,
strong {
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: normal;
}

em,
i {
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #da2128;
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 .35em;
}

h1								{font-size:180%; margin:0 0 .25em; font-style:italic; font-weight:bold;}
h2 {
    font-size: 175%;
    margin: 0 0 .25em;
}

h3 {
    font-size: 150%;
    margin: 0 0 .25em;
}

h4,
h5,
h6 {
    font-size: 125%;
}

    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong,
    h6 strong {
        font-family: 'Arial', Helvetica, sans-serif;
    }

p {
    margin: 0 0 1em;
}

    p:last-child {
        margin: 0;
    }

ul,
ol {
    margin: 1em 0 1em 2.5em;
}

    ul ul,
    ol ol,
    ul ol,
    ol ul {
        margin: 0 0 0 1.5em;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    background-color: #CCCCCD;
    margin: 0em 0 1em 0;
    border: 0px solid #CCC;
    max-width: 100%;
    font-size: 12px;
}

    .table .head {
        background: #db2128!important;
        color: #fff;
        border: 1px solid #fff;
        border-width: 0px 0px 1px 0px;
        font-size: 13px;
        padding: .5em;
    }

    .table th {
        padding: .2em .3em;
        background: #b2b4b6;
        border: 1px solid #fff;
        border-width: 0px 1px 0px 1px;
        font-weight: normal;
    }

    .table td {
        padding: .2em .3em;
        border: 1px solid #fff;
        border-width: 0px 1px 0px 1px;
    }

    .table tr:nth-of-type(even) td {
        background-color: #e7e8e9 ;
    }

    .table tr:nth-of-type(odd) td {
        background-color: #FFF ;
    }

    .table tr:hover td {
        background-color: #818285 !important;
        color: #000;
    }

    .table .head:hover {
        color: #FFF!important;
    }
   
form {
    display: inline;
}

fieldset {
    border: none;
}

legend {
    display: none;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='search'],
textarea,
select {
    border: 1px solid #b9b9b9;
    font: normal 12px 'Arial', Helvetica, sans-serif;
    height: auto;
    outline: none;
    padding: .35em .5em .3em .5em;
    width: 98%;
    color: #7E7F83;
}

    select optgroup {
        color: #6d6e71;
        font: normal 100%/1.2 'Arial', Helvetica, sans-serif;
    }
    /*input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
textarea:focus					{background-color:#fff; border-color:#d91f27; color:#ff9200;}*/
    input[type='text']:focus,
    input[type='email']:focus,
    input[type='password']:focus,
    input[type='number']:focus,
    input[type='tel']:focus,
    textarea:focus {
        background-color: #fff;
        color: #000;
    }

input[type='file'] {
    background-color: #f0f0f0;
}

input[type='submit'],
input[type='button'],
button,
.button {
    background-color: #939598;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    padding: .5em 1em .5em;
    border-radius: .25em;
}

    input[type='submit']:hover,
    input[type='button']:hover,
    button:hover,
    .button:hover {
        background-color: #d62434;
    }

.txt-center {
    text-align: center;
}

@font-face {
    font-family: 'web_symbolsregular';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/websymbols-regular-webfont.woff') format('woff'), url('../fonts/websymbols-regular-webfont.ttf') format('truetype'), url('../fonts/websymbols-regular-webfont.svg#web_symbolsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================== Layout ====================================== */

#wrapper {
    min-width: 980px;
}

.header {
    background: #ebebeb;
    padding: 10px;
    border: 1px solid #a7b4bd;
    border-width: 0px 0px 2px 0px;
    min-height: 40px;
}

    .header .left {
        float: left;
        font-size: 24px;
        color: #db2128;
        font-weight: bold;
        font-style: italic;
    }

        .header .left img {
            float: left;
            margin: 0 .5em 0 0em;
        }

    .header .right {
        float: right;
        font-size: 12px;
        color: #818285;
        display: block;
        position: relative;
        padding: 0 .75em 0 0em;
    }

        .header .right:after {
            font-family: 'web_symbolsregular';
            right: 0px;
            position: absolute;
            color: #db2128;
            cursor: pointer;
        }

        .header .right span {
            color: #db2128;
        }

.nav {
    background: #515151 url(../images/nav.png) repeat-x;
    border: 1px solid #db2128;
    border-width: 0px 0px 4px 0px;
    padding: 4px 0px 0px 0px;
    font-size: 12px;
    color: #FFF;
    min-height: 30px;
}

    .nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .nav ul li {
            float: left;
        }

            .nav ul li a {
                float: left;
                color: #FFF;
                padding: .5em .75em;
                margin: 0 0 0 .5em;
            }
                /*.nav ul li a:hover				{background:#b2b4b6; color:#FFF;}*/
                .nav ul li a.selected {
                    background: #db2128;
                    color: #FFF;
                }

.tables {
    background: #e7e8e9;
    color: #818285;
    font-size: 12px;
}

    .tables td {
        padding: .5em;
    }

.tableone {
    background: #b2b4b6;
    color: #000;
    font-size: 12px;
    margin: 0 0 1em 0em;
}

    .tableone td {
        padding: 0em;
    }

    .tableone .graph {
        background: #FFF;
    }

.tabletwo {
    background: #d2d3d5;
    color: #000;
    font-size: 12px;
}

    .tabletwo .first {
        background: #fff;
    }

    .tabletwo td {
        padding: .2em .3em;
        border: 1px solid #b2b4b6;
        border-width: 0px 1px 1px 1px;
    }

        .tabletwo td:first-child {
            border: 0px solid #b2b4b6;
            border-width: 0px 0px 1px 0px;
        }

        .tabletwo td:last-child {
            border: 0px solid #b2b4b6;
            border-width: 0px 0px 1px 0px;
        }

.tableone .head {
    background: #db2128;
    color: #fff;
    border: 0px solid #fff;
    border-width: 0px 0px 0px 0px;
    font-size: 13px;
    padding: .5em;
}

.tableone .tab {
    border: 1px solid #FFF;
    border-width: 1px 0px 1px 0px;
}

    .tableone .tab td {
        padding: .2em .5em;
    }

.colone {
    padding: 12px;
}

    .colone .areaone {
        width: 59%;
        margin: 0 1% 0 0;
        float: left;
    }

    .colone .areatwo {
        width: 40%;
        margin: 0 0 0 0;
        float: right;
    }

.tableone .third {
    background: #FFF;
}

    .tableone .third td {
        padding: .2em .5em;
        border: 1px solid #b2b4b6;
        border-width: 0px 1px 1px 1px;
    }

    .tableone .third th {
        background: #818285;
        padding: .2em .5em;
        font-weight: bold;
    }

.footer {
    background: #db2128;
    text-align: center;
    padding: .3em;
}


/* ====================================== Misc ====================================== */
.clearfix {
    clear: both;
    float: none;
}

#wrapper:after,
.header:after,
.nav ul:after,
.colone:after,
.fields ul:after {
    background: none;
    border: none;
    content: '';
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
}


.nav ul li:hover a {
    background: #b2b4b6;
    color: #FFF;
}

.nav ul li.selected a{
    background: #db2128;
    color: #FFF;
}

#footer {
    color: #818285;
    /*background: #e8eaec;*/
    padding: 5px;
    clear: both;
    zoom: 1;
    font-size: 78%;
}

div.FooterLeft {
    text-align: left;
    float: left;
    background: transparent url('../images/smp_transparent.png') no-repeat center left;
    padding: 3px 0px 3px 60px;
}

div.FooterRight {
    text-align: right;
    /*background: transparent url('../images/T_Systems_transparent.png') no-repeat center right;*/  /*MOD20151214 by Shailendra Dwivedi for BI8697[Start]*/
    padding: 3px 125px 3px 0px;
    margin: 0px 0px 0px 0px;
}

.table tbody tr:nth-of-type(even) td {
    background-color: #e7e8e9;
}

.table tbody tr:nth-of-type(odd) td {
    background-color: #FFF;
}

.ui-pg-input {
    width: 36% !important;
}

/*24-8-2015*/
.fields {
    background: #e7e8e9;
    min-width: 980px;
}

    .fields ul {
        padding: 1em 1em .35em 1em;
        margin: 0em;
    }

    .fields li {
        display: inline-block;
        margin: 0 1em .65em 0;
    }

    .fields label {
        float: left;
        min-width: 130px;
        font-size: 12px;
        color: #818285;
        margin: 0 .5em 0 0;
        line-height: 24px;
    }

    .fields span {
        float: left;
        min-width: 140px;
    }

    .fields i {
        margin: .2em 0 0 0;
        float: left;
    }

    .fields .button {
        float: left;
        margin: 0 .75em 0 0;
    }

.ddlist {
    width: 160px !important;
}
.headercontent{
    background-color: #da2128;
    color: white;
    margin-top: 6px;
    margin-bottom: 0px;
    height: 31px;
    vertical-align: middle;
    width: 99%;
    padding:6px !important;
    font-size:100%;
}
.repLogisticDeliveryQuality {
width:90% !important;
margin-left:auto;
margin-right:auto;
}


/*2-9-2015*/
.home							{background:#3d3934 url(../images/login-bg.png) left top no-repeat fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; border:1px solid #db2128; border-width:4px 0 0 0; min-width:980px;}
.home .logo						{padding:1em;}
.home .footer					{background:#db2128; position:fixed; left:0px; bottom:0px; width:100%; text-align:center; padding:.3em; min-width:980px;}
.home .login					{width:270px; margin:3em 5em 0 0em; float:right; border:0px solid #FFF;}
.home .para						{font-size:84%; color:#FFF;}
.home label						{font-size:12px; color:#FFF; display:block; margin:0 0 0 .3em;}
.home label a					{color:#fff;}
.home label a:hover				{color:#db2128;}
.home .fields					{background:none; min-width:270px;}
.home .fields ul				{padding:0em; margin:0em;}
/* IE 6 */
* html .footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
.ddlLang {
width:263px;
height:26px;
margin-bottom:15px
}
.active1
{
    font-weight: bold;
    text-decoration:underline;
    color: red; 
    font-size: small;
    margin-top: 5px;
}
.repQualityReview {
width:90% !important;
margin-left:auto;
}

/*MOD20171227 by Shailendra Dwivedi For CR7779*/
/* MOD20180604 BY Madhavendra Against CR7861*/
.errorcode {
            top: 330px;
            left: 406px;
            position: absolute;
            padding: 10px;
            min-width: 250px;
        }

        .closebtn {
            color: #db2128;
            font-weight: bold;
            font-size: 22px;
            line-height: 1px;
            cursor: pointer;
            transition: 0.3s;
            margin-left: 300px;
        }

            .closebtn:hover {
                color: black;
            }