﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #F3F3F3;
}

body {
    font-size: 12px;
    font-family: Arial;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        cursor: pointer;
    }

.box {
    border: solid 1px #c9c9c9;
}

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

p {
    margin: 0;
    padding: 0;
}

input[type=text], input[type=password], select, textarea {
    border: 1px solid #e2e2e2;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 25px;
    margin: 0;
    padding: 2px;
    width: 100%;
    max-width: 300px;
}

.float-left {
    float: left;
    width: 100%;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding: 5px 0;
    margin: 0;
    color: #333;
    text-shadow: 1px 1px #c9c9c9;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.50em;
    border-bottom: dotted 2px #E2E2E2;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

    h4.table-title {
        border-top: dotted 2px #f7f7f7;
        border-left: dotted 2px #f7f7f7;
        border-right: dotted 2px #f7f7f7;
        text-align: center;
        color: #333;
        text-shadow: 1px 1px #c9c9c9;
        margin: 20px 0 -13px;
    }

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/

#ajax-message {
    width: 200px;
    position: fixed;
    text-align: center;
    padding: 10px;
    top: 43px;
    right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999999;
}

    #ajax-message span {
        color: #fff;
        font-weight: bold;
    }

.locker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.1);*/
    z-index: 9999; /*because you could set some z-indexes in your code before, so lets make sure that this will be over every elements in html*/
}

#flash-message {
    margin: 47px 0 0 5px;
    padding: 10px;
    max-width: 350px;
    position: fixed;
    line-height: 19px;
    font-weight: bold;
    z-index: 99999;
}

    #flash-message.info {
        background: #4584EF;
        color: #fff;
    }

    #flash-message.error {
        background: #DB4B39;
        color: #fff;
    }

    #flash-message.alert {
        background-color: #FFD76E;
        color: #333;
    }

    #flash-message a#close-flash-message {
        padding: 3px 7px;
        border: solid 1px #D3BFBE;
        margin-top: 15px;
        color: #D3BFBE;
        float: right;
        text-decoration: none;
    }

        #flash-message a#close-flash-message:hover {
            border-color: #fff;
            color: #fff;
        }

.content-wrapper {
    margin: 0 auto;
    max-width: 1290px;
}

#body {
    clear: both;
    padding-bottom: 35px;
    background: url(../Images/debut_light.png) repeat #F3F3F3;
}

div#main {
    padding-top: 40px;
    background: url(../Images/debut_light.png) repeat;
}

.main-content {
    padding: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #E2E2E2;
    box-shadow: 1px 1px 2px #999;
}

    header .content-wrapper {
        padding: 10px;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        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;
    }



/* 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 */
.portal {
    padding: 25px;
    margin: 65px auto 35px;
    text-align: center;
    width: 320px;
    background: #fff;
    border: solid 1px #F1F1F1;
    /*-moz-box-shadow: 0 0 10px -1px #ccc;
    -webkit-box-shadow: 0 0 10px -1px #ccc;
    box-shadow: 0 0 10px -1px #ccc;*/
}

    .portal:hover {
        /*cursor: pointer;
        border-color: #c9c9c9;*/
    }

    .portal img {
        /* box shadow */
    }

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 {
    width: 35%;
    padding: 0;
    margin: 35px auto 0;
    -moz-box-shadow: 0 0 10px -1px #e3e3e3;
    -webkit-box-shadow: 0 0 10px -1px #e3e3e3;
    box-shadow: 0 0 10px -1px #e3e3e3;
}

    #loginForm h3 {
        border-bottom: solid 1px #c9c9c9;
        margin: -15px -15px 20px -15px;
        padding: 20px 0 15px;
    }

    #loginForm fieldset {
        font-size: 14px;
        margin: 0 auto;
        padding: 10px 15px 10px;
        background: #E2E2E2;
        border: solid 1px #c9c9c9;
    }

        #loginForm fieldset h3 {
            text-align: center;
            color: #333;
        }

        #loginForm fieldset p#create_account_content {
            margin: 45px 0 0;
        }

            #loginForm fieldset p#create_account_content .button {
                border-color: #5CB85C;
                background: #5CB85C;
                padding: 7px 15px;
                font-size: 13px;
                color: #fff;
            }

        #loginForm fieldset ol li label:not(.my_error) {
            font-weight: bold;
            padding: 9px 0;
        }

        #loginForm fieldset ol li input[type=text],
        #loginForm fieldset ol li input[type=password] {
            min-width: 100%;
        }

        #loginForm fieldset ol li {
            margin-top: 5px;
        }

            #loginForm fieldset ol li span.field-validation-error {
                display: inline-block;
                font-size: 12px;
                margin-top: 5px;
            }

        #loginForm fieldset input[type=submit] {
            padding: 7px 15px;
            float: right;
        }

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 10px;
        background: #DB4B39;
        color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px;
    }

    #loginForm .validation-summary-errors li {
        background-color: none;
        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;
        }

#registration {
    border: solid 2px #E2E2E2;
    background: #E2E2E2;
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
}

    #registration h3 {
        display: inline;
    }

    #registration form fieldset ol li input[type="text"],
    #registration form fieldset ol li input[type="password"] {
        min-width: 100%;
    }

    #registration form fieldset li:not(li:first-child) {
        border: solid 1px red;
        margin-top: 10px;
    }

    #registration form fieldset li label {
        font-weight: bold;
        padding: 10px 0 7px;
    }

    #registration form input[type=submit] {
        float: right;
        padding: 7px 10px;
    }

#socialLoginForm {
    padding: 0 0 0 15px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

.radius-3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius-10,
li.radius-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.radius-15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.radius-20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.radius-30 {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.radius-50 {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.radius-3-bottom {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.background-light {
    -moz-box-shadow: 0 0 10px -1px #e3e3e3;
    -webkit-box-shadow: 0 0 10px -1px #e3e3e3;
    box-shadow: 0 0 10px -1px #e3e3e3;
}

#logoutForm {
    display: inline;
}

#logout {
    float: right;
    margin: -1px 35px 0 0;
    border: solid 1px #D8675D;
    background: #D8675D;
    color: #fff;
    padding: 5px 7px;
}

    #logout:hover {
        background: #DD4B39;
        border-color: #DD4B39;
    }

/* 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: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    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;
    }

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


input[type="submit"], input[type="button"], button, .button {
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    color: #787878;
    background: #F9F9F9;
    font: bold 11px arial;
    cursor: pointer;
    padding: 3px 6px;
    width: auto;
}

    input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        color: #565656;
        border-color: #A5A5A5;
    }

    input[type="submit"]:active, input[type="button"]:active, button:active, .button:active {
        border: solid 1px #7A7A7A;
    }


td input[type="submit"], td input[type="button"], td button {
    padding: 4px;
    margin-right: 4px;
}

input[type="text"].x-small, select.x-small {
    width: 49px;
    text-align: center;
}

input[type="text"].small, select.small {
    width: 72px;
}

input[type="text"].x-small, select.small {
    width: 46px;
}

input[type="text"].medium, select.medium {
    width: 150px;
}

input[type="text"].semi-medium, select.semi-medium {
    width: 130px;
}

input[type="text"].x-large, select.x-large, .x-large {
    min-width: 650px;
}

/* info and errors */
.message-info {
    border: 1px solid #E4E0FF;
    background: #E2E2E2;
    clear: both;
    padding: 15px;
    line-height: 19px;
    font-size: 13px;
    margin: 15px 0;
}

.message-error {
    clear: both;
    color: #DB4B39;
    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;
}

.poster_error {
    text-align: left;
    color: #fff;
    background: #DB4B39;
    padding: 10px;
    margin: 0 0 15px;
    font-weight: bold;
}

    .poster_error span,
    .poster_error p {
        font-weight: normal;
    }

/* styles for validation helpers */
.field-validation-error, .error, .my_error {
    color: #DB4B39;
}

input[type=text].error, textarea.error, select.error {
    border-color: #DB4B39;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #DB4B39;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}


.validation-summary-errors ul {
    padding: 0;
}

    .validation-summary-errors ul li {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        list-style: none;
        text-align: center;
        color: #fff;
        background: #DB4B39;
        padding: 10px;
        margin: 0 0 15px;
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        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: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   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;
            }

    /* 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%;
    }

    /* 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;
    }
}

.botonera {
    text-align: right;
}

/*-----------------------------------------------------------------------------------------------------------------------*/

.infield-list {
    padding: 0;
    margin: 0;
}

    .infield-list li.infield-item {
        margin: 0 200px 3px 0;
        border-color: #c9c9c9;
        padding: 1px 10px;
    }

table.CSSTableGenerator.inner {
    border: solid 2px #F7F7F7;
    overflow-y: auto;
    max-height: 350px;
}

    table.CSSTableGenerator.inner tbody tr td {
        font-size: 10px;
        padding: 5px;
    }

table.CSSTableGenerator {
    border-collapse: separate;
    margin: 15px 0;
    padding: 0px;
    width: 100%;
    border: solid 1px #C9C9C9;
    /* box shadow */
    -moz-box-shadow: 0 0 10px -1px #e3e3e3;
    -webkit-box-shadow: 0 0 10px -1px #e3e3e3;
    box-shadow: 0 0 10px -1px #e3e3e3;
}

.CSSTableGenerator table {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

table tr.empty-data td {
    padding: 20px;
    color: #DB4B39;
    font-weight: bold;
}

.CSSTableGenerator tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}

.CSSTableGenerator tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px dotted #C6C6C6;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 5px;
    font-size: 10.5px;
    font-weight: normal;
    color: #000000;
}

.CSSTableGenerator tr:last-child td {
    /*border-width: 0px 0px 1px 1px;*/
}

.CSSTableGenerator thead tr:last-child td {
    /*border-width: 1px;*/
}

.CSSTableGenerator tr td:last-child {
    width: 110px;
    max-width: 110px;
}

.CSSTableGenerator tr:last-child td:last-child {
    /*border-width: 0px 0px 0px 1px;*/
}

.CSSTableGenerator thead tr td {
    font-weight: bold;
    color: #222;
    background: #E2E2E2;
    text-align: center;
}

.CSSTableGenerator tr:first-child td:last-child {
    /*border-width: 0px 0px 1px 1px;*/
}

.CSSTableGenerator tr td:last-child {
    text-align: center;
}

.CSSTableGenerator td.center {
    text-align: center;
}

table.CSSTableGenerator tbody tr:not(.no-hover):hover > td {
    background-color: #D0D8E0;
}

table.CSSTableGenerator tr.no-hover:hover:not(:first-child) > td {
    background: inherit;
}

.CSSTableGenerator:not(.inner) tr td:last-child a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #CECECE;
    color: #787878;
    background: #F9F9F9;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    padding: 2px 3px;
    margin: 0 3px;
}

    .CSSTableGenerator:not(.inner) tr td:last-child a.init_print {
        background-image: url(../Images/printer.png);
        background-position: 4px 2px;
        background-repeat: no-repeat;
        padding-left: 25px;
    }

div.actions_content a.action.printer {
    background: url(../Images/printer.png) no-repeat 7px 6px #ccc;
    color: #111;
    padding-left: 30px;
}

div.actions_content a.action.approval-form-getter {
    background-color: #ccc;
    color: #111;
}

button.action.printer {
    background: url(../Images/printer.png) no-repeat 7px 6px #ccc;
    color: #111;
    padding-left: 30px;
}

.radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.CSSTableGenerator:not(.inner) tr td:last-child a:hover {
    color: #777;
    border-color: #999;
}

/* órdenes de compra && órndenes producción */

#tblIngredientes-op tbody tr.additional_indicator {
    background: #BFD2F2;
}

    #tblIngredientes-op tbody tr.additional_indicator td .separator-title#separator-title {
        font-size: 21px;
        text-shadow: none;
        background-color: #4285f4;
        color: #fff;
    }

    #tblIngredientes-op tbody tr.inafectable {
        background-color: #FFFEAD;
    }


#tblArticulos-oc tbody td {
    padding: 2px;
}

    #tblArticulos-oc tbody td input[type=text],
    #tblArticulos-oc tbody td select,
    #tblIngredientes-op tbody td input[type=text],
    #tblIngredientes-op tbody td select {
        padding: 2px;
        height: 21px;
        font-size: 11px;
    }

    #tblArticulos-oc tbody td .btn {
        float: right;
        margin: 0;
        padding: 2px;
    }

.oc_cant {
    display: inline-block;
    width: 35px;
    text-align: center;
}

.oc_um {
    display: inline-block;
    margin-left: 2px;
    width: 25px;
    text-align: center;
}
/*------------------------------------------------------------------------------------------------------------------------*/

div#filterContent {
    /* box shadow */
    -moz-box-shadow: 0 0 10px -1px #e3e3e3;
    -webkit-box-shadow: 0 0 10px -1px #e3e3e3;
    box-shadow: 0 0 10px -1px #e3e3e3;
}

form {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    form.filter {
        background: #E2E2E2;
        padding: 10px 15px;
        border: solid 1px #c9c9c9;
        /* box shadow */
        -moz-box-shadow: 0 0 10px -1px #e3e3e3;
        -webkit-box-shadow: 0 0 10px -1px #e3e3e3;
        box-shadow: 0 0 10px -1px #e3e3e3;
    }

    form .actions-form-container {
        border-top: dashed 1px #c9c9c9;
        padding: 15px 0 10px;
        margin-top: 20px;
        text-align: center;
    }

    form.filter fieldset {
        padding: 0;
    }

        form.filter fieldset:last-of-type {
            margin-bottom: 0;
        }

    form.filter legend {
        color: #384313; 
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
        text-shadow: 0 1px 1px #c0d576;
    }

    form.filter > fieldset > legend:before {
        content: "Step " counter(fieldsets) ": ";
        counter-increment: fieldsets;
    }

    form.filter fieldset fieldset legend {
        color: #111111;
        font-size: 13px;
        font-weight: normal;
        padding-bottom: 0;
    }

    form.filter ol li {
        background: rgba(255,255,255,.3);
        border: solid 1px rgba(255,255,255,.6);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        line-height: 30px;
        list-style: none;
        padding: 5px;
        margin: 0 0 10px;
    }

    form.filter fieldset label:not(.error) {
        float: left;
        font-size: 12px;
        width: 130px;
        color: #727272;
        font-style: italic;
        text-align: right;
        padding-right: 20px;
        font-weight: bold;
    }

    form.filter label.large {
        width: 200px;
    }

    form.filter fieldset fieldset label {
        background: none no-repeat left 50%;
        padding: 0 0 0 30px;
        width: auto;
    }

    form.filter label.error {
        display: inline-block;
        width: 300px;
        float: right;
        text-align: right;
    }

    form.filter.nuevaCompra label.error {
        width: 170px;
    }

    form.filter label[for=visa] {
        background-image: url(visa.gif);
    }

    form.filter label[for=amex] {
        background-image: url(amex.gif);
    }

    form.filter label[for=mastercard] {
        background-image: url(mastercard.gif);
    }

    form.filter fieldset fieldset label:hover {
        cursor: pointer;
    }

    form.filter input:not([type=submit]):focus, form.filter textarea:focus {
        /*background: #eaeaea;*/
    }

    form.filter input[type=radio] {
        float: left;
        margin-right: 5px;
    }

    form.filter.search[method=post] input[type=submit] {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        padding: 7px 10px 7px 30px;
        float: right;
        background: url(../Images/search.png) no-repeat 4px 4px #F9F9F9;
        color: #333;
        border-color: #c9c9c9;
    }

    form.filter button:hover {
        cursor: pointer;
    }

    form.filter input[type=submit] {
        background-color: #062f3c;
        border-color: #062f3c;
        color: #fff;
    }

    form.filter input[type=submit], form.filter #_preview, form.filter button.large {
        font-weight: normal;
        font-size: 15px;
        padding: 10px 15px;
    }

div.jqte {
    border: none;
}

/*---------------------------------------------------------------------------------------------------*/
.RelationsTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .RelationsTable table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .RelationsTable tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .RelationsTable table tr:first-child td:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .RelationsTable table tr:first-child td:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .RelationsTable tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .RelationsTable tr:hover td {
    }

    .RelationsTable tr:nth-child(odd) {
        background-color: #aad4ff;
    }

    .RelationsTable tr:nth-child(even) {
        background-color: #ffffff;
    }

.ArticuloEquivalenciasTable td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 7px;
    font-size: 10px;
    /*font-family: Arial;*/
    font-weight: normal;
    color: #000000;
}

.ArticuloEquivalenciasTable tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.ArticuloEquivalenciasTable tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.ArticuloEquivalenciasTable tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.ArticuloEquivalenciasTable tr:first-child td {
    background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
    background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
    background: -o-linear-gradient(top,#005fbf,003f7f);
    background-color: #005fbf;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    /*font-family: Arial;*/
    font-weight: bold;
    color: #ffffff;
}

.ArticuloEquivalenciasTable tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
    background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
    background: -o-linear-gradient(top,#005fbf,003f7f);
    background-color: #005fbf;
}

.ArticuloEquivalenciasTable tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.ArticuloEquivalenciasTable tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Multiselect -
----------------------------------*/
div#wrapper {
    width: 100%;
    margin: 0 auto;
}

div#header {
    position: relative;
    border-bottom: 1px dotted;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

    div#header p {
        margin: 0;
        padding: 0;
    }

    div#header h1 {
        margin: 0;
        padding: 0;
    }

ul#nav {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#nav li {
        display: inline;
        padding: 0 0 0 5px;
    }

        ul#nav li a {
        }

div#content {
}

div#footer {
    padding: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    box-shadow: 0 -1px 2px 0px #999;
}

    div#footer .copyright {
        float: right;
    }

    div#footer a {
        font-size: 12px;
        color: #565656;
    }

        div#footer a:hover {
            color: #363636;
        }

        div#footer a.social {
            display: inline-block;
            width: 21px;
            height: 21px;
            padding: 0;
            margin-right: 15px;
        }

        div#footer a#facebook {
            background: url(../Images/facebook-icon.png) no-repeat;
        }

            div#footer a#facebook:hover {
                background-position-y: -21px;
            }

        div#footer a#twitter {
            background: url(../Images/twitter-icon.png) no-repeat;
        }

            div#footer a#twitter:hover {
                background-position-y: -21px;
            }





.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}


/* multiselect styles */
.multiselect {
    width: 460px;
    height: 200px;
}

#switcher {
    margin-top: 20px;
}

form {
    margin: 0;
    padding: 0;
}

/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {
    /*font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;*/
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        /*font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;*/
        font-size: 12px;
    }


.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(../Images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        background: #f6f6f6 url(../Images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        font-weight: bold;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: #ffffff url(../Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #eb8f00;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

.ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(../Images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(../Images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../Images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../Images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../Images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../Images/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../Images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../Images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../Images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../Images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
    border: solid 1px green;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url(../Images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(../Images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .20;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*
 * jQuery UI Resizable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*
 * jQuery UI Selectable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
        font-size: 1em;
        padding: .5em .5em .5em .7em;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}
/*
 * jQuery UI Autocomplete 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.10
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
            color: #999;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
                color: #333;
                background: #E2E2E2;
            }
/*
 * jQuery UI Button 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    /*overflow: visible;*/
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
    width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
        border: solid 1px #CDCDCD;
        background: #E2E2E2;
        color: #8E8383;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

            .ui-dialog .ui-dialog-titlebar-close span.ui-icon-closethick {
                margin: -8px 0 0 -9px;
            }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*
 * jQuery UI Slider 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/*
 * jQuery UI Tabs 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 .2em 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }
/*
 * jQuery UI Datepicker 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

.ui-multiselect {
    border: solid 1px;
    font-size: 0.8em;
}

    .ui-multiselect ul {
        -moz-user-select: none;
    }

    .ui-multiselect li {
        margin: 0;
        padding: 0;
        cursor: default;
        line-height: 20px;
        height: 20px;
        font-size: 11px;
        list-style: none;
    }

        .ui-multiselect li a {
            color: #999;
            text-decoration: none;
            padding: 0;
            display: block;
            float: left;
            cursor: pointer;
        }

        .ui-multiselect li.ui-draggable-dragging {
            padding-left: 10px;
        }

    .ui-multiselect div.selected {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
    }

    .ui-multiselect ul.selected {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        position: relative;
        width: 100%;
    }

        .ui-multiselect ul.selected li {
        }

    .ui-multiselect div.available {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        border-left: 1px solid;
    }

    .ui-multiselect ul.available {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        width: 100%;
    }

        .ui-multiselect ul.available li {
            padding-left: 10px;
        }

    .ui-multiselect .ui-state-default {
        border: none;
        margin-bottom: 1px;
        position: relative;
        padding-left: 20px;
    }

    .ui-multiselect .ui-state-hover {
        border: none;
    }

    .ui-multiselect .ui-widget-header {
        border: none;
        font-size: 11px;
        margin-bottom: 1px;
    }

    .ui-multiselect .add-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .remove-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .search {
        float: left;
        padding: 4px;
    }

    .ui-multiselect .count {
        float: left;
        padding: 7px;
    }

    .ui-multiselect li span.ui-icon-arrowthick-2-n-s {
        position: absolute;
        left: 2px;
    }

    .ui-multiselect li a.action {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .ui-multiselect input.search {
        height: 14px;
        padding: 1px;
        opacity: 0.5;
        margin: 4px;
        width: 100px;
    }


__input_cantidad.input {
    background-color: Black;
}

._cantidad_estilo {
    /*font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
}

.formReceta {
    /*background-color: Blue;*/
}

.hidden {
    display: none;
}

.nota {
    background-color: Yellow;
}

.radios {
    width: 100%;
    height: 100px;
}

.rdioTipoIngrediente {
    float: none;
}

input.stock_articulos {
    width: 100px;
}

.stock_articulos input {
    width: 80%;
}

.articulo_td {
    width: 200px;
}

.stock_articulos_table, selector_articulos_table {
    width: 100%;
}

input.iva {
    width: 20px;
}

.remove_preparacion_icon {
    cursor: pointer;
}

label.receta_form {
    padding-right: 20px;
}

/*.searchNotification {
    text-align: right;
    margin: 10px 0 0 0;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}*/

.found {
    /*color: #005fbf;*/
    color: #A1BACC;
}

.notFound {
    /*color: #cd0a0a;*/
    color: #C69F9F;
}

.searchNotification a {
    cursor: pointer;
}

.box_shadow {
    -moz-box-shadow: 0 0 10px -1px #ccc;
    -webkit-box-shadow: 0 0 10px -1px #ccc;
    box-shadow: 0 0 10px -1px #ccc;
}

/* actions_content */
.actions_content {
    margin: 20px 0;
    text-align: right;
}

    .actions_content a.action {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 7px 10px 8px;
        margin: 0 0 0 5px;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
        background: #4F6D82;
        /* box shadow */
        -moz-box-shadow: 0 0 10px -1px #ccc;
        -webkit-box-shadow: 0 0 10px -1px #ccc;
        box-shadow: 0 0 10px -1px #ccc;
        color: #fff;
    }

        .actions_content a.action.printer:hover {
            background-color: darkgray;
        }

        .actions_content a.action.new {
            padding-left: 30px;
            background: url(../Images/add_white.png) no-repeat 9px 7px #5CB85C;
        }

            .actions_content a.action.new:hover {
                background-color: #50A050;
            }

        .actions_content a.action.back {
            background: url("../Images/arrow-back-icon.png") no-repeat #3B7EB5 4px 8px;
            padding-left: 20px;
        }

        .actions_content a.action.forward {
            background: url("../Images/arrow-frwd-icon.png") no-repeat #3B7EB5 4px 8px;
            padding-left: 20px;
        }

        .actions_content a.action.back:hover {
            background-color: #316A96;
        }

        .actions_content a.action#_searchStarter:hover {
            background-color: #3e5667;
        }

        .actions_content a.action.pressedFilter {
            padding-left: 20px;
            background: url("../Images/arrow-up-icon.png") no-repeat #3e5667 4px 8px;
        }

.invisible {
    display: none;
}


/* recetas */
/*#txtPreparaciones {
    border: solid 1px #E2E2E2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}*/

#addPreparation, #create_preparation {
    font-weight: normal;
}

#content_preparacion_handler {
    padding: 10px 0 7px 0;
}

#content_error {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #DD4B39;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    #content_error * {
        color: #fff;
    }

    #content_error ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #content_error ul ul {
            margin: 3px 0 10px 15px;
        }

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #C4C4C4;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    z-index: 2;
}

#principal_tab_link {
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    padding: 2px 3px 0;
}

.tab {
    padding: 2px 5px;
}

    .tab a {
        font-size: 12px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        outline: none;
        color: #555;
        font-style: italic;
    }

    .tab.active {
        padding-top: 5px;
        font-weight: bold;
        z-index: 1;
        border-bottom: solid 1px #eee;
    }

    .tab.added {
    }

.remove_preparacion_icon {
    padding: 0 5px 0 5px;
    color: #999;
}

    .remove_preparacion_icon:hover {
        color: #363636;
    }

.comment_icon {
    display: block;
    width: 15px;
    height: 22px;
    float: right;
    margin-top: 2px;
}

.add_comment_icon {
    background: url("../Images/comments_add.png") no-repeat;
}

.see_comment_icon {
    background: url("../Images/comments_see.png") no-repeat;
}

.panel-container {
    border: solid #C4C4C4 1px;
    padding: 10px 15px;
    background: #EEEEEE;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    margin-top: -1px;
}

.tab-container {
    margin: 0 0 15px;
    z-index: -9999;
}

.etabs .tab.added {
    margin-right: 3px;
}

/* recetas clase */
.ui-dialog * {
    /*font-family: Arial;*/
    font-size: 12px;
}

.ui-dialog input[type=text], button, select, select#TipoAsignaturaId, label, #_addAsignaturaClase {
    font-weight: normal;
    /*font-family: Arial;*/
    font-size: 12px;
}

.ui-button {
    border: none;
}

.ui-button-text {
    color: #787878;
    background: #F9F9F9;
}

.ui-button:hover {
    color: #565656;
    border-color: #A5A5A5;
}

.ui-button:active {
    border: solid 1px #7A7A7A;
}

/*observations*/
#observations_content {
    padding: 10px;
}

    #observations_content textarea {
        height: 100px;
        min-width: 100%;
        display: block;
        margin: 0 auto;
    }

/* ordenes de producción */
#op-form #getter {
    /*border: solid 1px blue;
    padding: 10px;*/
}

#op-form .opHandlerButton {
    font-weight: bold;
    font-style: italic;
    margin-left: 10px;
}

    #op-form .opHandlerButton#btnGenerarNuevaOP {
        border-color: #9FC9B1;
        background-color: #9FC9B1;
        color: #3C5143;
    }

    #op-form .opHandlerButton#btnCopiarUltimaOP {
        border-color: #FECD4C;
        background-color: #FECD4C;
        color: #68633A;
    }

.multiplierFactorContainer {
    display: inline-block;
    float: right;
    margin: 0 10px;
}

    .multiplierFactorContainer input[type=checkbox] {
        border: solid 1px red;
        cursor: pointer;
        margin-top: 5px;
    }

    .multiplierFactorContainer input[type=text] {
        display: none;
        float: left;
        margin: 0 0 -1px 5px;
    }

    .multiplierFactorContainer button::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .multiplierFactorContainer button {
        padding: 3px 5px;
        float: left;
        display: none;
        margin: 0 0 0 5px;
    }

    .multiplierFactorContainer b {
        float: right;
        margin: 5px 0 0 3px;
    }

        .multiplierFactorContainer b:hover {
            text-decoration: underline;
            cursor: pointer;
        }



#op-form #ingredientes-op table:not(.info) tr td,
#tblIngredientes-op:not(.info) tr td {
    padding: 2px;
}

#op-form #ingredientes-op table tr td * {
    font-size: 11px;
}

#op-form #ingredientes-op table tr td .preparado_restore {
    padding: 0;
}

tr.recipe td,
option.recipe {
    color: #3b7eb5;
}

#op-form #ingredientes-op table tr.subheader {
    border-style: solid;
}

    /*#op-form #ingredientes-op table tr.subheader:hover > td .row-action {
        visibility: visible;
    }*/

    #op-form #ingredientes-op table tr.subheader td label {
        margin-top: 3px;
    }

    #op-form #ingredientes-op table tr.subheader.subheader_recipe label,
    #preproduction-form #preproduction-content table tr.subheader.subheader_recipe td label {
        font-size: 19px;
        text-align: left;
    }

    #op-form #ingredientes-op table tr.subheader.subheader_preparation label,
    #preproduction-form #preproduction-content table tr.subheader.subheader_preparation td label {
        font-size: 15px;
        text-align: left;
        margin-left: 15px;
        font-weight: bold;
    }

    #op-form #ingredientes-op table tr.subheader.subheader_preparation td{
        text-align: left;
    }

    #op-form #ingredientes-op table tr.subheader.subheader_preparation .preparacion_multiplicador {
        margin-left: 10px;
    }

#op-form #ingredientes-op tbody tr td label[for=lblIngrediente],
#preproduction-form #preproduction-content table tr td label[for=lblIngrediente] {
    font-size: 10px;
    font-weight: bold;
    margin-left: 30px;
}


#op-form #ingredientes-op table tr.subheader td,
#preproduction-form #preproduction-content table tr.subheader td {
}

    #op-form #ingredientes-op table tr.subheader td .overtake {
        color: #fff;
        background: #9387FF;
        border: solid 1px #9387FF;
        float: right;
    }

    #op-form #ingredientes-op table tr.subheader td .overtake {
        padding: 2px 5px;
    }

.actions_content .overtake {
    /* box shadow */
    border-width: 1px;
    position: relative;
    bottom: 5px;
    left: -5px;
    float: left;
}

    #op-form #ingredientes-op table tr.subheader td .overtake:hover, .actions_content .overtake:hover {
        background-color: #4800FF;
        border-color: #4800FF;
    }

#op-form #ingredientes-op table tr.subheader td .overtake_pressed {
    background-color: #4800FF;
    border-color: #4800FF;
}

#op-form #ingredientes-op table tr.subheader td label {
    font-weight: bold;
    float: left;
}

tr.preparation td, option.preparation {
    color: #eb8f00;
}

#op-form #ingredientes-op table tr td.prepared {
    color: #b81900;
}

#op-form #ingredientes-op table tr td .icon {
    padding: 0;
    width: 20px;
    height: 20px;
    margin: auto 10px;
    margin-top: -1px;
}

/*#op-form #ingredientes-op table tr td .recipe_edition_opener {
    background: #3e5667;
    color: #fff;
}*/

.view_prepared_ingredients {
    background: url("../Images/see_details.png") no-repeat 4px 0;
    margin-left: 10px;
    padding-left: 27px;
    border: none;
}

#op-form #ingredientes-op table tr td .view_prepared_ingredients:hover {
    text-decoration: underline;
}

#op-form #ingredientes-op table tr td label {
    display: inline;
}

#op-form #ingredientes-op table tr td a.remove {
    background: #A51E22;
    color: #fff;
    float: right;
}

#op-form #ingredientes-op table tr td .menuButton {
    visibility: hidden;
    float: right;
    margin: 3px 0 0 5px;
}

#op-form #ingredientes-op table tr td:hover > .menuButton {
    visibility: visible;
}

#ingredient_dialog input[type="text"] {
    margin: 5px auto 15px;
    min-width: 405px;
}

#ingredient_dialog b {
    display: inline-block;
    width: 100px;
}

ul#menu li.pull-down.selected ul {
    z-index: 9;
    box-shadow: 2px 2px 2px #999;
}

.see_notes {
    text-decoration: underline;
    cursor: pointer;
}

/* órdenes de producción */
#breadcastingConfirmationContent {
    padding: 0 0 30px 0;
}

    #breadcastingConfirmationContent h2 {
        font-size: 15px;
        margin: 10px 0 0;
        text-align: center;
    }

    #breadcastingConfirmationContent ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #breadcastingConfirmationContent ul li {
            padding: 9px 15px;
            color: #555;
            border-bottom: dotted 1px #999;
        }

            #breadcastingConfirmationContent ul li:hover {
                border-bottom: solid 1px #999;
            }

            #breadcastingConfirmationContent ul li label {
                display: inline-block;
                float: right;
                position: relative;
            }

                #breadcastingConfirmationContent ul li label input[type="checkbox"] {
                    border: solid 1px violet;
                    position: relative;
                    bottom: -1px;
                    margin-right: 13px;
                }

            #breadcastingConfirmationContent ul li span {
                display: inline-block;
                padding: 3px;
                font-weight: bold;
            }

.propagate_all {
    background: #D8675D;
    color: #fff;
    border: none;
}

.propagate_only_ops {
    background: #4486F7;
    color: #fff;
    border: none;
}

.normal_saving {
    background: #5CB85C;
    color: #fff;
}

/* remove form */

.remove_form_content form h3 {
    color: #DB4B39;
}

.remove_form_content form input[type=submit] {
    border-color: #D85F52;
    background: #D85F52;
    color: #fff;
}

    .remove_form_content form input[type=submit]:hover {
        border-color: #DB4B39;
        background: #DB4B39;
    }

.preproduced {
    color: #999;
    display: inline-block;
    margin: 5px 10px auto auto;
}

    .preproduced.on {
        color: #000;
    }

input[type=text].cantidadArticuloPreproducido {
    display: inline-block;
    float: right;
}

table {
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pager {
    background: #E2E2E2;
    border: solid 1px #c9c9c9;
    margin-top: -36px;
    border-top: none;
    width: 250px;
    padding: 5px;
    display: block;
    margin-left: 10px;
    text-align: center;
}

    .pager form .icon {
        position: relative;
        top: 3px;
        margin: 0 3px;
        cursor: pointer;
    }

    .pager form .pagedisplay {
        text-align: center;
        max-width: 40px;
    }

    .pager form .pagesize {
        max-width: 50px;
    }

#menuButton {
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #CCCCCC;
    background: url(../Images/dropdown-menu.png) no-repeat center #F3F3F3;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

    #menuButton ul {
        border: solid 1px #c9c9c9;
        box-shadow: 1px 1px 2px #c9c9c9;
        padding: 0;
        display: none;
        width: 200px;
        position: relative;
        margin-top: 15px;
        margin-left: -185px;
    }

        #menuButton ul li {
            padding: 0;
            background: #fff;
            list-style-type: none;
            border-top: solid 1px #e9e9e9;
        }

            #menuButton ul li:first-child {
                border-top: none;
            }

            #menuButton ul li a, #menuButton ul li a:visited {
                background: #c9c9c9;
                text-decoration: none;
                text-align: center;
                padding: 7px 0;
                background: none;
                font-size: 11px;
                width: 100%;
                display: inline-block;
                border: solid 1px violet;
                border: none;
                color: #999;
                margin-left: 0;
            }

                #menuButton ul li a:hover {
                    color: #222;
                    background-color: #e9e9e9;
                }

#basic_action_selector {
    display: inline;
    position: relative;
    top: -2px;
}

    #basic_action_selector button {
        margin-left: 5px;
        font-weight: bold;
        color: #c9c9c9;
        border-color: #c9c9c9;
    }

        #basic_action_selector button.active {
            color: #fff;
            background: #4485F4;
            border-color: #4485F4;
        }

button[type=button].selector-opener.disabled,
button[type=button].preparation-creator-beginner.disabled {
    cursor: text;
    color: #e9e9e9;
    border-color: #e9e9e9;
}

.preparation-creator-container {
    display: none;
    width: 415px;
}

    .preparation-creator-container.visible {
        display: inline-block;
    }


    .multiplierFactorContainerDemo {
    display: inline-block;
    float: right;
    margin: 0 10px;
}

    .multiplierFactorContainerDemo input[type=checkbox] {
        border: solid 1px red;
        cursor: pointer;
        margin-top: 5px;
    }

    .multiplierFactorContainerDemo input[type=text] {
        display: none;
        float: left;
        margin: 0 0 -1px 5px;
    }

    .multiplierFactorContainerDemo button::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .multiplierFactorContainerDemo button {
        padding: 3px 5px;
        float: left;
        display: none;
        margin: 0 0 0 5px;
    }

    .multiplierFactorContainerDemo b {
        float: right;
        margin: 5px 0 0 3px;
    }

        .multiplierFactorContainerDemo b:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.multiplierFactorContainerTaller {
    display: inline-block;
    float: right;
    margin: 0 10px;
}

    .multiplierFactorContainerTaller input[type=checkbox] {
        border: solid 1px red;
        cursor: pointer;
        margin-top: 5px;
    }

    .multiplierFactorContainerTaller input[type=text] {
        display: none;
        float: left;
        margin: 0 0 -1px 5px;
    }

    .multiplierFactorContainerTaller button::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .multiplierFactorContainerTaller button {
        padding: 3px 5px;
        float: left;
        display: none;
        margin: 0 0 0 5px;
    }

    .multiplierFactorContainerTaller b {
        float: right;
        margin: 5px 0 0 3px;
    }

        .multiplierFactorContainerTaller b:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.ui-jqgrid .ui-pg-input {
    width: auto;
}
