﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: white;
    font-size: .65em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    min-width: 1155px;
}

a:link {
    /*color: #034af3;*/
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    /*color: #505abc;*/
}

a:hover {
    /*color: #1d60ff;*/
    text-decoration: none;
}

a:active {
    color: #8ec7ff;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-left: 15px;
    color: White;
    padding: 0;
    background-repeat: no-repeat;
    height: 72px;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px !important;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
/*Header Design */
.toplinkcontainer, .toplink, .toplink:hover {
    float: right;
    font-size: 12px;
    color: #FFF !important;
    height: 72px;
    text-align: center;
}

.toplinkcontainer {
    min-width: 300px;
}

.toplink {
    min-width: 85px;
    padding-top: 16px;
}

    .toplink:hover {
        width: 85px;
        color: #fff !important;
        background: #1cceff;
        background-repeat: repeat-x;
    }

    .toplink a {
        color: #b9bbba !important;
        text-decoration: none !important;
        font-size: 13px;
    }

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #838383;
    line-height: 1.3em;
}

/*#login_container h1
{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 17px;
    color: #2abde9 !important;
    font-weight: bold;
    line-height: 0.8em;
}

#login_container h2
{
    font-size: 15px;
    color: #27488e;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: bold;
    line-height: 0.5em;
}



#login_container h4
{
    font-size: 12px;
    color: #2abde9 !important;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: bold;
    line-height: 1em;
}

#login_container p
{
    font-size: 13.5px;
    color: #696969;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    line-height: 1.4em;
}*/

/* New Login */
.login_container {
    width: 70%;
    margin-left: auto;
    padding: 0%;
    margin-right: auto;
    background-color: #FFF;
    min-width: 1004px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    margin: 6% auto 0% auto;
    height: 560px;
}

.login_container1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1004px;
    height: 40px;
    font-size: 11px;
}

    .login_container1 p {
        font-size: 11.5px;
    }

    .login_container1 a {
        color: #0b509f;
        font-family: arial;
        text-decoration: none;
    }

        .login_container1 a:hover {
            color: #00aeef;
        }


.loginrightcolumn {
    float: left;
    width: 25.5%;
    padding: 2% 4% 2% 2.5%;
    background: #034ea2;
    height: 516px;
    color: #FFF;
    font-size: 1.2em;
}

    .loginrightcolumn p {
        color: #FFF;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1em;
    }


.loginbox {
    padding: 25px 0px 25px 0px !important;
    margin-top: 15% !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 2em !important;
}

.logincontentcolumn {
    height: 510px !important;
    width: 62% !important;
    padding: 3% 2% 2% 4% !important;
    float: left;
}

.txtbox {
    border: 1px solid #D6D6D6;
    color: #6F6F6F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px;
    width: 85% !important;
}

.loginbutton:hover {
    background-color: #ed1b23 !important;
    border: 1px solid #ed1b23 !important;
    color: #FFFFFF;
}

.loginbutton {
    background-color: #1fc2ff !important;
    border: 1px solid #1fc2ff !important;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 33px;
    padding-right: 10px;
    text-align: center;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.blue {
    color: #1fc2ff;
}

.contact-link {
    border: 1px solid #e6e7e7;
    padding: 12px;
    width: 240px;
    float: left;
    margin-top: 20px;
}

.contact1 {
    background: #00aeef;
    color: #FFF;
    padding: 14px;
    width: 88%;
    float: left;
    font-size: 13px;
}

.calculator {
    background: #0b509f;
    color: #FFF;
    padding: 15px 10px 13px 10px;
    float: left;
    width: 91.5%;
}

    .calculator a {
        color: #FFF;
    }

        .calculator a:hover {
            color: #00aeef;
        }


/* End Login*/

.icon {
    width: 70px;
    float: left;
    text-align: justify;
}

a img {
    border: 0px;
}

#powered {
    width: 150px;
    float: left;
    margin-top: 30px;
}

#footer {
    clear: left;
    width: 100%;
    background: #001130;
    color: #FFF;
    text-align: left;
    padding: 10px 0 10px;
    text-indent: 10px;
    letter-spacing: 0.5px;
    font-size: 11px;
    /*bottom: 0px;
    position: absolute;*/
}

    #footer a {
        color: #3cc0ff;
        text-decoration: none !important;
    }

        #footer a:hover {
            color: #ed2329;
        }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0.5em;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

.lab {
    width: 96.2% !important;
}

.labtest {
    width: 100%;
    line-height: 25px;
    float: left;
    margin-bottom: 10px;
    background-color: #f2f2ea;
}


legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.titlebar {
    border: 1px solid #e3e4e6;
    background-color: #f2f2ea;
    color: #727272;
    font-size: 12px;
    min-height: 27px;
    width: 100%;
    float: left;
}

input[type="text"], input[type="url"], input[type="email"], input[type="file"], input[type="number"], input[type="password"] {
    width: 90%;
    border: 1px solid #CCC;
}

    input[type="text"][readonly='readonly'], textarea[readonly='readonly'] {
        background-color: #ffe0e0;
        border: 1px #ffb8b8 solid;
        color: #000;
    }

select {
    width: 91%;
    *width: auto;
    border: 1px solid #CCC;
}

input:focus {
    border: 1px solid #DAF5FF;
    background: #DAF5FF;
    font-family: arial;
    color: #001130;
}

textarea:focus {
    border: 1px solid #DAF5FF !important;
    background: #DAF5FF !important;
    font-family: arial !important;
    color: #001130 !important;
}


/* TABLE
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: none !important;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: none !important;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none !important;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/


.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.Margtab {
    margin: 20px 10px 10px 10px;
}

/* ADDONS          */

.width100 {
    width: 100%;
    *width: 99.99%;
    float: left;
}

.width98_3 {
    width: 98.3% !important;
    *width: 98.2% !important;
    float: left;
}

.width98_7 {
    width: 98.7% !important;
    *width: 98.6% !important;
    float: left;
}


.width97 {
    width: 97%;
    *width: 96.99%;
    float: left;
}

.width96 {
    width: 96%;
    *width: 95.99%;
    float: left;
}

.width95 {
    width: 95%;
    float: left;
}


.width92 {
    float: left;
    width: 92%;
    *width: 91.99%;
}

.width90 {
    width: 90%;
    *width: 89.99%;
    float: left;
}

.width88 {
    width: 88%;
    *width: 87.99%;
    float: left;
}

.width85 {
    width: 85%;
    float: left;
}

.width80 {
    width: 80%;
    *width: 79.99%;
    float: left;
}

.width75 {
    width: 75%;
    *width: 74.99%;
    float: left;
}

.width74_5 {
    width: 74.5%;
    *width: 74.4%;
    float: left;
}

.width70 {
    width: 70%;
    *width: 69.99%;
    float: left;
}

.width65 {
    width: 65%;
    *width: 64.99%;
    float: left;
}

.width61 {
    width: 61%;
    *width: 60.99%;
    float: left;
}

.width58 {
    width: 58%;
    *width: 57.99%;
    float: left;
}

.width60 {
    width: 60%;
    *width: 59.99%;
    float: left;
}

.width55 {
    width: 55%;
    *width: 54.99%;
    float: left;
}

.width50 {
    width: 50%;
    *width: 49.99%;
    float: left;
}

.width49_15 {
    float: left;
    width: 49.15%;
    *width: 49.14%;
}

.width49 {
    width: 49%;
    *width: 48.99%;
    float: left;
}

.width47 {
    width: 47%;
    *width: 46.99%;
    float: left;
}

.width45 {
    width: 45%;
    *width: 44.99%;
    float: left;
}

.width42 {
    width: 42%;
    *width: 41.99%;
    float: left;
}

.width40 {
    width: 40%;
    *width: 39.99%;
    float: left;
}

.width35 {
    width: 35%;
    *width: 34.99%;
    float: left;
}

.width30 {
    width: 30%;
    *width: 29.9%;
    float: left;
}

.width29 {
    width: 29%;
    *width: 28.99%;
    float: left;
}

.width28 {
    width: 28%;
    *width: 27.99%;
    float: left;
}

.width28_5 {
    width: 28.5%;
    *width: 28.49%;
    float: left;
}

.width27 {
    width: 27%;
    *width: 26.99%;
    float: left;
}


.width26 {
    width: 26%;
    *width: 25.99%;
    float: left;
}


.width25 {
    width: 25%;
    *width: 24.99%;
    float: left;
}

.width24 {
    width: 24%;
    *width: 23.99%;
    float: left;
}

.width22 {
    width: 22%;
    *width: 21.99%;
    float: left;
}

.width21 {
    width: 21%;
    *width: 20.99%;
    float: left;
}

.width20 {
    width: 20%;
    *width: 19.99%;
    float: left;
}

.width19 {
    width: 19%;
    *width: 18.99%;
    float: left;
}

.width18 {
    width: 18%;
    *width: 17.99%;
    float: left;
}

.width17 {
    width: 17%;
    *width: 16.99%;
    float: left;
}

.width16 {
    width: 17%;
    *width: 16.99%;
    float: left;
}

.width15 {
    width: 15%;
    *width: 14.99%;
    float: left;
}

.width14 {
    width: 14%;
    *width: 13.99%;
    float: left;
}

.width11 {
    width: 11%;
    *width: 10.99%;
    float: left;
}

.width12 {
    width: 12%;
    *width: 11.99%;
    float: left;
}

.width13 {
    width: 13%;
    *width: 12.99%;
    float: left;
}

.width10 {
    width: 10%;
    *width: 9.99%;
    float: left;
}

.width9 {
    width: 9%;
    float: left;
}

.width8 {
    width: 8%;
    float: left;
}

.width7 {
    width: 7%;
    *width: 6.99%;
    float: left;
}

.width6 {
    width: 6%;
    *width: 5.99%;
    float: left;
}

.width5 {
    width: 5%;
    *width: 4.99%;
    float: left;
}

.width4 {
    width: 4%;
    *width: 3.99%;
    float: left;
}

.width3 {
    width: 3%;
    *width: 2.99%;
    float: left;
}

.width33 {
    width: 33.3%;
    float: left;
}

/* used in Incentive */

.incentvhdr {
    width: 98.3% !important;
    *width: 98.2% !important;
    float: left;
    border-right: 1px solid #e3e4e6 !important;
    padding-bottom: 1px;
}

.height10 {
    height: 10px;
}

.height25 {
    height: 25px;
}

.height27 {
    height: 27px;
}

.height50 {
    height: 50px;
}

/* For space in line with height of 6 */
.spacerh6 {
    float: left;
    width: 98.5%;
    height: 6px;
}

.example {
    width: 50%;
    float: left;
    height: 27px;
    text-align: center;
}

.amt {
    text-align: right !important;
}
/* To resize Button  */
.person, .plus, .close, .folder {
    font-size: 0.50em !important;
}

.textarea {
    height: 70px !important;
}

.textareas {
    height: 55px !important;
}

.griddropdown {
    width: 150px !important;
}

.linehgt {
    margin-top: 10px;
}

.linehgt5 {
    margin-top: 5px;
}

.paddingl15 {
    text-align: left;
    padding-left: 15px !important;
}

.paddingl20 {
    text-align: left;
    padding-left: 20px !important;
}

.paddingl5 {
    text-align: left;
    padding-left: 5px !important;
}

.paddingl50 {
    text-align: left;
    padding-left: 50px !important;
}

.paddingr10 {
    text-align: left;
    padding-right: 50px !important;
}

.paddingr5 {
    text-align: left;
    padding-right: 5px !important;
}
/*Live Dashboard Begin*/
.liveresult td {
    background-color: #FFF;
    font-weight: bold;
    color: #d90000 !important;
    font-size: 16px;
    height: 40px;
}

#SalesOrder td .ui-progressbar .ui-progressbar-value {
    background: #0069D2 !important;
}

.liveunitvalue {
    color: #0068d0;
}
/*Live Dashboard End*/

/*    Batch Board Begin */
.divbatch {
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    font-size: 1em;
    font-family: "Arial";
    text-indent: 5px;
    line-height: 20px;
    color: #000;
}

    .divbatch:hover {
        background-color: #8EC7FF;
    }
/*    Batch Board Begin */

/* Table Design for Reports and History Details */
table.tbl {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    width: 100%;
}

    table.tbl tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    table.tbl caption {
        background-color: #001c4f;
        color: white;
        padding: 8px;
        margin: 0;
        text-align: left;
        font-size: 14px;
    }

table.tbl {
    border-collapse: collapse;
    border: 1px solid #aad6f8;
    font-size: 11px;
    margin-bottom: 15px;
    float: left;
    overflow: auto;
}

    table.tbl tr {
        border: 1px solid #aad6f8;
        height: 25px;
    }

    table.tbl > tbody tr:hover {
        background: #8EC7FF !important;
        color: white;
    }

    table.tbl th, .trhighlight {
        background: #00aeff;
        border: 1px solid #00aeff;
        color: #FFF;
    }


.trhighlight {
    font-weight: bold;
}

.trtot {
    background-color: #2e7db9;
    color: white;
    border: 1px solid #aad6f8;
    font-weight: bold;
}

table.tbl th {
    text-align: center;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #c0c0c0; /* added newly for live inward based on factory*/
}

table.tbl td {
    color: #000;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

.header1 {
    width: 99%;
    *width: 99.05%;
    border: 1px solid #a7e4ff;
    border-top: none;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}

.hdr {
    text-align: center !important;
    font-weight: bold;
}

.textcenter {
    text-align: center !important;
}

.textbold {
    font-weight: bold;
    float: left;
}

.txtbold {
    font-weight: bold;
}


.textright {
    text-align: right !important;
}

.textleft {
    text-align: left !important;
}

.textrgtbold {
    font-weight: bold;
    text-align: right !important;
}

.padtb {
    padding-top: 3px !important;
    padding-bottom: 5px !important;
}

/*Class for Pending status*/

.pending {
    color: Red !important;
    overflow: hidden;
}

/* Styles for editor and display helpers */

.editor-label {
    float: left;
    width: 40%;
    height: 27px;
    _height: 30px;
    border-top: none;
    line-height: 20px;
}

.editor-field {
    float: left;
    width: 60%;
    height: 27px;
    _height: 30px;
    border-top: none;
    border-left: none;
}
/* Styles for Sales order and Sales Quote */
.taxdivs {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -25%;
    background-color: gray;
}

.wrapper {
    position: relative;
}

:focus {
    -moz-outline-style: none;
}

.popright {
    padding: 2px 18px 0px 10px;
}

.poprightwidth {
    width: 100%;
}

.gridlbl {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.gridsel {
    float: left;
    *position: absolute;
}

    .gridsel select {
        width: 150px;
    }


/*  
        PayStructure CSS
*/

.allowanceborder {
    border: #e4e4e6 1px;
    border-style: solid;
}

.allowancespace {
    padding-left: 10px;
}

.deductionspace {
    margin: 10px 0 0 48%;
    *margin: 10px 0 0 16%;
}

.paystructuretop {
    margin-top: 15px;
}

.linehgt1 {
    margin-top: 10px;
    text-indent: 10px;
}



/* Login Page Area */
.field-validation-error {
    font-size: 1.1em;
    float: left;
}

.text {
    width: 285px !important;
    height: 28px !important;
    border: 1px #d2d2d2 solid;
    padding: 5px 0 0 5px !important;
    line-height: 1.2em;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 14px;
    padding: 5px 0 0 5px !important;
}

* + html .text {
    width: 285px !important;
    height: 28px !important;
    border: 1px #d2d2d2 solid;
    line-height: 1.6em;
    color: #767676;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 14px;
}

.loginbox label {
    float: left;
    width: 100px;
    font-size: 15px;
    padding: 10px 10px 10px 0px;
    text-align: left;
    font-family: "Myriad Pro";
    color: #7e7e7e;
}

.blueborder {
    width: 100%;
    float: left;
    height: 5px;
    background-color: #2abde9;
}

#contentcolumn {
    margin-right: 410px; /*Set right margin to RightColumnWidth*/
}

#contentarea {
    padding: 10px 0px 0px 25px;
}

#rightcolumn {
    float: right;
    width: 410px; /*Width of right column in pixels*/
    height: auto;
}

.loginform label {
    float: left;
    width: 100px;
    font-size: 15px;
    padding: 10px 10px 10px 0px;
    text-align: left;
    font-family: "Myriad Pro";
    color: #7e7e7e;
}

.loginboxcontainer {
    width: 386px;
    height: 286px;
    float: left;
    margin: 5px 0 0 0px;
}

.boxcontainer {
    width: 386px;
    height: 55px;
    float: left;
    margin: 15px 0 0 0px;
    font-size: 16px;
    font-weight: 600;
}

.boxcontainer1 {
    width: 366px;
    height: 55px;
    float: left;
    margin: 15px 0 30px 0px;
    font-size: 13px;
    font-weight: 600;
}

.boxcontent {
    width: 360px;
    float: left;
    background-image: url('../siteimages/shadow_bg.png');
    background-repeat: repeat-y;
    padding: 10px 10px 0px 26px;
    color: #686868;
}

.boxcontent1 {
    width: 366px;
    float: left;
    background-image: url('../siteimages/support.jpg');
    background-repeat: repeat-y;
    padding: 20px 10px 0px 20px;
    height: 60px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    margin-bottom: 30px !important;
    font-size: 14px;
    margin-top: 15px;
    color: #686868;
}

.boxtxt {
    width: 280px;
    float: left;
    padding-top: 4px;
    letter-spacing: 0.5px;
}

    .boxtxt a {
        color: #686868;
        text-decoration: none;
    }

        .boxtxt a:hover {
            color: #2abde9;
        }

.boximg {
    float: left;
    width: 30px;
    padding-top: 5px;
}

.boximg1 {
    float: left;
    width: 30px;
}

.shadowtop {
    width: 386px;
    float: left;
    height: 8px;
    background-image: url('../siteimages/shadow_top_bg.png');
}

.shadowbottom {
    width: 386px;
    float: left;
    height: 8px;
    background-image: url('../siteimages/shadow_bottom_bg.png');
}

#login_container h2, #login_container h3 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 17px;
    color: #2abde9;
    font-weight: bold;
}

#login_container h4 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 15px;
    color: #2abde9;
    font-weight: bold;
}

#login_container h2 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 16px;
    color: #2abde9;
    font-weight: bold;
}

#login_container h1 {
    line-height: 0.8em;
}

#login_container h2 {
    line-height: 0.5em;
}

#login_container h3 {
    line-height: 1em;
}

#login_container p {
    font-size: 12.5px;
    color: #696969;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    line-height: 1.4em;
}



/* Tax Information display in Sales => Invoice => View */
.tax-table-item {
    padding-top: 10px;
    *padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 20px;
    clear: both;
}

.tax-table-top-header {
    float: right;
    margin: 5px 5px 5px 0px;
    border-color: #e3e4e6;
}

.tax-ok-button {
    float: right;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.tax-item {
    padding-top: 8px;
    *padding-top: 4px;
    clear: both;
}
/**
        Sales Quote, Order Design mix color    
*/
.mixitem {
    background-color: #a9a9a9;
    padding: 5px 0 5px 0;
}

.MixHeader {
    width: 25%;
    float: left;
    height: 27px;
    font-weight: bold;
    text-align: center;
}

.MixValue {
    width: 25%;
    float: left;
    height: 22px;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.MixTextArea {
    height: 50px;
}
/**Store Module Css Begin*/
.padtrgt {
    padding-right: 10px;
    padding-top: 7px;
    text-align: right;
}

.padtrgt1 {
    float: right;
    padding-right: 10px;
}

.txtcenter {
    text-align: center;
}
/**Store Module Css End*/

/**Portlet View Begin*/
.column {
    width: 33%;
    float: left;
    padding-bottom: 10px;
}

.vwcolumn {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.portlet {
    margin: 0 1em 1em 0;
}

.portlet-header {
    margin: 0.2em;
    padding-bottom: 2px;
    padding-left: 0.5em;
    line-height: 20px;
}

    .portlet-header .ui-icon {
        float: right;
    }

.portlet-content {
    padding: 4em;
}

.portlet-height {
    height: 250px;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

/**Portlet View End*/


/*HRM Daily Attendance*/
.dailyabsent {
    color: #000000;
    background: pink;
}

.dailypresent {
    color: #000000;
    background: #ffffff;
}
/*HRM Daily Attendance*/
/*Getting Started**/
.navlink {
    text-align: center;
}

    .navlink:hover {
        color: #FFF;
    }

#nav {
    position: relative;
    margin: 2.5% 0% 0% 3.5%;
    padding: 0;
    width: 100%;
    text-align: center;
}

    #nav .clear {
        clear: both;
    }

    #nav ul {
        padding: 0 0 0 0px;
        margin: 0;
        list-style: none;
    }

    #nav li {
        float: left;
        margin: 15px 2.8% 18px 0;
        width: 17.9%;
        -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        border: 1px #f1f1f1 solid;
        padding: 20px 15px 30px 15px !important;
        height: 80px;
    }

        #nav li:hover {
            color: #FFF !important;
        }

        #nav li a {
            text-decoration: none;
            color: #26468b !important;
            display: block;
            line-height: 2.7em;
            font-size: 18px;
        }

            #nav li a:hover {
                text-decoration: none;
                color: #26468b !important;
                display: block;
            }
/*#nav
{
    position: relative;
    padding: 0;
    text-align: center;
}

    #nav .clear
    {
        clear: both;
    }

    #nav ul
    {
        padding: 0 0 0 0px;
        margin: 0;
        list-style: none;
    }

    #nav li
    {
        float: left;
        margin: 15px 2.8% 18px 0;
        width: 19.5%;
        -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
        border: 1px #f1f1f1 solid;
        padding: 20px 15px 30px 15px !important;
        height: 80px;
    }

        #nav li:hover
        {
            color: #FFF !important;
        }

        #nav li a
        {
            text-decoration: none;
            color: #26468b!important;
            display: block;
            line-height: 2.7em;
            font-size: 18px;
        }

            #nav li a:hover
            {
                text-decoration: none;
                color: #26468b!important;
                display: block;
            }*/

.salesdash {
    background: #00aeef;
    padding: 10px 10px 20px 15px;
    margin: 10px;
}

.accdash {
    background: #2dbe5a;
    padding: 10px 10px 20px 15px;
    margin: 10px;
    line-height: 0.5em;
}

.stockdash {
    background: #3a4254;
    padding: 10px 10px 20px 15px;
    margin: 10px;
    line-height: 1.2em;
}

    .stockdash H2 {
        color: #fff;
    }

.dashheading {
    color: #FFF;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.4em !important;
    margin-bottom: 5px;
}

.dashheading1 {
    color: #000;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 1.6em !important;
    margin-top: 0px;
}

.accdash h3 {
    color: #00651f;
    font-size: 14px;
    font-weight: 500 !important;
}

.stockdash h2 span {
    color: #ff3d3d;
    font-weight: 500 !important;
    text-indent: 10px;
}

#rightcoloum1 {
    float: left;
    margin-left: -250px;
    width: 250px;
    height: auto;
    min-height: 705px;
    background: #f3f3f3;
}

#rightcoloum2 {
    float: left;
    margin-left: -250px;
    width: 250px;
    height: auto;
    min-height: 600px;
    margin-top: -20px;
    background: #f3f3f3;
}

#wrapper {
    float: left;
    width: 100%;
    z-index: -10;
}

.container1 {
    /*margin-right: 250px;*/
}

.content2 {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    height: auto;
    min-height: 500px;
}


/* ------------------------------------   Icons   ----------------------------------*/

.infa-icon {
    width: 70px;
    height: 90px;
    background-position: 70px 90px;
    background-image: url('../siteimages/infaerp_icon.png');
    float: left;
    margin-left: 34%;
}

.dashboard {
    background-position: 0 0;
}

.sales {
    background-position: -70px 0px;
}

.marketing {
    background-position: -140px 0px;
}

.purchase {
    background-position: -210px 0;
}

.production {
    background-position: -280px 0;
}

.quality {
    background-position: -350px 0;
}

.inventory {
    background-position: -420px 0;
}

.dispatch {
    background-position: -490px 0;
}

.gps {
    background-position: -560px 0;
}

.fleet {
    background-position: -630px 0;
}

.asset {
    background-position: -700px 0;
}

.hrm {
    background-position: 0 -90px;
}

.finance {
    background-position: -70px -90px;
}

.communication {
    background-position: -140px -90px;
}

.reports {
    background-position: -210px -90px;
}

.setting {
    background-position: -280px -90px;
}

.quicklink {
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
    background: #031f51;
    color: #00AEEF;
    font: 14px arial;
}

.quicklinkmenu {
    font: 13px arial;
    line-height: 1.8em;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 10px !important;
}

ul.quicklinkmenu ul {
    list-style-image: url('../siteimages/arrow1.png');
}

ul.quicklinkmenu li {
    font: 13px arial;
    line-height: 2em;
    padding-left: 0px;
    margin-left: 0px;
    list-style-image: url('../siteimages/arrow1.png');
}

    ul.quicklinkmenu li a {
        color: #002971 !important;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
    }

        ul.quicklinkmenu li a:hover {
            color: #00aeef !important;
        }

/*Getting Started End*/

.concreteresult {
    color: #00aeef;
    font-size: 27px;
    line-height: 38px;
}


/* HRM Adv start */
.tabsubhead {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

.shiftheader {
    border-bottom: 1px solid #d2d2d2;
}
/* HRM Adv end */


.hide {
    display: none;
}

.txtwhite {
    color: #fff !important;
}

.verticalscroll {
    overflow-y: scroll;
}


/**SMS and Email Begin*/
.contentborder {
    border: solid 1px #e6e6e6;
    padding: 10px !important;
}

.mailcontent {
    height: 85px !important;
    width: 99% !important;
    font-size: 15px !important;
}

.mailsubject {
    height: 15px !important;
    width: 100% !important;
}

.mailparameter {
    background-color: #8ec7ff;
    padding: 5px;
    margin: 5px;
    color: #000;
    cursor: pointer;
    float: left;
    width: 100px;
}

    .mailparameter:hover {
        background-color: #00aeef;
        color: #FFF;
    }
/**SMS and Email End*/
