﻿/*---------- PRIMARY LAYOUT ELEMENTS ----------*/
html {
    height: 100%;
}

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    height: auto; /*99%;*/
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
}

.page-popup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#page-single {
    /*width: 100%;*/
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

/*---------- END OF PRIMARY LAYOUT ELEMENTS ----------*/

/*---------- Header ELEMENTS ----------*/
.header-single {
    height: 70px;
    width: 100%;
    /*border: 1px solid #aaaaaa; */
    /* background: #cccccc url(themes/images/header-bg_highligh.png) 50% 50% repeat-x; */
    /*color: #222222; */
    font-weight: bold;
    overflow: hidden;
    color: #fff;
}

#header {
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
    padding: 0;
    width: 100%;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        border: none;
        line-height: 2em;
        font-size: 2em;
        color: #666666;
        vertical-align: middle;
    }

.header-line {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
}

    .header-line.ui-widget-header {
        /*
    background: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
    border: 1px solid #E78F08;
    color: #FFFFFF;
    font-weight: bold;
    */
        border: none;
        background: #dddddd url(themes/images/bk_blue_270x100.png) 50% 50% repeat-x;
        color: #444444;
        font-weight: bold;
    }

div#title {
    display: block;
    float: left;
    text-align: left;
}

/* Navigation Menu in Header*/
#menucontainer {
    margin: 0;
}

#nav {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#999999));
    background: -moz-linear-gradient(top, #FFFFFF, #999999);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    display: block;
    list-style: none;
    overflow: hidden;
    font-weight: bold;
    color: #C0C0C0;
    padding: 0;
    margin: 0 0 2px 2px;
    width: 100%;
    height: 32px;
    -webkit-appearance: none;
    /* IE5.5 – IE7 */
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#999999)";
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#999999)";
}

    #nav li {
        width: 9.9%;
        border-right: 1px solid #A2A2A2;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
        float: left;
    }

        #nav li a {
            color: #464646;
            display: block;
            font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
            height: 32px;
            line-height: 30px;
            /*padding:0 30px; */
            text-align: center;
            text-decoration: none;
            text-shadow: 0 1px #fefefe;
            font-weight: bold;
            /*
    filter: "Shadow(Color=#fefefe, Direction=135, Strength=1)";
    -ms-filter: "Shadow(Color=#fefefe, Direction=135, Strength=1)";
    */
        }

            #nav li a:hover {
                background: -webkit-gradient(linear, 0 0, 0 100%, from(#929292), to(#535353));
                background: -moz-linear-gradient(top, #929292, #535353);
                -webkit-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 0 0 1px rgba(255,255,255,.1);
                -moz-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 0 0 1px rgba(255,255,255,.1);
                color: #fff;
                text-shadow: 0 -1px #414141;
                /* IE5.5 – IE7 
    filter: "Shadow(Color=#414141, Direction=135, Strength=2)";
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292, endColorstr=#535353)"; 
    
    IE8
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292, endColorstr=#535353), Shadow(Color=#414141, Direction=135, Strength=2)";
    */
            }

            #nav li a:active {
                -webkit-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255,255,255,.1);
                -moz-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255,255,255,.1);
            }

        #nav li .current,
        #nav li .current:hover {
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), to(#525051));
            background: -moz-linear-gradient(top, #373737, #525051);
            -webkit-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255,255,255,.1);
            -moz-box-shadow: inset 0 -10px 20px rgba(0,0,0,.05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255,255,255,.1);
            color: #fff;
            text-shadow: 0 1px #242323;
            /* IE5.5 – IE7
    filter: "Shadow(Color=#242323, Direction=135, Strength=5)";
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#373737, endColorstr=#525051)";
    IE8
    -ms-filter: "Shadow(Color=#242323, Direction=135, Strength=5)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#373737, endColorstr=#525051)";
    */
        }
/*---------- End of Header ELEMENTS ----------*/

/*---------- Footer ELEMENTS ----------*/
#footer {
    text-align: center;
    /*width:100%;*/
    height: 20px;
    /*margin-top: -50px;  /* for Splitter anchorToWindow option */
    max-height: 50px; /* for Splitter anchorToWindow option */
    font-size: .9em;
}
/*---------- End of Footer ELEMENTS ----------*/

/*---------- Splitter Frame ELEMENTS ----------*/
#splitter-frame1 {
    /*border: 1px solid #A2A2A2;*/
    min-width: 500px; /* Splitter can't be too thin ... */
    min-height: 300px; /* ... or too flat */
    /*margin-bottom: 50px; /* for Splitter anchorToWindow option, leave footer height */
}

#left-pane {
    width: 180px;
    min-width: 100px;
    max-width: 400px;
}

#main-pane {
    min-width: 300px;
}

#TopPane { /* Top nested in right pane */
    height: 150px; /* Initial height */
    min-height: 75px; /* Minimum height */
}

#BottomPane {
    background: #eef;
    min-height: 100px;
}

.vsplitbar {
    width: 3px;
    background: #A2A2A2;
}

#menu-portlet {
    margin-right: 0;
}
/* Splitbar styles; these are the default class names
.ui-state-default { background-color: #88c }
.ui-state-hover { background-color: #bbf }
.ui-state-highlight { background-color: #68f }
.ui-state-error { background-color: #eaa }
 */
.splitter-pane {
    overflow: auto;
}

.splitter-bar-vertical {
    width: 3px;
    /*background-image: url(img/vgrabber.gif);*/
    background-repeat: no-repeat;
    background-position: center;
}

.splitter-bar.ui-state-highlight {
    opacity: 0.7;
}

.splitter-iframe-hide {
    visibility: hidden;
}

/* Tree menu */
.accordion-menu,
.accordion-menu ul,
.accordion-menu li,
.accordion-menu a,
.accordion-menu span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
}

    .accordion-menu li {
        list-style: none;
    }

        /* Layout & Style */
        .accordion-menu li > a {
            display: block;
            position: relative;
            min-width: 60px;
            padding: 0 10px 0 40px;
            height: 32px;
            color: #2e6e9e;
            font: bold 12px/32px Arial, sans-serif;
            text-decoration: none;
            text-shadow: 0px 1px 0px rgba(0,0,0, .35);
            background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
            background: -moz-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfeffc), color-stop(100%,#5c9ccc));
            background: -webkit-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
            background: -o-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
            background: -ms-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
            background: linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
            -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
            box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
        }

            .accordion-menu li:hover > a,
            .accordion-menu li:target > a,
            .accordion-menu li > a.active {
                color: #3e5706;
                text-shadow: 1px 1px 1px rgba(255,255,255, .2);
                /*background: url(../img/active.png) repeat-x;*/
                background: #f6a828;
                background: -moz-linear-gradient(top, #FFE18C 30%, #f6a828 70%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE18C), color-stop(70%,#f6a828));
                background: -webkit-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
                background: -o-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
                background: -ms-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
                background: linear-gradient(top, #FFE18C 30%,#f6a828 70%);
            }

            .accordion-menu li > a span {
                display: block;
                position: absolute;
                top: 7px;
                right: 0;
                padding: 0 10px;
                margin-right: 10px;
                font: normal bold 12px/18px Arial, sans-serif;
                background: #404247;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
                -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
                box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
            }

            .accordion-menu li:hover > a span,
            .accordion-menu li:target > a span,
            .accordion-menu li > a.active span {
                color: #fdfdfd;
                text-shadow: 0px 1px 0px rgba(0,0,0, .35);
                background: #FFE18C;
            }

            /* Images */

            .accordion-menu li > a:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 24px;
                height: 24px;
                margin: 4px 8px;
                background-repeat: no-repeat;
                background-image: url(../img/icons.png);
                background-position: 0px 0px;
            }

        .accordion-menu li.files > a:before {
            background-position: 0px 0px;
        }

        .accordion-menu li.files:hover > a:before,
        .accordion-menu li.files:target > a:before,
        .accordion-menu li.files > a.active:before {
            background-position: 0px -24px;
        }

        .accordion-menu li.mail > a:before {
            background-position: -24px 0px;
        }

        .accordion-menu li.mail:hover > a:before,
        .accordion-menu li.mail:target > a:before,
        .accordion-menu li.mail > a.active:before {
            background-position: -24px -24px;
        }

        .accordion-menu li.cloud > a:before {
            background-position: -48px 0px;
        }

        .accordion-menu li.cloud:hover > a:before,
        .accordion-menu li.cloud:target > a:before,
        .accordion-menu li.cloud > a.active:before {
            background-position: -48px -24px;
        }

        .accordion-menu li.sign > a:before {
            background-position: -72px 0px;
        }

        .accordion-menu li.sign:hover > a:before,
        .accordion-menu li.sign:target > a:before,
        .accordion-menu li.sign > a.active:before {
            background-position: -72px -24px;
        }

/* Sub Menu */

.sub-menu li a.menu-item,
.sub-menu li a.menu-item {
    color: #464343;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: rgba(0,0,0,.05);
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

    .sub-menu li a.menu-item:hover {
        background: #FFE18C;
    }

.sub-menu li:last-child a.menu-item {
    border: none;
}

.sub-menu li > a.menu-item span {
    color: #464343;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-menu em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
}

.accordion-menu li.sub-accordion {
    padding-left: 10px;
}

/* Functionality */

.accordion-menu li > .sub-menu {
    display: none;
}

.accordion-menu li:target > .sub-menu {
    display: block;
}

/*---------- end of Splliter ELEMENTS ----------*/

/*---------- for jqgrid -------------------------*/

.ui-jqgrid,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid tr.jqgrow td {
    font-size: 0.96em !important;
}

    .ui-jqgrid .ui-jqgrid-view input,
    .ui-jqgrid .ui-jqgrid-view select,
    .ui-jqgrid .ui-jqgrid-view textarea,
    .ui-jqgrid .ui-jqgrid-view button {
        font-size: 0.96em !important;
    }

    .ui-jqgrid .ui-userdata {
        height: 100% !important;
    }


/*---------- FORM LAYOUT ELEMENTS -------------------------*/


.div-float {
    float: left;
}

.div-clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-div {
    width: auto; /*: 350px;*/
    /* border:1px solid #ddd; */
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0.5em 1.5em 0.5em 0.5em;
    float: left;
}

.editor-div {
    width: auto; /*: 350px;*/
    /* border:1px solid #ddd; */
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0.5em 1.5em 0.5em 0.5em;
    float: left;
}

.display-line {
    /*width: 350px;*/
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0 0 0.1em 0;
    /*clear:both;*/
}

.editor-line {
    /*width: 350px;*/
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0 0 0.1em 0;
    /*clear:both; */
}

.div-long {
    width: 100%;
    clear: both;
}

.display-line label {
    width: 100px;
    height: 20px;
    vertical-align: middle;
    float: left;
}

.display-line .short {
    width: 40px;
}

.editor-line label {
    width: 100px;
    height: 20px;
    margin: 3px 0 0 0;
    vertical-align: middle;
    float: left;
}

.editor-line .short {
    width: 40px;
}

.display-line input[type="text"] {
    width: 180px;
    height: 18px;
}

.display-line input[type="password"] {
    width: 180px;
    height: 18px;
}

.editor-line input[type="text"] {
    width: 180px;
    height: 18px;
}

.editor-line input[type="password"] {
    width: 180px;
    height: 18px;
}

.display-line input[type="checkbox"] {
    height: 18px;
}

.editor-line input[type="checkbox"] {
    height: 18px;
    margin: 0 0 0 0;
    float: left;
}

.editor-line div {
    display: inline;
    height: 20px;
    margin: 3px 0 0;
    vertical-align: middle;
    width: 180px;
}

.group-line {
    color: #696969;
    font-style: italic;
    clear: both;
}

.editor-line .column-two-title input[type="text"] {
    color: #0066cc;
    width: 70%;
    height: 18px;
}

.editor-line .column-two-content input[type="text"] {
    width: 100px;
    height: 18px;
}

.editor-line .column-two-title label {
    width: 70%;
    height: 18px;
}

.editor-line span {
    height: 18px;
    margin: 0 0 0 6px;
    clear: left;
}

.display-summary span {
    font-weight: bold;
    color: #800000;
}

.ln {
    height: auto;
    width: 100%;
    padding: 0.1em 0.1em 0.1em 0.1em;
    /*clear:both; */
    overflow: hidden;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

    .ln .c-1 {
        width: 98%;
        float: left;
    }

    .ln .c-2-1 {
        width: 30%;
        float: left;
    }

    .ln .c-2-2 {
        width: 68%;
        float: left;
    }

    .ln .c-3-t {
        width: 30%;
        float: left;
    }

    .ln .c-3-e {
        width: 60%;
        float: left;
    }

    .ln .c-3-b {
        width: 8%;
        float: left;
    }

    .ln span {
        color: #0066cc;
        <!-- width: auto; -->
        height: 18px;
        margin: 2px 0 0 6px;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }

    .ln label {
        width: 100%;
        height: 100%;
        margin: 3px 0 0 3px;
        vertical-align: middle;
        overflow: hidden;
    }

    .ln input, .ln select {
        max-width: 100%;
    }

        .ln input[type="text"] {
            width: 95%;
        }

    .ln textarea {
        width: 95%;
    }

    .ln input[type="password"] {
        height: 95%;
    }

    .ln input[type="checkbox"] {
        height: 18px;
        margin: 0 5px 0 0;
        float: left;
    }

    .ln select {
        width: 96%;
    }

    .ln .dln {
        /*padding-top: 3px;*/
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .ln a label {
        cursor: auto;
    }

    .ln a:visited {
        /*font-family: verdana,arial,helvetica,sans-serif;*/
        color: #996633;
    }

    .ln a:hover label {
        /*font-family: verdana,arial,helvetica,sans-serif;*/
        color: #004B91;
    }

    .ln a:link {
        /*font-family: verdana,arial,helvetica,sans-serif;*/
        /*color: #004B91;*/
    }

    .ln a span {
        cursor: auto;
    }

    .ln a:hover span {
        /*font-family: verdana,arial,helvetica,sans-serif;*/
        color: #004B91;
    }

.ln2 {
    height: auto;
    width: 100%;
    /*padding:0.1em 0.1em 0.1em 0.1em;*/
    /*clear:both; */
    overflow: hidden;
    margin-top: 0.1em;
    margin-bottom: 1em;
}

    .ln2 span {
        color: #0066cc;
        <!-- width: auto; -->
        height: 18px;
        margin: 2px 0 0 6px;
        vertical-align: middle;
        display: block;
        overflow: hidden;
    }

    .ln2 label {
        width: 100%;
        height: 100%;
        margin-bottom: 3px;
        vertical-align: middle;
        overflow: hidden;
        color: black;
        display: block;
    }

    .ln2 input, .ln2 select {
        min-width: 20px;
        max-width: 500px;
        height: 30px;
    }

        .ln2 input[type="text"], .ln2 textarea, .ln2 input[type="password"], .ln2 select {
            width: 95%;
        }

        .ln2 input[type="checkbox"] {
            height: 30px;
            margin: 0 5px 0 0;
            float: left;
        }


.tln {
    margin: 0.5em 0 0 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 30px;
    width: 96%;
    vertical-align: middle;
    font-size: 0.9em;
}

    .tln .c-4-1 {
        width: 35%;
        float: left;
    }

    .tln .c-4-2 {
        width: 25%;
        float: left;
    }

    .tln .c-4-3 {
        width: 25%;
        float: left;
    }

    .tln .c-4-4 {
        width: 15%;
        float: left;
    }

    .tln .c-2-1 {
        width: 79%;
        float: left;
    }

    .tln .c-2-2 {
        width: 20%;
        float: left;
    }

    .tln label {
        color: #0066cc;
        width: auto;
        margin: 3px 0 0 3px;
        vertical-align: middle;
    }

.ln input[type="text"] {
}

.ln input[type="password"] {
}

.radio-div {
    color: #0066cc;
    height: 18px;
    padding-top: 3px;
}

/* For jqGrid Grouping header row. */
.jqgroup td {
    background-color: #FFFFCC;
}
/* For jqGrid Grouping footer row. */
.jqfoot td {
    background-color: #FFFF99;
}

.chart .jqplot-xaxis-tick {
    float: left;
    white-space: pre-wrap;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    line-height: 1em;
}

.readonly {
    background-color: #E3E3E3;
}

/* end of editor form element */

.portlet {
    margin: 0 1em 1em 0;
}

.portlet-header {
    margin: 0.3em;
    padding-bottom: 4px;
    padding-left: 0.2em;
}

    .portlet-header .ui-icon {
        float: right;
    }

.portlet-content {
    padding: 0.4em;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.dropdownDiv {
    margin: 0 1em 1em 0;
}

.dropdownDiv-header {
    color: #0066cc;
    padding: 2px 0 2px 2px;
}

    .dropdownDiv-header .ui-icon {
        float: right;
    }

.dropdownDiv-content {
    position: absolute;
    padding: 0.4em;
    z-index: 101;
}

.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.bottom-shadow {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
}

.ui-widget-content .dropdownDiv a {
    color: #21759B;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #DFDFDF;
    border-bottom-color: #808080;
}

.dropdownDiv a:hover {
    border-bottom: 1px solid #D54E21;
    color: #D54E21;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    /*_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.field-validation-error {
    color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000;
}

.validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

table {
    border: 1px solid #E8EEF4;
    border-collapse: collapse;
    /*font-size: 90%;*/
}

    table td {
        border: 1px solid #E8EEF4;
        padding: 5px;
    }

    table th {
        background-color: #E8EEF4;
        border: 1px solid #E8EEF4;
        padding: 6px 5px;
        text-align: left;
    }

.clear {
    clear: both;
}

.error {
    color: Red;
}

br {
    clear: both;
}

/* Styles for COLUMN LAYOUT
----------------------------------------------------------*/
.column-top {
    width: 100%;
    clear: both;
}

.column-two {
    width: 49%;
    float: left;
}

.column-two-1 {
    width: 49%;
    float: left;
}

.column-two-2 {
    width: 49%;
    float: left;
}

.column-three {
    width: 33%;
    float: left;
}

.column-left .column-three {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.column-three-1 {
    width: 33%;
    float: left;
}

.column-three-2 {
    width: 33%;
    float: left;
}

.column-three-3 {
    width: 33%;
    float: left;
}

.column-four {
    width: 25%;
    float: left;
}

.column-five {
    width: 20%;
    float: left;
}

.column-six {
    width: 16%;
    float: left;
}

.column-two-title {
    width: 25%;
    float: left;
}

.column-two-content {
    width: 65%;
    float: left;
}


.line-wrapper {
    position: relative;
    height: 100px;
}

.column-left {
    width: 90%;
    float: left;
}

.column-right {
    width: 9%;
    float: left;
}

.form-header {
    color: #666666;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 99%;
    display: block;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
    /*
    float: left;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#999999));
    background:-moz-linear-gradient(top, #FFFFFF, #999999);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
    */
}

.form-toolbar {
    text-align: left;
    position: relative;
    width: 99%;
    float: left;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.f-tb-mode {
    text-align: left;
    width: 22%;
    float: right;
}

.f-tb-btn {
    text-align: left;
    position: relative;
    width: 77%;
    float: left;
    padding-left: 3px;
}

/*position and hide the menu initially - leave room for menu items to expand...*/
.toolbar {
    text-align: center;
    position: relative;
}

#toolbar1 {
    top: 0;
    left: 0;
    width: 77%;
    height: 50px;
    margin: 10px, 0, 0, 0;
    float: left;
}

.dock-container {
    text-align: center;
    height: 50px;
    position: absolute;
}

a.dock-item-top {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    width: 40px;
    position: absolute;
    display: block;
    top: 0; /* dock to top */
}

a.dock-item-buttom {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    width: 40px;
    position: absolute;
    display: block;
    bottom: 0; /* dock to buttom */
}

.dock-item-top img {
    border: none;
    margin: 0 auto 5px auto; /* dock to top */
    width: 100%;
}

.dock-item-buttom img {
    border: none;
    margin: 5px auto 0 auto; /* dock to buttom */
    width: 100%;
}

.dock-item-top span {
    display: none;
    position: absolute;
}

.dock-item-buttom span {
    display: none;
    position: absolute;
}



/* validate and restrict class, for jquery validate plugin
----------------------------------------------------------*/
.oms-upper {
    text-transform: uppercase;
}

.oms-required {
    background-color: #FFFFCC;
    font-weight: bold;
}

.oms-number {
}

.oms-email {
}

.oms-date {
}

/* jquery ui autocomplete loading class
----------------------------------------------------------*/
.ui-autocomplete-loading {
    background: white url('Content\themes\images\ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete-cb {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

    .ui-combobox-main-cb,
    .ui-autocomplete.ui-front.ui-combobox-main {
        background-color: #EEE;
        background-repeat: no-repeat;
        background-image: none;
        background-attachment: scroll;
        border: 1px solid #bbb;
        box-shadow: 0 5px 10px #bbb;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.ui-combobox-input-cb {
    float: left;
    margin-right: -22px;
}

.ui-combobox-button-cb {
    max-width: 22px;
    max-height: 22px;
}

.ui-combobox-title {
    font-weight: bold;
    padding: 0, 0, 0, 0;
    margin: 0, 0, 0.2em, 0;
    line-height: 1.5;
    height: 1.5em;
    border-bottom-style: solid;
    border-width: thin;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    height: auto;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

    .ui-menu .ui-menu-item a .combobox-col,
    .ui-combobox-title .combobox-col {
        display: block;
        margin-right: 3px;
        float: left;
        overflow: hidden;
    }

    .ui-menu .ui-menu-item a .combobox-row,
    .ui-combobox-title .combobox-row {
        border-bottom: 1px solid #ddd;
    }

.combobox-row {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .combobox-row:before, .combobox-row:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0;
    }

    .combobox-row:after {
        clear: both;
    }



/* Styles for input or div width
----------------------------------------------------------*/
.fn {
    float: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.clrr {
    clear: right;
}

.clrl {
    clear: left;
}

.h1px {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* force to min-width */
.xh500 {
    max-height: 500px !important;
}


.mw20 {
    min-width: 20px !important;
}

.mw22 {
    min-width: 22px !important;
}

.mw30 {
    min-width: 30px !important;
}

.mw40 {
    min-width: 40px !important;
}

.mw50 {
    min-width: 50px !important;
}

.mw60 {
    min-width: 60px !important;
}

.mw70 {
    min-width: 70px !important;
}

.mw80 {
    min-width: 80px !important;
}

.mw90 {
    min-width: 90px !important;
}

.mw100 {
    min-width: 100px !important;
}

.mw110 {
    min-width: 110px !important;
}

.mw120 {
    min-width: 120px !important;
}

.mw130 {
    min-width: 130px !important;
}

.mw140 {
    min-width: 140px !important;
}

.mw150 {
    min-width: 150px !important;
}

.mw160 {
    min-width: 160px !important;
}

.mw170 {
    min-width: 170px !important;
}

.mw180 {
    min-width: 180px !important;
}

.mw190 {
    min-width: 190px !important;
}

.mw200 {
    min-width: 200px !important;
}

.mw210 {
    min-width: 210px !important;
}

.mw220 {
    min-width: 220px !important;
}

.mw230 {
    min-width: 230px !important;
}

.mw240 {
    min-width: 240px !important;
}

.mw250 {
    min-width: 250px !important;
}

.mw700 {
    min-width: 700px !important;
}

.mw720 {
    min-width: 720px !important;
}

.mw740 {
    min-width: 740px !important;
}

.mw760 {
    min-width: 760px !important;
}

.mw780 {
    min-width: 780px !important;
}

.mw800 {
    min-width: 800px !important;
}

.mw820 {
    min-width: 820px !important;
}

.mw840 {
    min-width: 840px !important;
}

.mw860 {
    min-width: 860px !important;
}

.mw880 {
    min-width: 880px !important;
}

.mw900 {
    min-width: 900px !important;
}

.mw910 {
    min-width: 910px !important;
}

.mw920 {
    min-width: 920px !important;
}

.mw930 {
    min-width: 930px !important;
}

.mw940 {
    min-width: 940px !important;
}

.mw950 {
    min-width: 950px !important;
}

.mw960 {
    min-width: 960px !important;
}


/* force to max-width */
.xw50 {
    max-width: 50px !important;
}

.xw55 {
    max-width: 55px !important;
}

.xw60 {
    max-width: 60px !important;
}

.xw70 {
    max-width: 70px !important;
}

.xw80 {
    max-width: 80px !important;
}

.xw90 {
    max-width: 90px !important;
}

.xw100 {
    max-width: 100px !important;
}

.xw110 {
    max-width: 110px !important;
}

.xw120 {
    max-width: 120px !important;
}

.xw130 {
    max-width: 130px !important;
}

.xw140 {
    max-width: 140px !important;
}

.xw150 {
    max-width: 150px !important;
}

.xw160 {
    max-width: 160px !important;
}

.xw170 {
    max-width: 170px !important;
}

.xw180 {
    max-width: 180px !important;
}

.xw190 {
    max-width: 190px !important;
}

.xw200 {
    max-width: 200px !important;
}

.xw220 {
    max-width: 220px !important;
}

.xw250 {
    max-width: 250px !important;
}

.xw280 {
    max-width: 280px !important;
}

.xw300 {
    max-width: 300px !important;
}

.xw330 {
    max-width: 330px !important;
}

.xw350 {
    max-width: 350px !important;
}

.xw400 {
    max-width: 400px !important;
}

.xw1200 {
    max-width: 1200px !important;
}

.nomaxw, .nomaxw input[type="text"] {
    max-width: none !important;
}

/* regular width */
.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w140 {
    width: 140px !important;
}

.w148 {
    width: 148px !important;
}

.w150 {
    width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w170 {
    width: 170px !important;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px !important;
}

.w200 {
    width: 200px !important;
}

.w210 {
    width: 210px !important;
}

.w220 {
    width: 220px !important;
}

.w230 {
    width: 230px !important;
}

.w240 {
    width: 240px !important;
}

.w250 {
    width: 250px !important;
}

.w260 {
    width: 260px !important;
}

.w270 {
    width: 270px !important;
}

.w280 {
    width: 280px !important;
}

.w290 {
    width: 290px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 400px !important;
}

.w500 {
    width: 400px !important;
}

.w550 {
    width: 500px !important;
}

.w600 {
    width: 500px !important;
}

.w650 {
    width: 500px !important;
}

.w700 {
    width: 500px !important;
}

.w750 {
    width: 500px !important;
}

.w800 {
    width: 500px !important;
}

/* regular height */
.h10 {
    height: 10px !important;
}

.h18 {
    height: 18px !important;
}

.h20 {
    height: 20px !important;
}

.h30 {
    height: 30px !important;
}

.h100 {
    height: 100px !important;
}

.h148 {
    height: 148px !important;
}

.h200 {
    height: 200px !important;
}

.h220 {
    height: 220px !important;
}

.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px !important;
}

.h400 {
    height: 400px !important;
}

.h500 {
    height: 500px !important;
}

.h510 {
    height: 510px !important;
}

.h520 {
    height: 520px !important;
}

.h550 {
    height: 550px !important;
}

.h600 {
    height: 600px !important;
}

.h700 {
    height: 700px !important;
}

.hper100 {
    height: 100% !important;
}

.hper90 {
    height: 90% !important;
}

.wper140 {
    width: 140% !important;
}

.wper145 {
    width: 145% !important;
}

.wper120 {
    width: 120% !important;
}

.wper100 {
    width: 100% !important;
}

.wper95 {
    width: 95% !important;
}

.wper90 {
    width: 90% !important;
}

.wper85 {
    width: 85% !important;
}

.wper80 {
    width: 80% !important;
}

.wper77 {
    width: 77% !important;
}

.wper70 {
    width: 70% !important;
}

.wper65 {
    width: 65% !important;
}

.wper60 {
    width: 60% !important;
}

.wper50 {
    width: 50% !important;
}

.wper49 {
    width: 49% !important;
}

.wper48 {
    width: 48% !important;
}

.wper45 {
    width: 45% !important;
}

.wper40 {
    width: 40% !important;
}

.wper35 {
    width: 35% !important;
}

.wper34 {
    width: 34% !important;
}

.wper33 {
    width: 33% !important;
}

.wper32 {
    width: 32% !important;
}

.wper31 {
    width: 31% !important;
}

.wper30 {
    width: 30% !important;
}

.wper29 {
    width: 29% !important;
}

.wper28 {
    width: 28% !important;
}

.wper27 {
    width: 27% !important;
}

.wper26 {
    width: 26% !important;
}

.wper25 {
    width: 25% !important;
}

.wper24 {
    width: 24% !important;
}

.wper23 {
    width: 23% !important;
}

.wper22 {
    width: 22% !important;
}

.wper21 {
    width: 21% !important;
}

.wper20 {
    width: 20% !important;
}

.wper19 {
    width: 19% !important;
}

.wper18 {
    width: 18% !important;
}

.wper17 {
    width: 17% !important;
}

.wper16 {
    width: 16% !important;
}

.wper15 {
    width: 15% !important;
}

.wper14 {
    width: 14% !important;
}

.wper13 {
    width: 13% !important;
}

.wper12 {
    width: 12% !important;
}

.wper11 {
    width: 11% !important;
}

.wper10 {
    width: 10% !important;
}

.wper9 {
    width: 9% !important;
}

.wper8 {
    width: 8% !important;
}

.wper7 {
    width: 7% !important;
}

.wper6 {
    width: 6% !important;
}

.wper5 {
    width: 5% !important;
}

.wper4 {
    width: 4% !important;
}

.wper3 {
    width: 3% !important;
}

.wper2 {
    width: 2% !important;
}

.wper1 {
    width: 1% !important;
}
/* front color */
.fc-blue {
    color: #000080 !important;
}

.fc-black {
    color: #1F1F1F !important;
}

.fc-green {
    color: #008000 !important;
}

.fc-red {
    color: #FF0000 !important;
}

.fc-maroon {
    color: #800000 !important;
}

.fc-orange {
    color: #FF6600 !important;
}

.fc-orange2 {
    color: #e47911 !important;
}
.fc-orange3 { color: #ffa500 !important; }

.fc-purple {
    color: #800080 !important;
}

.fc-darkblue {
    color: #000066 !important;
}

.fc-midblue {
    color: #003366 !important;
}

.fc-lightblue {
    color: #66CCFF !important;
}

.fc-gray {
    color: #666 !important;
}

.fc-darkred {
    color: #900 !important;
}

.fc-red1 {
    color: #b12704 !important;
}

.fc-gray1 {
    color: #888 !important;
}

.fc-black1 {
    color: #333 !important;
}

.fc-blue label {
    color: #000080 !important;
}

.fc-black label {
    color: #1F1F1F !important;
}

.fc-green label {
    color: #008000 !important;
}

.fc-red label {
    color: #FF0000 !important;
}

.fc-maroon label {
    color: #800000 !important;
}

.fc-orange label {
    color: #FF6600 !important;
}

.fc-purple label {
    color: #800080 !important;
}

.fc-darkblue label {
    color: #000066 !important;
}

.fc-midblue label {
    color: #003366 !important;
}

.fc-lightblue label {
    color: #0099FF !important;
}

.bc-yellow {
    background-color: #FFFFCC !important;
}

.bc-gray {
    background-color: #f3f3f3 !important;
}


.fs-17em {
    font-size: 1.7em !important;
}

.fs-16em {
    font-size: 1.6em !important;
}

.fs-15em {
    font-size: 1.5em !important;
}

.fs-14em {
    font-size: 1.4em !important;
}

.fs-13em {
    font-size: 1.3em !important;
}

.fs-12em {
    font-size: 1.2em !important;
}

.fs-11em {
    font-size: 1.1em !important;
}

.fs-1em {
    font-size: 1em !important;
}

.fs-09em {
    font-size: 0.9em !important;
}

.fs-08em {
    font-size: 0.8em !important;
}

.fs-5pt { font-size: 10pt !important; }
.fs-6pt { font-size: 10pt !important; }
.fs-7pt { font-size: 10pt !important; }
.fs-8pt { font-size: 10pt !important; }
.fs-9pt { font-size: 10pt !important; }
.fs-10pt { font-size: 10pt !important; }
.fs-11pt { font-size: 10pt !important; }
.fs-12pt { font-size: 10pt !important; }
.fs-13pt { font-size: 10pt !important; }
.fs-14pt { font-size: 10pt !important; }
.fs-15pt { font-size: 10pt !important; }
.fs-16pt { font-size: 10pt !important; }
.fs-17pt { font-size: 10pt !important; }
.fs-18pt { font-size: 10pt !important; }
.fs-19pt { font-size: 10pt !important; }
.fs-20pt { font-size: 10pt !important; }


.al-right {
    text-align: right;
    text-indent: 5px;
}

.al-left {
    text-align: left;
    text-indent: 5px;
}

.al-ceter {
    text-align: center;
    align-content: center;
}

.al-bottom {
    vertical-align: bottom !important;
}

.al-top {
    vertical-align: top !important;
}

.overshow {
    overflow: visible;
}

.fc-bold {
    font-weight: bold !important;
}

.fc-underline {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.display-block {
    display: block !important;
}

.box {
    border: thin solid #0066CC;
    width: 96%;
}

.nowrap {
    white-space: nowrap;
}

.nowrap2 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-scroll {
    overflow: hidden !important;
}

.pad-right {
    padding-right: 10% !important;
}

.pad-left {
    padding-left: 0.4em !important;
}

.pad-left-right {
    padding-left: 0.4em !important;
    padding-right: 0.4em !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml20 {
    margin-left: 5px !important;
}

.mr-p4 {
    margin-right: 4% !important;
}

.mr-p10 {
    margin-right: 10% !important;
}

.mr-p13 {
    margin-right: 13% !important;
}

.ml-p65 {
    margin-left: 65% !important;
}

.ml-p30 {
    margin-left: 30% !important;
}

.mt-17 {
    margin-top: -17px !important;
}

.mt-18 {
    margin-top: -18px !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}


.mb0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: -15px !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb6 {
    margin-bottom: 6px !important;
}

.mb7 {
    margin-bottom: 7px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb9 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.img-frame {
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    float: right;
}

.oms-resizable {
    padding: 0.5em;
}

.title h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
}

.w-per80 {
    width: 80%;
}

a.no-decoration {
    color: darkslategray;
    text-decoration: none;
}

/* oms-taskbox Element */
.oms-taskmenu {
    width: 100%;
    text-align: left;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .oms-taskmenu li {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .oms-taskmenu a {
        display: block;
        width: 100%;
        height: 22px;
        text-decoration: none;
    }

        .oms-taskmenu a:hover {
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#999999));
            background: -moz-linear-gradient(top, #FFFFFF, #999999);
            color: #464646;
            text-shadow: 0 1px #fefefe;
            /* IE5.5 – IE7 */
            filter: "Shadow(Color=#fefefe, Direction=135, Strength=2)";
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#999999)";
            /* IE8 */
            -ms-filter: "Shadow(Color=#fefefe, Direction=135, Strength=2)";
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#999999)";
        }

        .oms-taskmenu a:active {
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#929292), to(#535353));
            background: -moz-linear-gradient(top, #929292, #535353);
            color: #fff;
            text-shadow: 0 -1px #414141;
            /* IE5.5 – IE7 */
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292, endColorstr=#535353)";
            filter: "Shadow(Color=#414141, Direction=135, Strength=2)";
            /* IE8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292, endColorstr=#535353)";
            -ms-filter: "Shadow(Color=#414141, Direction=135, Strength=2)";
        }
/* end of oms-taskbox Element */

.print_preview {
    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
}

.letter-paper {
    background-color: White;
    display: block;
    overflow: hidden;
    padding: 1.13in 0.38in 0in 0.38in;
    margin: 0px;
    height: 11in;
    width: 8in;
}

.user-conf-lbl {
    background-color: White;
    display: block;
    overflow: hidden;
    padding: 2px;
    margin: 0px;
    height: 2.25in;
    width: 3.5in;
}

    .user-conf-lbl h1 {
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-family: 'bookman Old Style';
        font-size: 12pt;
        font-weight: bold;
        font-style: italic;
        color: #000080;
    }

    .user-conf-lbl h2 {
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-family: Tahoma;
        font-size: 16pt;
        font-weight: bold;
        color: #000080;
    }

    .user-conf-lbl h3 {
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-family: Garamond;
        font-size: 12pt;
        font-weight: bold;
        color: #FF9900;
    }

    .user-conf-lbl h4 {
        text-align: right;
        padding: 0px;
        margin: 0px;
        font-family: Garamond;
        font-size: 10pt;
        font-weight: bold;
        color: #FF9900;
    }

    .user-conf-lbl .image {
        width: 100%;
        padding: 0px;
        margin: 0px;
        vertical-align: middle;
        text-align: center;
    }

.oms-dialog {
    display: -webkit-flex;
    display: flexbox;
}

.oms-image {
    /*-webkit-align-self: center;
    align-self: center;*/
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    float: left;
}

.oms-content {
    -webkit-align-self: center;
    align-self: center;
    width: auto;
    height: auto;
    min-width: 200px;
    max-width: 600px;
    max-height: 500px;
    float: left;
}

a:visited {
    /*font-family: verdana,arial,helvetica,sans-serif;*/
    color: #996633;
}

a:hover {
    /*font-family: verdana,arial,helvetica,sans-serif;*/
    color: #004B91;
}

a:link {
    /*font-family: verdana,arial,helvetica,sans-serif;*/
    /*color: #004B91;*/
}

a {
    cursor: auto;
}

    a.title {
        text-align: left;
        font-size: 105%;
    }

    a:-webkit-any-link {
        /*color: -webkit-link;*/
        cursor: auto;
    }

/* button */
.a-button-box {
}

.a-button-inner {
}

/*a.a-button {
    display: block;
    position: relative;
    min-width: 3px;
    color: #2e6e9e;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: -moz-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfeffc), color-stop(100%,#5c9ccc));
    background: -webkit-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
    background: -o-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
    background: -ms-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
    background: linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

a:hover.a-button,
a:active.a-button {
    color: #3e5706;
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    /*background: url(../img/active.png) repeat-x;*/
background: #f6a828; background: -moz-linear-gradient(top, #FFE18C 30%, #f6a828 70%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE18C), color-stop(70%,#f6a828)); background: -webkit-linear-gradient(top, #FFE18C 30%,#f6a828 70%); background: -o-linear-gradient(top, #FFE18C 30%,#f6a828 70%); background: -ms-linear-gradient(top, #FFE18C 30%,#f6a828 70%); background: linear-gradient(top, #FFE18C 30%,#f6a828 70%);
}

*/ .a-button-icon {
    left: .5em;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.a-button-text {
    padding: 0 10px 0 11px;
    text-align: center;
    font-size: 13px;
    line-height: 29px;
    font-family: Arial,sans-serif;
    background-color: transparent;
    white-space: nowrap;
    margin: 0;
    border: 0;
    outline: 0;
}

.small-button a.a-button {
    height: 22px !important;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.small-button .a-button-text {
    line-height: 20px;
    font-size: 11px;
    height: 20px;
    padding: 0 6px 0 7px;
}

.a-radio {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.a-radio-inner {
    position: relative;
    padding-left: 30px;
    line-height: 1.4em;
}

.a-radio-button {
    position: relative;
    width: 30px;
    margin-left: -30px;
    margin-top: 2px;
    zoom: 1;
    float: left;
    min-height: 1px;
}

.a-radio-label {
    position: relative;
    overflow: visible;
    zoom: 1;
    float: left;
    min-height: 1px;
    padding-left: 0;
    width: 99%;
}


/************************************************************
* for Ecommerce site
*/

#single-center {
    float: left;
    position: relative;
    width: 100%;
}

#single-left {
    display: inline;
    float: left;
    margin-top: 5px;
    position: relative;
    width: 200px;
    /*width: 20%;
    min-width: 200px;*/
}

#single-right {
    float: right;
    margin-left: -210px;
    overflow: hidden;
    width: 100%;
}

#single-main {
    display: inline;
    float: left;
    position: relative;
    margin-left: 205px;
}


#left-nav-container {
    padding: 4px 4px 0 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#left-nav {
    width: 100%;
    font-size: 90%;
    overflow: visible;
}

    #left-nav .portlet {
        margin: 0;
    }

    #left-nav .portlet-header {
        margin: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0.2em;
        height: 20px;
    }

        #left-nav .portlet-header .ui-icon {
            float: right;
        }

    #left-nav .portlet-content {
        padding: 0;
    }

    #left-nav .section-header {
        color: #999999;
        font-size: 17px;
        padding-bottom: 10px;
        padding-top: 6px;
    }

    #left-nav h2 {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 6px;
        margin: 0;
        padding: 0 0 2px 0;
    }

    #left-nav ul,
    #left-nav li,
    #left-nav li a {
        padding-left: 0px;
        margin-left: 0px;
        text-indent: 0px;
        list-style-position: outside;
        list-style-type: none;
        /*font-size: 95%;*/
        text-indent: 0px;
        padding-bottom: 5px;
    }

        #left-nav li a,
        #left-nav li a:visited {
            padding-left: 11px;
            text-indent: 2px;
            display: table;
            /*color: #333333;*/
            text-decoration: none;
        }

            #left-nav li a:hover {
                color: #C60;
            }

        #left-nav li > a:before {
            position: absolute;
            /*top: 0;*/
            left: 2px;
            content: '';
            width: 11px;
            height: 11px;
            margin: 2px 2px;
            background-repeat: no-repeat;
            background-image: url(../img/icons.png);
            background-position: 0px 0px;
        }


        #left-nav li > a span {
            color: #999999;
            padding-left: 3px;
        }



.page_no {
    margin: 3px 6px 0;
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

div.unified_widget .bottomBar {
    border-top: 0;
    border-bottom: 0;
    display: inline;
    float: left;
    font-size: 93%;
    margin: 4px 0;
    width: 100%;
}



.a-container {
    min-width: 700px;
    padding: 16px 18px 36px;
    margin: 0 auto;
}

.a-row {
    width: 100%;
    /*border-bottom: 1px solid #ddd;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .a-row:before, .a-row:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0;
    }

    .a-row:after {
        clear: both;
    }

.border-b {
    border-bottom: 1px solid #ddd;
}

.a-col {
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
}

.a-col-last {
    margin-right: 0;
    float: right;
    min-height: 1px;
    overflow: visible;
}

.a-fixed-left-grid-inner {
    position: relative;
    padding-left: 120px;
}

.a-fixed-left-grid-col-left {
    position: relative;
    width: 120px;
    margin-left: -120px;
    overflow: hidden;
    zoom: 1;
    float: left;
    min-height: 1px;
}

.a-fixed-left-grid-col-right {
    position: relative;
    overflow: visible;
    zoom: 1;
    float: left;
    min-height: 1px;
    padding-left: 0;
    width: 99%;
}

.a-row ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

    .a-row ul li, .a-row ul {
        word-wrap: break-word;
        margin: 0;
        list-style: none;
        display: list-item;
    }

.cart-item-content {
    margin-top: 12px;
    margin-bottom: 12px;
}

.cart-item-image {
}

.cart-item-desc {
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

.cart-item-desc-more {
    font-size: 13px;
    line-height: 19px;
}

.cart-item-stock {
    font-size: 13px;
    line-height: 19px;
}

.cart-item-price {
    white-space: nowrap;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    color: #b12704;
}

.cart-action {
    width: 100%;
    margin-top: 15px;
    margin-top: 3px;
}

.cart-item-header {
}

.cart-item-list {
}

.cart-subtotal {
    /*float: right;
    text-align: right;*/
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}

.cart-header {
    border: 0;
}

    .cart-header h2,
    .cart-header h3,
    .cart-header h4 {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .cart-header h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .cart-header h3 {
        font-size: 14px;
        line-height: 19px;
    }

.list-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    line-height: 19px;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}

    .list-header h2,
    .list-header h3,
    .list-header h4 {
        margin: 0;
        padding: 0;
    }

.a-fixed-right-grid-inner {
    /*position: relative;
    padding-left: 120px;*/
}

.a-fixed-right-grid-col-right {
    width: 300px;
    float: right;
    overflow: hidden;
    zoom: 1;
    min-height: 1px;
}

.a-fixed-right-grid-col-left {
    margin-right: 350px;
    float: none;
    overflow: hidden;
    zoom: 1;
    width: auto;
    min-height: 1px;
}

.a-box_group {
}

.a-box {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: white;
}

    .a-box .a-box-inner {
        padding-top: 14px;
        padding-right: 18px;
        padding-bottom: 14px;
        padding-left: 18px;
    }

.a-divider .a-divider-inner {
    height: 44px;
    margin-bottom: -18px;
    background: -moz-linear-gradient(top,#ddd,#f7f7f7 3px,white);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ddd),color-stop(3px,#f7f7f7),color-stop(100%,white));
    background: -webkit-linear-gradient(top,#ddd,#f7f7f7 3px,white);
    background: -o-linear-gradient(top,#ddd,#f7f7f7 3px,white);
    background: -ms-linear-gradient(top,#ddd,#f7f7f7 3px,white);
    background: linear-gradient(top,#ddd,#f7f7f7 3px,white);
    filter: none;
    z-index: 0;
    zoom: 1;
}

    .a-divider .a-divider-inner:after {
        display: block;
        width: 100%;
        height: 44px;
        background-color: transparent;
        background: -moz-linear-gradient(left,white,rgba(255,255,255,0),white);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,white),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,white));
        background: -webkit-linear-gradient(left,white,rgba(255,255,255,0),white);
        background: -o-linear-gradient(left,white,rgba(255,255,255,0),white);
        background: -ms-linear-gradient(left,white,rgba(255,255,255,0),white);
        background: linear-gradient(left,white,rgba(255,255,255,0),white);
        filter: none;
        z-index: 1;
        content: "";
    }

.separator {
    display: inline-block;
    margin: -2px 0.7em 0;
    width: 1px;
    background-color: #ddd;
    line-height: 0;
    height: 14px;
    vertical-align: middle;
}

hr {
    background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top: 1px solid #e7e7e7;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 14px;
}

.col-1 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.col-2 {
    width: 49%;
    float: left;
    overflow: hidden;
}

.col-3 {
    width: 33%;
    float: left;
    overflow: hidden;
}

.col-4 {
    width: 25%;
    float: left;
    overflow: hidden;
}

.col-5 {
    width: 20%;
    float: left;
    overflow: hidden;
}

.col-6 {
    width: 16%;
    float: left;
    overflow: hidden;
}

.col-left {
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
    width: 31%;
}

    .col-left .col-2 {
        margin-right: 2%;
        width: 47%;
    }

.col-right {
    margin-right: 0;
    float: right;
    min-height: 1px;
    overflow: visible;
    width: 65%;
}

    .col-right .col-2 {
        width: 49%;
    }

.display-address {
    height: 99px;
    margin-bottom: 12px;
}

    .display-address ul {
        list-style-type: none;
        margin-left: 0;
        color: inherit;
        vertical-align: baseline !important;
    }

    .display-address li {
        list-style-type: none;
        margin-left: 0;
        color: inherit;
        vertical-align: baseline !important;
    }

table.no-border {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

table:last-child.no-border {
    margin-bottom: 0 !important;
}

table.no-border tr:first-child td, table.no-border tr:first-child th {
    padding-top: 0;
}

table.no-border td:first-child, table.no-border th:first-child {
    padding-left: 0;
}

table.no-border td, table.no-border th {
    border: none;
    padding: 3px;
    vertical-align: top;
}

.h-list {
    align-content: center;
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    color: #C0C0C0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

    .h-list ul {
        display: inline-block;
        list-style: none;
    }

    .h-list li {
        width: auto;
        height: auto;
        float: left;
    }

        .h-list li:first-child {
            /*border-left:2px solid #A2A2A2;*/
        }

        .h-list li:last-child {
            border-right: 2px solid #A2A2A2;
        }

.step-bg-done,
.step-bg-open,
.step-bg-cart {
    height: 36px;
    display: block;
    overflow: hidden;
    align-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.step-bg-done {
    background-image: url(themes/images/step_done.png);
    background-repeat: repeat-x;
    min-width: 80px;
    color: green;
}

.step-bg-open {
    background-image: url(themes/images/step_open.png);
    background-repeat: repeat-x;
    min-width: 80px;
    color: gray;
}

.step-bg-cart {
    background-image: url(themes/images/step_cart.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.step-bg-done .step-title,
.step-bg-open .step-title {
    /*position: absolute;
    bottom: 5px;*/
    height: auto;
    width: auto;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}


/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(themes/images/ui-icons_cd0a0a_256x240.png);
}

#btnStart .oms-icon-start {
    background-image: url("themes/images/start1.png");
    left: 2px;
}

/* Add important to override jQeury UI default Icon */
.oms-icon-start {
    background-image: url("themes/images/start1.png") !important;
    left: 2px;
}

.oms-icon-more {
    background-image: url("themes/images/more1.png") !important;
    left: 2px;
}

.oms-icon-view {
    background-image: url("themes/images/view_16x16.png") !important;
    left: 2px;
}

.oms-icon {
    width: 16px;
    height: 16px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.oms-icon-inline {
    width: 16px;
    height: 16px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

i.oms-icon-inline {
    width: 22px;
    height: 22px;
}

.oms-icon-32 {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.oms-icon-add {
    background-image: url(themes/images/add_16x16.png) !important;
}

.oms-icon-edit {
    background-image: url(themes/images/edit_16x16.png) !important;
}

.oms-icon-list {
    background-image: url(themes/images/list_16x16.png) !important;
}

.oms-icon-delete {
    background-image: url(themes/images/delete_16x16.png) !important;
}

.oms-icon-close {
    background-image: url(themes/images/close_16x16.png) !important;
}

.oms-icon-save {
    background-image: url(themes/images/save_16x16.png) !important;
}

.oms-icon-print {
    background-image: url(themes/images/print_16x16.png) !important;
}

.oms-icon-clear {
    background-image: url(themes/images/clear_16x16.png) !important;
}

.oms-icon-first {
    background-image: url(themes/images/first_16x16.png) !important;
}

.oms-icon-last {
    background-image: url(themes/images/last_16x16.png) !important;
}

.oms-icon-next {
    background-image: url(themes/images/next_16x16.png) !important;
}

.oms-icon-previous {
    background-image: url(themes/images/previous_16x16.png) !important;
}

.oms-icon-checkin {
    background-image: url(themes/images/checkin_16x16.png) !important;
}

.oms-icon-insertline {
    background-image: url(themes/images/insertline_16x16.png) !important;
}

.oms-icon-deleteline {
    background-image: url(themes/images/deleteline_16x16.png) !important;
}

.oms-icon-addwhs {
    background-image: url(themes/images/addwhs_16x16.png) !important;
}

.oms-icon-editwhs {
    background-image: url(themes/images/editwhs_16x16.png) !important;
}

.oms-icon-button-lg {
    background-image: url(themes/images/button_lg_16x16.png) !important;
}

.oms-icon-button-dg {
    background-image: url(themes/images/button_dg_16x16.png) !important;
}

.oms-icon-button-o {
    background-image: url(themes/images/button_o_16x16.png) !important;
}

.oms-icon-button-y {
    background-image: url(themes/images/button_y_16x16.png) !important;
}

.oms-icon-button-gra {
    background-image: url(themes/images/button_gra_16x16.png) !important;
}

a.oms-icon-checkbox:before {
    background-image: url(themes/images/checkbox1.png) !important;
}

a.oms-icon-checkbox-selected:before {
    background-image: url(themes/images/checkedbox1.png) !important;
}

a.nav-link:before {
    background-image: url(themes/images/checkbox1.png) !important;
}

a.nav-link-selected:before {
    background-image: url(themes/images/checkedbox1.png) !important;
}

a.nav-link-selected {
    font-weight: bold !important;
}

a.oms-icon-customer:before {
    background-image: url(themes/images/customer_24x24.png) !important;
}

i.oms-icon-customer {
    background-image: url(themes/images/customer_24x24.png) !important;
}

a.oms-icon-inventory:before {
    background-image: url(themes/images/inventory_24x24.png) !important;
}

a.oms-icon-cos:before {
    background-image: url(themes/images/cos_24x24.png) !important;
}

a.oms-icon-so:before {
    background-image: url(themes/images/so_24x24.png) !important;
}

i.oms-icon-so {
    background-image: url(themes/images/so_24x24.png) !important;
}

a.oms-icon-po:before {
    background-image: url(themes/images/po_24x24.png) !important;
}

a.oms-icon-inquiry:before {
    background-image: url(themes/images/inquiry_24x24.png) !important;
}

a.oms-icon-checkout1:before {
    background-image: url(themes/images/checkout_24x24.png) !important;
}

i.oms-icon-checkout1 {
    background-image: url(themes/images/checkout_24x24.png) !important;
}


.oms-icon-visa {
    width: 32px;
    height: 20px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/cc_visa_32x20.png) !important;
}

.oms-icon-master {
    width: 32px;
    height: 20px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/cc_master_32x20.png) !important;
}

.oms-icon-discover {
    width: 32px;
    height: 20px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/cc_disc_32x20.png) !important;
}

.oms-icon-amex {
    width: 32px;
    height: 20px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/cc_ame_32x20.png) !important;
}

.oms-icon-paypal {
    width: 32px;
    height: 20px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/cc_paypal_32x20.png) !important;
}

.oms-icon-cvv-help {
    width: 276px;
    height: 262px;
    background-image: url(themes/images/cvv_help_276x262.png);
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.oms-bar-bg-gray {
    background-image: url(themes/images/bk_gray_55.png);
    background-repeat: repeat-x;
}

.oms-icon-checkout {
    width: 36px;
    height: 36px;
    margin: 0px 0px 0 0;
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/checkout_36.png) !important;
}

.oms-icon-question {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/question_32x32.png) !important;
}

.oms-icon-warning {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/warning_32x32.png) !important;
}

.oms-icon-warning {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/warning_32x32.png) !important;
}

.oms-icon-info {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/info_32x32.png) !important;
}

.oms-icon-error {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/error_32x32.png) !important;
}

.oms-icon-wait {
    width: 32px;
    height: 32px;
    margin: 2px 2px 0 0;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(themes/images/wait_32x32.gif) !important;
}

.oms-logo-oms {
    /*width: 140px; height: 48px; background-image: url(themes/images/logo_oms_105x32.png);*/
    width: 200px;
    height: 64px;
    background-image: url(themes/images/logo_oms_158x48.png);
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.oms-logo-label {
    width: 100%;
    height: 32px;
    background-image: url(themes/images/logo_label_248x32.png);
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

#oms-loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
}

.productlist_unit {
    color: #0066cc !important; 
    font-size: 16px !important;
    font-weight: 700 !important;
}

.unit_show_txt {
    display: inline !important;
    margin: 0 !important;
}
