/* Minification failed. Returning unminified contents.
(677,25): run-time error CSS1038: Expected hex color, found '#8c8c8c	'
(698,25): run-time error CSS1038: Expected hex color, found '#606060	'
(1541,47): run-time error CSS1035: Expected colon, found '}'
(2140,25): run-time error CSS1038: Expected hex color, found '#8c8c8c	'
(2330,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '20px'
(3239,21): run-time error CSS1033: Expected closing bracket, found 'i'
(3239,22): run-time error CSS1031: Expected selector, found ']'
(3239,22): run-time error CSS1025: Expected comma or open brace, found ']'
 */
@font-face {
    font-family: 'open_sansregularregular';
    src: url('opensans-regular_1.eot');
    src: url('opensans-regular_1.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular_1.woff2') format('woff2'),
         url('opensans-regular_1.woff') format('woff'),
         url('opensans-regular_1.ttf') format('truetype'),
         url('opensans-regular_1.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'GlyphiconsHalflings';
  src: url('glyphicons-halflings-regular.eot'); /* IE9 Compat Modes */
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('glyphicons-halflings-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('glyphicons-halflings-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@media (max-width: 900px) {
    #logo-section .eoffice-logo  {
    display: none;
    }
}
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregularregular';
    /*overflow-y: scroll;*/ /*Commented for mobile view*/
    background-image: url('../Images/background.jpg');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    /*color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
     }
img
{
    border:0;
    }
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}


.float-left {
    float: left;
    height: 38px;
    width: 815px;
    background:#006FB4;
}

.float-right {
    float: right;
    height: 38px;
    width: 180px;
    background: #333; /* Old browsers */
    border-radius:0 5px 5px 0;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size:1.55em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 8px auto 0;
    max-width: 1000px;
    background:#eeeeee;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    /*padding-bottom: 35px;*/
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        /*padding-left: 10px;*/
        padding-top: 10px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    /* clear: both;*/
    background-color: #024D87;
    font-size: 12px;
    padding: 15px 0;
    color: #fff;

}
.copyright{float:left;}
.footer-area a{color:#fff;}
.footer-area a:hover{color:#fff;}
footer span{background-color: #024D87;}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none !important;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), 
color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: 0px solid white;
    margin: 0;
    padding: 8px;
    float: unset;
}

    fieldset legend {
        /*display: none;*/
        font-size:20px;
        font-variant-caps:initial;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/*label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/

label.checkbox {
    display: inline;
}
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    /*font-size: 1.2em;*/
    margin: 5px 0 6px 0;
    padding:7px 5px;
    /*text-transform:uppercase;*/
}

textarea {
    /*font-family: inherit;*/
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        /*width: auto; commented by Hilal*/
        width: 20px !important;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #006FB4;        
        cursor: pointer;
        font-weight: normal;
        color: #fff;
        -moz-user-select: none;
        background-image: none;
        cursor: pointer;
        font-size: 14px;
        margin-bottom: 0;
        padding:5px 20px;
        text-align: center;
        white-space: nowrap;
        margin-top: 0px;
        margin-left:10px;
        width: auto; 
        border: 1px solid rgba(0, 0, 0, 0);
    }
    input:hover[type="submit"],
    input:hover[type="button"],
    button:hover {background-color: #024D87;  }
    
    .create-new{
       float: right;
       margin-bottom:10px !important;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #cc0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 13px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #fff;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        text-decoration: none;
        padding:5px;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 2px 5px;
    word-break: break-all;
    border: 0 none;
    border: 1px solid #d4d4d4;
    /*text-align: center; done by hilal as instructed by uma mam on 05-02-2016 Demo*/
    height: 25px !important;/*35px was changed as suggested by mayur sir*/
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.display-field
{
    background-color: #FFFFFF;
    padding:0 9px;
    font-size: 13px;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
    width: 510px;    
    box-shadow: 0 0 1px #8c8c8c;
    box-shadow: 0 0 1px #8c8c8c\9;
    /*border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;*/
}
.display-field-first  {
  border-top: 1px solid #bbb;
}

.display-label-first  {
  border-top: 1px solid #bbb;
}
.display-label
{
    background-color: #d9d9d9;
    padding:0 9px;
    font-size: 13px;
    line-height: 30px;
    width: 200px;
    text-transform: capitalize;
    float: left;
    box-shadow: 0 0 1px #606060;
    box-shadow: 0 0 1px #606060\9;
    /*border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;*/
}
.editor-label{   
    background-color: #d9d9d9;
    padding:0 9px;
    font-size: 13px;
    line-height: 30px;
    width: 200px;
    text-transform: capitalize;
    float: left;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
.editor-field{
    /*width:76%;
    text-transform: uppercase;
    float: left;*/
    background-color: #FFFFFF;
    padding:0px;
    font-size: 14px;
    /*line-height: 30px;*/
    float: left;
    text-transform: uppercase;
    width: 523px;
   /* border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;*/
}

.editor-label-small {
   /* background-color: #d9d9d9;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;*/
    float: left;
    font-size: 13px;
    /*line-height: 30px;*/
    padding: 0 9px;
    text-transform: capitalize;
    width: 150px;
    margin-bottom: 9px;
}

.editor-field-small {
    /*background-color: #ffffff;*/
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 190px;
    margin-bottom: 5px;
}

.editor-field-small select {
    border: 1px solid #cccccc;
    color: #333333;
    margin: 0;
    padding: 3px 6px;
    text-transform: uppercase;
    width: 190px;
}

.editor-field-small input {
    background: #fff;
    border:1px solid #D5D0D0;
    margin: 2px 2px 2px 0;
    padding: 2px 6px;
    width: 175px;
}
.editor-field input{
  border: 1px solid #e2e2e2;
    background: none;
    margin: 2px;
    padding: 5px;
    width: 506px;   
}
.editor-field textarea{
  border: 1px solid #e2e2e2;
    background: none;
    margin: 2px;
    padding: 5px;
   /* width: 506px;  
    height: 15px; */ /* Commented by Purushottam as Reena told to replace existing width height with following on 20-02-2016*/
    width: 450px;   
    height: 30px; 

}
.webGrid
{
    width:100%;
}
.gridrowalternet {
    background-color: #F3F3F3;
    text-transform: uppercase;
}
.gridrow
{
    background-color:#FFFFFF;
    text-transform:uppercase;
}
/*Added by hilal on 15-02-2016*/
.gridrow a,.gridrow a:link,.gridrow a:visited,.gridrow a:active,.gridrow a:hover
{
    color:#006FB4 !important;
}
.gridrowalternet a,.gridrowalternet a:link,.gridrowalternet a:visited,.gridrowalternet a:active,.gridrowalternet a:hover
{
    color:#006FB4 !important;
}

.gridselect
{
    background-color:#CFCFCF;
}
.gridheader
{
   background-color:#024D87;
}
.gridheader a{color:#fff !important;}
.gridfooter
{
   background-color:#CFCFCF;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }
    .display-field
    {
        max-width: 300px;
        width: 100%;
    }
    .display-label
    {
        width: 100%;
        max-width: 300px;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0px 35px;
   
    }

        footer p {
            margin: 0;
        }
}

/*css added by krishna*/
html {
    min-height: 100%;
    position: relative;
}
body{
   font-size: 13px;
}
#wrapper {
   width: 944px;
   margin: 0 auto;
   padding-top: 40px;
}

.image{
   float:left;
   padding-bottom: 50px;
}

.login-section{
   float: right;
   width: 338px;
}

.logo {
    text-align: center;
}
.form-control {
    display: block;
    width:294px;
    padding:5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
    background-color:#006FB4;
    border-color: #cccccc;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    /*border-radius: 4px;*/
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /*line-height: 1.42857;*/
    margin-bottom: 0;
    padding:4px 20px;
    text-align: center;
    /*vertical-align: middle;*/
    white-space: nowrap;
    margin-top: 20px;
}
.btn-default:hover {
    background-color: #024D87;
    color: #fff;
}
.icon {
    float: left;
    text-align: center;
    width: 112px;
}
.footer {
    position: absolute;
    bottom: 0;
    width:944px;
    text-align: left;
    color: #000;
    padding: 10px 0;
    font-size: 13px;
    border-top: 2px solid #024d87;
}
.footer-area{background:#024D87; margin: 0 auto;}
.container {
    margin-right: auto;
    margin-left: auto;
}
h1 {
    font-size: 16px;
}
.username{
  background-image:url('../images/user-icon.png');
  background-repeat:no-repeat;
  padding-left:30px;
  background-position: 5px 5px;
}

.password{
  background-image:url('../images/password.png');
  background-repeat:no-repeat;
  padding-left:30px;
  background-position: 5px 5px;
}
.login-bottom {
    margin-top: 40px;
}
.icon a{color:#000; text-decoration:none;}
.icon a:hover{color:#000; text-decoration:underline;}
.login {
    margin-top: 50px;
}

.search-para select {
    background: #ececec;
    border: 1px solid #cccccc;
    color: #333333;
    /*float: left;*/
    font-size: 12px;
    margin-right: 1px;
    padding:6px 5px;
    width:125px;/*width added by Krishna*/
    /*width:146px;width added by hilal*/
    
}
.date {
    padding: 6px 5px;
}



/*
#sbg, #bu, #dept, #itemcategory, #country, #state {

    background: #ececec;
    border: 1px solid #cccccc;
    color: #333333;
    /*float: left;*//*
    font-size: 12px;
    margin-right: 10px;
    padding:6px 5px;
    width:146px;/*width added by hilal*//*
}*/
/*#sbg, #bu, #dept, #itemcategory, #country, #state {*/
.Autocomplete {
    background: #ececec;
    border: 1px solid #cccccc;
    color: #333333;
    /*float: left;*/
    font-size: 12px;
    margin-right: 10px;
    padding:6px 5px;
    width:146px;/*width added by hilal*/
}
.ui-autocomplete-input{
    /*float: left;*/
    width: 110px;
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #333333;
    margin: 0px;
    padding:6px 5px;
}
.search-para{
     background: #e4e2e2 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    padding: 5px;
    text-align: right;
    width: 721px;
    margin-top: 10px;
}

/*#menu {
	position: relative;
	margin-left: 30px;
}*/

#menu a {
	display: block;
	/*width: 90px;*/
	color: #fff;
	text-decoration: none;
	font-size: 14px;
   /*font-weight: bold;*/
	
}

#menu ul {
	list-style-type: none;
	padding:0px;
	float: left;
	margin: 0;
}

#menu li {
	float: left;
	position: relative;
	/*padding:10px;*/
	text-align: center;	
}
.sub-menu li{border-bottom: 1px solid #5f5f5f;}

   #menu ul.sub-menu {
	display: none;
	position: absolute;
	/*top: 28px;*/
	top:37px;
	left:0px;
	padding: 0px;
	z-index: 90;
	background:#333;
	border: none;
	border-radius: 0 0 5px 5px;
}

#menu ul.sub-menu li {
	text-align: left;
	padding: 7px;
	width: 162px;
}

#menu li:hover ul.sub-menu {
	display: block;
	/*border: 1px solid #ececec;*/
}
.sub-menu ul.sub-menu2{
   display: none;
   margin-left: 169px !important;
   position: absolute;
   top: 0;
   background: #333333;
}
.sub-menu li:hover ul.sub-menu2 {
	display: block;
	
	/*border: 1px solid #ececec;*/
}
.menu{
   background:#333;   
   border-radius:5px 0 0 5px;

}
.ui-corner-all {
    /*background-color: #333333;*/
    padding: 0px;
    color: #fff;
    list-style: none;
    width: 300px !important;
}
.ui-corner-all li {
    line-height: 20px;
    background-color: #333333;
    padding:2px 5px;
    cursor: pointer;
}
.ui-corner-all li:hover {background-color:#4f4f4f;}
.ui-corner-all li a:hover{color: #fff;}
.topsearch {
    float: right;
    margin: 5px;
    width: 180px;
    padding: 3px 10px;
}
.search {
    float: right;
    margin:8.4px 6px;
    margin:6px 6px 7px 6px\9\0;
    text-decoration: none;
    color: #ffffff !important;
}
.caret {
    padding: 0 0 5px 5px;
}
.menu-icon img{
    vertical-align: sub;
    padding: 0 5px;
}
.main-menu{
   padding:9px 7px;
}


.border-right{border-right: 1px solid #ffffff;}
.log-out-area {
    margin: 0 auto;
    width: 1000px;
    text-align: right;
}
.log-out-section {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    padding: 10px 0;
}
.log-out-section a {
    color: #ffffff;
    text-decoration:none;
}
.logo-section {
    background: #024d87 none repeat scroll 0 0;
    padding: 15px 0;
}
.logo-area {
    margin: 0 auto;
    width: 1000px;
}
.logo-area a{cursor: default;}
.innerpage-logo {
    float: left;
    width: 300px;
}
.eoffice-logo {
    display: inline-block;
    text-align: right;
    width: 205px;
}
.gridheader span{color: #fff;}
.EditLink, .backLink {
    color: #fff !important;
    text-decoration: none;
        margin-top: 0;
}
element.style {
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-right: 4px;
}
.page-heading {
     border-bottom: 1px solid #cccccc;
    float: left;
    margin-top: 0;
    /*height: 31px;*/
    padding-bottom: 1px;
    width: 100%;
}

.page-heading .backLink { 
    border: 0 none;
    cursor: pointer;
    float: right;
    /*padding: 3px 10px;*/
    text-shadow: none;
    font-size: 12px;
    padding: 2px 7px;
    margin-left: 5px;
 }

.page-heading a {
    border-bottom: 2px solid #024d87;
    padding: 0 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: context-menu;
    color: #024d87;
}
.categories-heading {
     border-bottom: 1px solid #cccccc;
     background-image:url('../Images/categories.png');
     background-position: right 2px;
    background-repeat: no-repeat;
    /*float: left;*/
    margin: 0 0 10px;
    /*height: 31px;*/
    padding-bottom: 1px;
    width: 100%;
}
.home-icon{
   padding:6px 5px 9px;
}
.home-icon img{
   vertical-align: sub;
}
.categories-heading a {
    border-bottom: 2px solid #024d87;
    padding: 0 20px 0 0;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: context-menu;
    color: #024d87;
}

.top-button {
    text-align: right;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 10px; */
    margin-right: 4px;
    width: 49%;
    float: right;
    padding-bottom: 10px;
}


/*mega menu css*/
.mega-menu {
    float: left;
    width: 950px;
    padding: 25px 25px 10px;
    background: #333333;
}
.mega-menu-images {
    float: left;
    margin-right: 10px;
    
}
.right-margin-none{margin-right:0;}

.mega-menu-list {
    color: #ffffff;
    list-style: inside disc !important;
    width: 25%;
}
.mega-menu-list li{
   float: none !important; 
   border:none;
   padding: 3px 0px !important;   
}
.sub-menu-list{
    background: #333333 none repeat scroll 0 0;
    float: left;
    width: 950px;
    padding:0 25px 20px;
}
.menu-heading {
    color: #008000;
    margin: 0;
    padding: 5px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.second-menu {
    border-right: 1px solid #cccccc;
    margin-right: 25px !important;
    width: 22%;
}

.mega-menu-list a{width: auto !important;}
/*Added By Hilal*/
.ui-helper-hidden-accessible {display: none !important;}

.menu-search {
    width: 489px;
    padding: 5px 0;
    text-align: center;
    float: left;
}
.search-button-top{
    background: #006fb4 none repeat scroll 0 0;
    padding: 6px 14px;
    padding:5px 14px 8px 14px\9\0;
}
.search-button-top img{
    vertical-align: -4px;
}
.menu-search input{
   margin: 0;
   width: 312px;
   padding:5px 5px 6px;
   font-size: 14px;
}
.sub-menu a{
   font-size: 13px !important;
   font-weight: normal !important;
   border-right: 0 none !important;
}
footer p{
    background-color: #024d87;
}
.last-menu a{border-right: 0 none !important;}


/*categories css*/
.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width: 205px;
  float: left;
  margin-right:25px;
  margin-bottom: 15px;
  margin-left: 10px;
  transition-duration: 0.5s;
  /*height: 100%;
  min-height:250px;
  max-height:400px;*/
  overflow: auto;
}
.col a:hover {color:#024D87;padding-left: 8px;}
#divList{
   float: left;
   width: 750px;
}  
.c3 {
  margin-right:0;
}

h1 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

h2 {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  text-shadow: 1px 1px 2px #fff;
}
h3 {
    margin: 0;
}

h3 a {
  background: url("../images/sprite.png") right 10px no-repeat;
  border-bottom: 1px solid #dcdcdc;
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
}
h3:hover { /*background: rgb(228,10,85);*/ }
h3.open  { /*background: rgb(255,70,120);*/ }
h3.open a { background-position: right -30px; }
h3 + div { padding: 10px; }
h2 + div,
.example {
  /*background: #fff;*/
  /*overflow: hidden;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*margin-bottom: 20px;*/
}

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #aaffff;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */


.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

.sub-category {
    color: #333333;
    font-size: 12px;
    padding-left: 15px;
}
.sub-category a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    transition-duration: 0.5s;
}
#custom-show-hide-example{transition-duration: 0.5s;}
.sub-category p {
    margin: 0;
}
.right-content {
    float: left;
    width: 750px;
    margin-bottom: 10px;
}
.editor-field select {
    border: 1px solid #cccccc;
    color: #333333;
    margin:0;
    padding: 6px;
    width: 98%;
    text-transform:uppercase;
}
.right-content form {
    /*margin-top: -13px;*/
}
.total{
   padding:10px 0;
}

.no-content{
    margin-top: -7px;    
    min-height:300px;
    padding: 110px 0;
}

.no-right-content {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 500px;
    border: 1px solid #666666;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.no-right-content h2{
   color: #024d87;
    font-size: 28px;
}

.no-right-content a{color: #024d87; font-size: 16px;
    text-decoration: none;}
    
    .no-innerpage-logo {
    float: left;
    width: 300px;
}
.no-eoffice-logo {
    display: inline-block;
    text-align: right;
    width: 700px;
}
.save {
    float: right;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.no-right-content .page-heading {
    border-bottom: 1px solid #cccccc;
    float: left;
    margin-top: 0;
    text-align: left;
    width: 100%;
    font-size: 20px;
}
.no-right-content .editor-label {
    float: left;
    line-height: 15px;
    padding: 7px 9px 0 !important;
    text-align: left;
    text-transform: capitalize;
    width: 200px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.no-right-content .editor-field {
    background-color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 7px 9px 0;
    text-transform: uppercase;
    width: 480px;
}
.no-right-content .editor-field input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    margin:0 0 10px;
    width: 470px;
}

.no-right-content .editor-field select {
    border: 1px solid #cccccc;
    color: #333333;
    margin: 2px 0;
    padding: 6px;
    width: 482px;
}

.no-right-content #btnSubmit, #btnSave {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.no-right-content .password{padding-left:10px;}
.message {
    color: #024d87;
    font-size: 15px;
}
.dashboard-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    width: 307px;
    margin-right: 15px;
    margin-bottom: 20px;
    transition-duration: 0.5s;}
.dashboard-content:hover, .popup-dashboard-div:hover{box-shadow: 1px 3px 5px #999999; background:
 #e8e8e8 none repeat scroll 0 0;}
.Location-Admin {
    background-color: #999;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    text-shadow: none;
    background-image:url('../Images/Location-admin.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.finance-accounts {
    background-color: #999;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    text-shadow: none;
    background-image:url('../Images/f-a.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.super-admin {
    background-color: #999;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    text-shadow: none;
    background-image:url('../Images/super-admin.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.ic-admin
{ background-color: #999;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    text-shadow: none;
    background-image:url('../Images/ic_admin.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    
    }
.buyer-dashboard{
    background-color: #999;
    color: #ffffff;
    margin: 0;
    padding: 8px 10px;
    text-shadow: none;
    background-image:url('../Images/buyer-icon.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.main-dashboard{
    float: left;
    padding: 20px;
    width: 960px;
}
.dashboard-content ul{
    list-style: inside none circle;
    margin: 0;
    padding: 10px;
    height: 190px;
    /*background:#fff;*/
}
.dashboard-content li{
    background: url("../images/sprite.png") left 10px no-repeat;
    border-bottom: 1px solid #cccccc;
    list-style: outside none none;
    padding:5px 0 5px 15px;   
    transition-duration: 0.2s;   
}
/*.dashboard-content li:hover{
   background-color:#cccccc ;
   padding:5px 0 5px 17px;
   transition-duration: 0.2s;   
}*/


   
.dashboard-content a {
    padding: 0;
    text-decoration: none;
}
.dashboard-content a:hover {color:#000;}
.border-none{border:medium none !important;}
.no-margin{margin-right:0px;}
.dashboard-icon {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
    width: 240px;
    margin-bottom: 15px;
}

.dashboard-icon-last {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    margin-right: 0px;
    width: 240px;
    margin-bottom: 15px;
}
.dashboard-text{
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    text-shadow: none;
    background-color: #666666;
}
.dashboard-icon-image {
    display: block;
    padding: 10px;
    text-align: center;
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 5px;
}

/*dashboard css added by krishna*/
.v-center {
  text-align: center;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}



.modal-box {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box {max-width: 738px;/* max-width: 565px;*/ width: auto;}
}

.modal-box header,
.modal-box .modal-header {
  /*padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;*/
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding:0px; float: left; margin: 15px 15px 5px;}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  right: 3px;
  text-decoration: none;
  color: #000;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.dashboard-div {
    border: 1px solid #cccccc;
    float: left;
    width: 160px;
    border-radius: 4px;
    margin:0 20px 10px 0;
    background: #ffffff none repeat scroll 0 0;
    transition-duration: 0.5s;
}
.dashboard-div:hover {background: #e8e8e8; box-shadow:0px 0px 4px 0px #8c8c8c;}
.dashboard-div-icon {
    float: left;
    padding:10px 32px;
}
.dashboard-div-heading {
    float: left;
    padding: 8px;
    width: 144px;
    background: #666666 none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
}
.popup-dashboard-div {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin: 0 10px 10px 0;
    width: 165px;
    transition-duration: 0.5s;
}

.popup-dashboard-div-icon {
    float: left;
    padding: 10px 35px;
}
.popup-dashboard-div-heading {
    background: #666666 none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    color: #ffffff;
    float: left;
    padding: 5px;
    text-align: center;
    width: 155px;
    font-size: 13px;
}

#popup3{left: 25% ; top:30% ;}
#popup2{left: 33% ;top: 10px ;}
#popup5{left: 38% ; }
#popup31{left: 35% ;top: 30% ;}
#popup32{left: 35% ;top: 30% ;}
#popup33{left: 25% ;top: 30% ;}
.SelectRole {
    margin-top: -7px;
    min-height: 300px;
    padding: 1px 0;
}
#popup1{top: 10px !important; left: 25%;}
.main-menu a{border-right: 1px solid #ffffff; padding-right: 10px;}

/*hover effect start*/

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #024D87;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*hover effect end*/

.Item-Category {
    float: left;
    width: 250px;
    margin-top: 15px;
}

.Item-Category-heading {
    float: left;
}

.Item-Category-select {
    float: left;
    width: 250px;
    padding-top: 5px;
}

.Item-Category-select select {
    border: 1px solid #c5c5c5;
    margin: 0;
    width: 250px;
    height: 150px;
}

.Item-add{
   float: left;
}

.Item-remove{
   float: left;
}

.select-Item-Category {
    float: right;
    width: 250px;
    margin-top: 15px;
}

.select-Item-Category-heading {
    float: left;
}

.select-Item-Category-select {
    float: left;
    padding-top: 5px;
    width: 250px;
}

.select-Item-Category-select select{
   border: 1px solid #c5c5c5;
    margin: 0;
    width: 250px;
    height: 150px;
}
.item-add-remove{
    float: left;
    margin-top: 45px;
    padding: 57px 47px;
}
.categories-heading a:hover{padding-left: 0px !important;}

.vendor-save-button {
    float: right;
}

.display-field select {
    border: 1px solid #cccccc;
    margin: 0;
    padding: 3px;
    width: 100%;
}
.register-content{
   margin: 0 10px;
   width: 980px;
   min-height: 500px;
}

.register-content .editor-label {
     background-color: #d9d9d9;
    /*border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;*/
    box-shadow: 0 0 1px #8c8c8c;
    box-shadow: 0 0 1px #8c8c8c\9;
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0 9px;
    text-transform: capitalize;
    width: 210px;
    border:none;
}
.register-content .editor-field {
    background-color: #ffffff;
    float: left;
    font-size: 14px;
    margin-bottom: 9px;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 240px;
    /*box-shadow: 0 0 1px #8c8c8c;
    box-shadow: 0 0 1px #8c8c8c\9;*/
}

.register-content .editor-field select {
     border: 1px solid #cccccc;
    color: #333333;
    margin: 0;
    padding: 6px;
    width: 240px;
}
.register-content .editor-field input {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    margin: 0;
    padding: 7px;
    width: 224px;
}
.register-top-div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 0 0 20px;
    padding:0 204px;
    width: 570px;
}
.mandatory {
    color: #ff0000;
    padding-left: 2px;
}

#divproduct{float: left;display: block;}

@media screen and ( device-width: 1024px ) {
#popup1 {
    top: 10px !important;
    left: 15%;
}
}


/*media query added by krishna 16-12-2015 start*/

/* ===========================
   ====== Media Queries ====== 
   =========================== 	*/
@media only screen and (min-width : 802px) and (max-width : 960px){

   .main-dashboard {
      float: none; 
      padding: 20px; 
      width: auto;
   }
   
   .dashboard-content {
      background: #ffffff none repeat scroll 0 0; 
      border: 1px solid #cccccc; 
      border-radius: 5px; 
      float: left; 
      margin-bottom: 20px; 
      margin-right: 7px; 
      transition-duration: 0.5s; width: 32%;
   }
  
   .log-out-area {
      margin: 0 auto; 
      padding: 0 10px; 
      text-align: right; 
      width: auto;
   }
  
   .logo-section{
      padding: 23px 10px;
   }
  
   .logo-area{
      width:auto;
   }
   
   .no-innerpage-logo{
      width: 58%;
   }
   
   .no-eoffice-logo {
      display: inline-block;    
      text-align: right; 
      width: 42%;
   }    
   
   footer{ padding: 15px 10px;}    
}
/* ===========================
   ====== Media Queries ====== 
   =========================== 	*/
@media only screen and (min-width : 481px) and (max-width : 801px)
{
	.editor-field-small{line-height: 30px; border: 1px solid #cccccc;    padding: 0 9px;    width: 95%; background-color: #ffffff;}
   .editor-field-small select{width: 100%;border: 0 none; padding: 0;}
   .editor-field-small input {background: #ffffff none repeat scroll 0 0; border: 0 solid #e2e2e2; margin: 0; padding: 0; width: 100%;}
   .editor-label-small{width:95%; padding: 0 9px; border: 1px solid #cccccc;background-color: #d9d9d9; margin-bottom:0;}
	
	
	.search-para{
	  padding:9px;
	}
	
	.editor-label{
	  width:95%; 
	  border: 1px solid #cccccc;
	}
	
	.editor-field{
	  width:95%;
	  border: 1px solid #cccccc;
	  padding: 0 9px;
	}
	
	.editor-field input{
	  width:100%;
	  border: 0 solid #e2e2e2;
	  margin: 0;
	  padding: 0;
	}
	
	.editor-field select{
	  width:100%;
	  border: 0 none; 
	  padding: 0;
	}
	
	#divproduct{
	  float:none;
	}
	
	.main-dashboard {float: left; padding: 10px 0; width: auto;}	
	
	.dashboard-content{width: 47%;margin-right: 11px;}	
	
	.log-out-area {margin: 0 auto;text-align: center; width: auto;}   
	
   .logo-area {margin: 0 auto; width: auto;text-align: center;} 
     
   .no-innerpage-logo {float: none; width: auto;}  
    
   .no-eoffice-logo {display: inline-block; text-align: center; width: auto;}  
    
   .copyright {float: none;}   
   
   .footer-area div{text-align: center;}   
   
   .col{display: none;}   
   
   .right-content{width: 100%;}
   
   .dashboard-div {margin: 0 8px 10px 0; width: 31%;}   
   
   .innerpage-logo {float: none; width: auto;}   .menu-search {float: none; padding: 5px 0; text-align: center; width: auto;}
   
   .search-para{width: 95%;}
   
   #divList {width: 100%;}
    .v-center {float: left; margin-left: 0;margin-top: 0;text-align: center;}
   .dashboard-div-icon {float: none; padding: 10px 23px;}
   .dashboard-div-heading {background: #666666 none repeat scroll 0 0; border-radius: 0 0 4px 4px; color: #ffffff; float: left; font-size: 16px; padding: 8px 0; width: 100%;}
   .display-label{width: 95%;max-width: 98%;padding: 0 2%;}   
   .display-field{width: 95%;max-width: 98%;padding: 0 2%;}   
   #popup1{left: 9%;width: 81%;}   
   .popup-dashboard-div{width: 46%;text-align: center;}   
   .log-out-section{padding: 10px 0;margin-top: 81px;}   
   .popup-dashboard-div-heading{width: 100%;padding: 5px 0;}   
   .popup-dashboard-div-icon{padding: 10px 35px;float: none;}   
   .modal-box .modal-body{20px 0 20px 20px}      .no-right-content{width: auto;}   
   .register-content {margin: 0; width: auto;}   
   .register-top-div{margin: 0; padding: 0;width: 100%;}
   .register-content .editor-label{width: 45%;margin-bottom: 11px;}
   .register-content .editor-field{float: right;width: 45%;}
   input[type="submit"], input[type="button"], button{margin-bottom: 10px;    margin-left: 0;  margin-top: 10px;}
   .no-right-content #btnSubmit, #btnSave{margin-bottom: 10px;margin-right: 0;}
    
    .register-content .editor-field select{width: 100%;}
    
    .register-content .editor-field input{width: 96%;}
    
    .no-right-content{width: auto;}
    
     #menu ul { float: none; list-style-type: none; margin:0px; padding: 0; }
    
    #menu li {float: none; position: inherit; text-align: left; }
   
    .caret {padding: 0; }
   
    .innerpage-logo{display:none;}
    
    .logo-section {    padding: 10px;   }
}

	
/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (min-width : 280px) and (max-width : 480px)
{
   .editor-field{line-height: 30px;}
   .main-content{padding-bottom: 10px;}
	/*.content-wrapper{padding-bottom: 10px;}*/
	.no-right-content #btnSave{margin:8px 6px 8px 0;} 
	.no-right-content #Create{margin:8px 6px 8px 0;}
	.search-para{padding: 5px 3px;}
	#divproduct{float:none;}
	.editor-field input{border: 0 solid #e2e2e2; margin: 0; padding: 0; width: 100%;}
	.editor-field textarea{border: 0 solid #e2e2e2; margin: 0; padding: 0; width: 100%;}
	.select-Item-Category{width: 100%;}
	.Item-Category{width: 100%;}
	.editor-field{border: 1px solid #cccccc;    padding: 0 3px;    width: 95%;}
	.editor-field-small{line-height: 30px; border: 1px solid #cccccc;    padding: 0 3px;    width: 95%; background-color: #ffffff;}
	.editor-field select{width: 100%;border: 0 none; padding: 0;}
	.editor-field-small select{width: 100%;border: 0 none; padding: 0;}
	.editor-field-small input {background: #ffffff none repeat scroll 0 0; border: 0 solid #e2e2e2; margin: 0; padding: 0; width: 100%;}
	.editor-label{width:95%; padding: 0 3px; border: 1px solid #cccccc;}
	.editor-label-small{width:95%; padding: 0 3px; border: 1px solid #cccccc;background-color: #d9d9d9; margin-bottom:0;}
	.Item-Category-select{width: 100%;}
	.Item-Category-select select{width: 100%;}
	.item-add-remove{margin-top: 15px;padding: 0; width: 100%;}
	.select-Item-Category-heading{width: 100%;}
	.select-Item-Category-select{width: 100%;}
	.select-Item-Category-select select{width: 100%;}
	.image{display: none;}
	
	.dashboard-content{float: none;margin-right: 0; width: 100%;}
	
   .main-dashboard {float: none; padding: 10px; width: auto;}
   
   .log-out-area {margin: 0 auto;text-align: center; width: auto; padding: 0 5px;}
   
   .logo-area {margin: 0 auto; width: auto;text-align: center;}
   
   .no-innerpage-logo {float: none; width: auto;}
   
   .no-eoffice-logo {display: inline-block; text-align: center; width: auto;}
   
   .footer-area div{text-align: center;}
   
   .col{display: none;}
   
   .log-out-section{padding: 10px 0;margin-top: 81px;}
   
   .logo-section{padding:10px;}
   
   .menu-search{width: auto;}
   
   .menu-search input{width: 195px;}      .right-content{width: auto;}
   
   .v-center {
       float: left;
       margin-left: 0;
       margin-top: 0;
       text-align: center;

   }

   .dashboard-div {
       background: #ffffff none repeat scroll 0 0;
       border: 1px solid #cccccc; 
       border-radius: 4px; 
       float: left;  
       margin: 0 5px 10px 0; 
       text-align: center;   
       transition-duration: 0.5s;  
       /*width: 47%;*/ /*commented for design changes*/ 

   }
   
   .dashboard-div-icon {float: none; padding: 10px 23px;}
   
   .dashboard-div-heading {background: #666666 none repeat scroll 0 0; border-radius: 0 0 4px 4px;       color: #ffffff;       float: left;       font-size: 16px;       padding: 8px 0;       width: 100%;   }
   
   .innerpage-logo {float: none; width: auto;}
   
   .menu-search{float: none;}
   
   .copyright {float: none;}
   
   #popup1{left: 0;}
   
   .popup-dashboard-div{text-align: center;width: 47%;margin: 0 5px 10px 0;}
   
   .popup-dashboard-div-icon {float: none; padding: 0;}
   
   .popup-dashboard-div-heading{padding: 5px 0;width: 100%;}
   
   .display-label{width: 94%;max-width: 100%;}
   
   .display-field{width: 94%;max-width: 100%;}
   
   .register-content {    margin: 0 auto;    min-height: 500px;    width: auto;}
   
   .register-top-div{padding: 0; width: 100%}
   
   .register-content .editor-label{width: 37%; margin-bottom: 11px;}
   
   .register-content .editor-field{width: 50%;float: right; margin-bottom: 9px; margin-right: 0;}
   
    input[type="submit"],    input[type="button"],    button {margin-left: 0px;}
    
    .no-right-content #btnSubmit{margin-bottom: 10px;margin-right: 0;}
    
    .register-content .editor-field select{width: 100%;}
    
    .register-content .editor-field input{width: 93%;}
    
    .no-right-content{width: auto;}
    
    #menu ul { float: none; list-style-type: none; margin:0px; padding: 0; }
    
    #menu li {float: none; position: inherit; text-align: left; }   
    .caret {padding: 0; }
   
    .innerpage-logo{display:none;}
    .desktop-menu{display:none;}
    .float-left {    background: #006fb4 none repeat scroll 0 0;    float: none;    height: auto;
    width: auto;   }
   
}

@media only screen and (min-width : 280px) and (max-width : 801px)
{
    input[type="submit"],
    input[type="button"],
    button {
        padding:4px 2px;
    }
   .mobile-cart {width: 90%;}
   .content{width: auto;}
   .editor-field{line-height: 30px;}
   .dashboard-div-heading{font-size: 15px;}
   .right-content{float: none;}
   .desktop-menu{display:none;}
   .float-left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    height: auto;
    width: auto;
   }
   
   .float-right{
      margin-bottom: 10px; 
      border-radius:5px;
   }
   
   #menu li{
      border-bottom: 1px solid #444444;
   }
   
   .display-none {  
      display: none;
   }
   
   #popup31{
      left: auto; 
      top: auto;
   }
   
   #popup3{
      left: auto; 
      top: auto;
    }
    
   .modal-box{
      width: auto;
    }
   
   #popup3{
      left: auto; 
      top:auto;
    }
   
   #popup2{
      left: auto; 
      top: auto;
    }
   
   #popup5{
      left: auto; 
   }
   
   #popup32{
      left: auto; 
      top: auto;
   }
   
   #popup33{
      left: auto; 
      top: auto;
   }
   
   #divList{
      width: auto;
      float: none;
   }
   
   .search-para{
      width: auto;
      min-width: 95%;
   }
   
   .search-para select{
      width: 100%;
      margin-bottom: 5px;
   }
   
   .ui-autocomplete-input{
      width:96%;
      margin-bottom: 5px;
   }
   
   td{
      padding: 2px 5px;
   }
   
   .Item-Category{
      width: 100%;
   }
   
   .Item-Category-heading{
      width: 100%;
   }
   
   .Item-Category-select{
      width: 100%;
   }
   
   .Item-Category-select select{
      width: 100%;
   }
   
   .item-add-remove {
      float: left; 
      margin-top: 5px; 
      padding: 0; 
      text-align: center; 
      width:100%;
   }
   
   .select-Item-Category{
      margin-top: 15px; 
      width: 100%;
   }
   
   .select-Item-Category-heading{
      width: 100%;
   }
   
   .select-Item-Category-select{
      width: 100%;
   }
   
   .select-Item-Category-select select{
      width: 100%;
   }
   .register-content .editor-field select {
    border: 0px solid #cccccc;
    color: #333333;
    margin: 0;
    padding:0 6px;
    
    background:none;
}
.register-content .editor-field input {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #e2e2e2;
    margin: 0;
    padding:0 6px;
   
}
   
}

@media only screen and (min-width : 802px) and (max-width : 2500px)
{
.navbar-fixed-top {
   display:none;
}   
}


/*media query added by krishna 16-12-2015 end*/

.marginBottom-0 {
   margin-bottom:0;
 }

.dropdown-submenu{
   position:relative;
 }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown-submenu>.dropdown-menu{
   top:0;
   left:100%;
   margin-top:-6px;
   margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
   display:block;
   float:right;
   width:0;
   height:0;
   border-color:transparent;
   border-style:solid;
   border-width:5px 0 5px 5px;
   border-left-color:#cccccc;
   margin-top:5px;
   margin-right:-10px;
 }

.dropdown-submenu:hover>a:after{
   border-left-color:#555;
 }
 
.dropdown-submenu.pull-left{
   float:none;
 }
 
 .dropdown-submenu.pull-left>.dropdown-menu{
   left:-100%;
   margin-left:10px;
   -webkit-border-radius:6px 0 6px 6px;
   -moz-border-radius:6px 0 6px 6px;
   border-radius:6px 0 6px 6px;
 }

@media only screen and (min-width : 800px) and (max-width : 2000px){
/*css for cart start*/
   
   .panel-body .search-para{width: 700px;}
   .content {
    /*background: #ffffff none repeat scroll 0 0;*/
    /*border: 1px solid #eeeeee;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
    clear: both;
    min-height: 150px;
    /*padding: 8px;*/
    /*position: absolute;*/
    right: 0;
    top: 35px;
    width: 350px;
}
.mini-cart-total {
    text-align: right;
}
.checkout {
    clear: both;
    line-height: normal;
    text-align: right;
    margin-top:15px;
}
.checkout .button{
    background: #006fb4 none repeat scroll 0 0;
    color: #ffffff;
    padding: 4px 9px;
}
.content td {
    border: 0 solid #d4d4d4;
    height: 30px !important;
    padding: 3px;
    /*text-align: inherit;*/
}
.content .total{
   text-align: right;
}
.name{width:60%;text-align: left;}
.quantity{width:10%;}
.total{width:20%;}
.remove{width:10%;text-align: right;}
.mini-cart-total td{text-align: right;}
.main { 
	margin: 0 auto; 
	padding: 40px 20px; 
	max-width: 960px; 
	font-size: 19px; 
	line-height: 30px;
}
.main a { 
   color: #DB7580; 
   text-transform: none; 
}
		
.popup {
   display: none; 
   position: absolute; 
   top: 170px; 
   /*right: 18%;*/ 
   /*width: 700px;*/ 
   /*margin-left: -350px; */
   padding:10px;
	background: #fff; 
	/*color: #333;*/ 
	/*font-size: 19px;*/ 
	line-height: 30px; 
	border:1px solid #ccc; 
	z-index: 9999;
}
.popup-mobile {
   position: relative; 
	top: 0; 
  	left: 0; 
  	margin: 30px 0 0; 
  	width: 100%;
}		
.popup-btn-close {
   color: #666666;
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   position: absolute;
   right: 8px;
   text-transform: uppercase;
   top: -4px;
}
.mini-cart-info{
   border-bottom: 1px solid #cccccc;
   padding-bottom: 10px;
}

}

@media only screen and (min-width : 1000px) and (max-width : 1200px){
.popup {right:8%; }
}

@media only screen and (min-width : 1201px) and (max-width : 1400px){
.popup {right:14%; }
}

@media only screen and (min-width : 1401px) and (max-width : 1600px){
.popup {right:19%; }
}


@media only screen and (min-width : 280px) and (max-width : 800px){
         .mini-cart-info{
         border-bottom: 1px solid #cccccc;
         padding-bottom: 10px;
         }
         .VENDOR .right-content{width: auto !important;}
         .VENDOR #divList{width: auto !important;}
         .VENDOR .editor-field{width: 95% !important ;}
         .VENDOR .editor-field input{width: 95%!important;}


         .hidecol{display:none;}
            
            .popup-btn-close {
            color: #666666;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            position: absolute;
            right: 8px;
            text-transform: uppercase;
            top: -4px;
         }
         .content {
             clear: both;
             min-height: 150px;
             right: 0;
             top: 35px;
             width: 100%;
         }
         .mini-cart-total {
             text-align: right;
         }
         .checkout {
             clear: both;
             line-height: normal;
             text-align: right;
         }
         .checkout .button{
             background: #006fb4 none repeat scroll 0 0;
             color: #ffffff;
             padding: 4px 9px;
         }
         .content td {
             border: 0 solid #d4d4d4;
             height: 30px !important;
             padding: 3px;
             /*text-align: inherit;*/
         }
         .content .total{
            text-align: center;
         }
         .name{width:60%;text-align: left;}
         .quantity{width:10%;}
         .total{width:20%;}
         .remove{width:10%;text-align: right;}
         .mini-cart-total td{text-align: right;}
         .main { 
         	margin: 0 auto; 
         	padding: 40px 20px; 
         	max-width: 960px; 
         	font-size: 19px; 
         	line-height: 30px;
         }
         .main a { 
            color: #DB7580; 
            text-transform: none; 
         }
         		
         .popup {
            display: none; 
            position: absolute; 
            top: 250px; 
            /*right: 18%; */
            /*width: 700px;*/ 
            /*margin-left: -350px; */
            padding:10px;
         	background: #fff; 
         	/*color: #333;*/ 
         	/*font-size: 19px;*/ 
         	line-height: 30px; 
         	border:1px solid #ccc; 
         	z-index: 9999;
         }
}
/*css for cart end*/

.panel-title a {
    /*border-bottom: 2px solid #024d87;*/
    color: #024d87;
    cursor: context-menu;
    padding:0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.panel-heading a:after {
    font-family:'GlyphiconsHalflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\002b";
}

/*css added on 19/01/2016 by Krishna*/
.editor-field input[type="checkbox"]{
   border: 1px solid #e2e2e2 !important;
    margin: 8px 0 !important;
}
.VENDOR .right-content{margin: 0 10px;
    width: 980px;}
.VENDOR #divList{width: 980px;}
.VENDOR .editor-field{width: 265px ;}
.VENDOR .editor-field input{width: 245px ;}
.VENDOR .search-para{width:958px;}

.SSC .right-content {
    margin: 0 10px;
    width: 980px;
}

.SSC #divList {
    width: 980px;
}

.SSC .editor-field {
    width: 265px;
}

    .SSC .editor-field input {
        width: 245px;
    }

.SSC .search-para {
    width: 958px;
}


/*Scroll bar by hilal*/
/* container properties */
	.scrollbar {
		overflow-y:scroll;
	}
	
	/* customize scrollbar css */
	#scrollbar-custom::-webkit-scrollbar{
		width:12px;
		background-color:#cccccc;
	}
	#scrollbar-custom::-webkit-scrollbar:horizontal{
		height:12px;
	}
	#scrollbar-custom::-webkit-scrollbar-track{
		border:1px #cccccc solid;
		border-radius:10px;
		-webkit-box-shadow:0 0 6px #D5D5D5 inset;
	}
	#scrollbar-custom::-webkit-scrollbar-thumb{
		background-color:#024d87 ;
		border:1px solid #cccccc;
		border-radius:16px;
	}
	#scrollbar-custom::-webkit-scrollbar-thumb:hover{
		background-color:#006FB4;
		border:1px solid #cccccc;
	}
	#scrollbar-custom::-webkit-scrollbar-thumb:active{
		background-color:#006FB4;
		border:1px solid #cccccc;
	}
/*Scroll bar by hilal*/
/*Title Styling by hilal*/
 a.tip {
     float: right;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background-image:url('/Images/help-icon.png');
    background-repeat:no-repeat;
}
.display-label  a.tip
{
    background-position: 5px 5px;
    width: 28px;
    height: 28px;
}
.display-label-small  a.tip
{
    background-position: 5px 5px;
    width: 28px;
    height: 28px;
}
a.tip:hover {
    cursor: pointer;
    position: relative
}
a.tip span {
    display: none;
    text-transform: initial;
}
a.tip:hover span {
    padding: 5px 20px 5px 5px;
    display: block;
    background: #006fb4  no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 184px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    border-radius:5px;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
.tip{display:none;}
}
/*Title Styling by hilal*/
.ammount{text-align: right;width:50px;}
.quantity{text-align: center;}
.actionicon {width: 100px;}        
.logo-subtitle {color: #fff;padding-left: 59px;}


/*added on 2nd nov 2018 */
.tableborder
{
	padding: 1;
	border-right: #dccaab thin solid;
	border-top: #dccaab thin solid;
	border-left: #dccaab thin solid;
	border-bottom: #dccaab thin solid;
}
.legendbackcolors
{
    background-color: #645389;
    height: 18px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 3px 0 0;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    padding-top: 6px;
}
.content-form .input-group{
   position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.content-form textarea {
    width: 97%;
}
.content-form .input-group {
    width: 100%;
    margin-bottom: 0px;
}
.control-label{
    margin:0px;
}
.content-form .form-group {
    margin-bottom: 5px;
}
#sticky {
    padding: 0 10px;
    float: right;
    width: 28%;
    margin-bottom: -20px;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
    right: 8%;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -100px;
}
#passengerAdd{
    float:right;
    margin-right:50px;
}
@media only screen and (min-width : 280px) and (max-width : 801px) {
    fieldset {
        width: auto;

    }

    .editor-field-small input {
        /*padding: 6px 6px;*/
    }

    #sticky {
        padding: 0 10px;
        float: left;
        width: auto;
        margin: 0px;
    }

    #sticky.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 80px;
        z-index: 10000;
        border-radius: 5px;
        /*right: auto;*/
        background: #0370c0;
        width: auto;
        margin: 0px;
           padding: 0 10px;
        float: left;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -35px;
    }

    #passengerAdd {
        float: left;
    }

}
.hover {
    background: #FFF37C;
}
/*address class here to see output in mobile*/
@media only screen and (max-width: 480px) { 
 

    .deskstopview {
        display: none !important;
    }
    .logoutareafontsize {
        font-size: 11px;
    }
    .heightformobile {
        height: 37px;
    }
    .rightcontentmobile
    {
        width:unset !important;
    }
    .popupwidth{
        width:100% !important;
    }
    .width95 {
        width: 95% !important;
    }
    .width95andmargin {
        width: 95% !important;
        margin-bottom:2px !important;
    }
    .paddingmodalbody {
        padding: 21px !important;
    }
    .footerfontsize {
        font-size: 9px;
    }
    .width100
    {
 width:100% !important;
    }
    .marginleft46 {
        margin-left: 46% !important;
        float:none !important;
    }
    .paddingleft0{
        padding-left:0 !important;
    }
    .width104 {
        width: 104% !important;
    }
    .width93 {
        width: 93% !important;
    }
    .buttonwidth
    {
        width:126px !important;
    }
    .width90{
        width:90%!important;
    }
    .marginleft11{
        margin-left:11px !important;
    }
    .marginleft25{
        margin-left:20% !important;
    }
    .marginbottom10px{
        margin-bottom:10px !important;
    }
    .margintop11{
        margin-top:11px;
    }
  
}
/*address class here to see output in deskstop  */
@media (min-width: 768px) {
   
    .mobileview {
        display: none !important;
    }

    .paddingleft {
        padding-left: 300px !important;
    }

   
}
.gridhide {
    display:none;
}
.height450 {
    min-height: 450px;
}

input[type="search" i] {
    color:black !important;
}
