/* Minification failed. Returning unminified contents.
(592,49): run-time error CSS1038: Expected hex color, found '#2fa4e'
 */
body
{
    height: 98%;
    font-family: 'Open Sans', sans-serif;
}

html
{
    height: 98%;
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: none;
}

#sidebar
{
    width: 189px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
}

.without-sidebar, .with-sidebar
{
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

.with-sidebar
{
    margin-left: 190px;
}

.footer
{
    position: relative;
    height: 34px;
    clear: both;
}

.navbar.test {
    background: #778899;
}
    .navbar.test .navbar-inner {
        background: #778899;
    }
a.toggles
{
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    background-color: black;
    color: white;
    padding: 10px 20px;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -128px; /* -1 * image width / 2 */
    margin-top: -128px; /* -1 * image height / 2 */
    display: block;
}

.query-result table
{
    width: 100% !important;
}

    tr.selected > td, .query-result table tbody tr.selected:hover > td
    {
        background-color: #D8D8D8;
    }

.main-content {
    margin-left: auto;
    margin-right: auto;
    min-height: 84%;
    padding-top: 75px;
    background-color: #CCD777;
}

footer {
    color: #888;
    background: white;
    padding: 17px 0 8px 0;
}

    footer a
    {
        color: #6E6E6E;
    }

        footer a:hover
        {
            color: #A4A4A4;
        }

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -63px;
}

.footer-container
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input[readonly="readonly"]
{
    background-color: #E6E6E6;
}

/* -------------------------- Bootstrap overridew --------------------------*/

.well {
    background-color: white;
    border-radius: 4px;
    padding: 0px;
}

.well-small {
    padding: 8px;
}

.dropdown-menu {
    border: 1px solid #86858A;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 0px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
}

.breadcrumb {
    background-color: #A2BD31;
    margin: -10px;
}

.breadcrumb > .active {
    color: white;
    font-size: 18px;
}

.breadcrumb > li {
    text-shadow:none;
}

.form-horizontal .control-label {
    float: none;
    font-weight: bold;
    text-align: left;
}

.form-horizontal .checkbox
{
    padding-left:0px;
}

.form-horizontal .checkbox .control-label
    {
        float:left;
        width:auto;
        padding-right:10px;
 }
.form-horizontal .control-group .controls .float-left
{
    float:left;
}
.form-horizontal .checkbox .controls input {
    margin-top: 8px;
    margin-left:0px;
}

.form-horizontal .control-label.fullwidth
{
    width:auto;
}
    .form-horizontal .controls {
        *display: inline-block;
        *padding-left: 20px;
        margin-left: 0px;
        *margin-left: 0;
    }

.label {
    margin-bottom: 3px;
}

.page-title {
    letter-spacing: 1px;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

a, a:hover{
    color: #CCD777;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a
{
    color: #000000;
    background-color: #DDD;
    background-image: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #DDD;
  background-image: none;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2', GradientType=0);
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus
{
    color: #78B192;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus
{
    color: #A2BD31;
}

.navbar-inner {
    background-color: white;
    background-image: none !important;
    border: none;
    border-bottom: 1px solid #86858A;
}

.navbar .brand
{
    padding: 10px 0px 2px;
    margin-left: 0px;
    width: 10%;
}

    .navbar .brand img
    {
        height: auto;
        width: auto;
    }

.navbar .divider-vertical
{
    height: 41px;
    background-color: #ffffff;
    border-right: 1px solid #c6c6c6;
}

.navbar .nav > li > a {
    color: #78B192;
    text-shadow: none;
    font-family: Arial Black;
    padding: 16px 8px 14px;
    text-transform: uppercase;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    margin-left: 5px;
    color: #78B192;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #A2BD31;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus
{
    color: #000000;
    background-color: #E6E6E6;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #A2BD31;
    border-bottom-color: #A2BD31;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #A2BD31;
    border-bottom-color: #A2BD31;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #A2BD31;
    border-bottom-color: #A2BD31;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret
{
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret
{
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret
{
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused
{
    text-shadow: 0 1px 0 #000000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle
{
    color: #ffffff;
    background-color: transparent;
}

.navbar .nav
{
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 2px 10px 0 0;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 95%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 95%;
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        margin-bottom: 0px;
    }
    .main-content {
        padding-top: 10px;
    }
    .navbar .nav-collapse .nav li > a {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: white;
        text-shadow: none;
    }
    .navbar .nav-collapse .nav li > a:hover {
        background-color: transparent;
    }
}




.btn-primary {
    background-color: #03743E;
    *background-color: #03743E;
    background-image: none;
    box-shadow: none;
}

    .btn-primary.disabled,
    .btn-primary[disabled]
    {
        background-color: #03743E;
        *background-color: #03743E;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #03743E;
    }

.btn-caja-warning,
.btn-caja-warning:hover,
.btn-caja-warning:focus,
.btn-caja-warning:active
{
    color: #ffd800;
    background-color: #ffd800;
    *background-color: #ffd800;
    background-image: -moz-linear-gradient(top, #ffd800, #ffd800);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd800), to(#ffd800));
    background-image: -webkit-linear-gradient(top, #ffd800, #ffd800);
    background-image: -o-linear-gradient(top, #ffd800, #ffd800);
    background-image: linear-gradient(to bottom, #ffd800, #ffd800);
}


.form-horizontal .control-group
{
    margin-bottom: 6px;
}
.form-horizontal .control-label.width
{
    width:191px;
    padding-right:9px;
}
.span11b {
    width: 1015px;
}

span10b
{
    width: 915px;
}

.span9b
{
    width: 815px;
}

.span8b
{
    width: 715px;
}

.span7b
{
    width: 615px;
}

.span6b
{
    width: 515px;
}

.span5b
{
    width: 415px;
}

.span4b
{
    width: 315px;
}

.span3b
{
    width: 196px;
}

.span2b
{
    width: 115px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);

    background-position: 0;
    -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

input[type="text"][disabled],
select[disabled],
input[readonly="readonly"] {
    color:black;
}

/* -------------------------- Simple Grid --------------------------*/

.pagination
{
    min-height: 10px;
}

.query-result table
{
    background-color: #FAFAFA;
    font-weight: normal;
}

    .query-result table thead {
        background-color: #399469;
        color: #ffffff;
    }

/* -------------------------- Autocomplete --------------------------*/

.ui-autocomplete
{
    position: absolute;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete
{
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/* ------------------------- Menu --------------------------*/

.tt-suggestion
{
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-dropdown-menu
{
    width: 100%;
}

.tt-suggestion:hover,
.tt-suggestion:focus
{
    color: #ffffff;
    text-decoration: none;
    background-color: #A4A4A4;
    background-image: -moz-linear-gradient(top, #2fa4e,72fa4e7 #A4A4A4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BDBDBD), to(#A4A4A4));
    background-image: -webkit-linear-gradient(top, #BDBDBD, #A4A4A4);
    background-image: -o-linear-gradient(top, #BDBDBD, #A4A4A4);
    background-image: linear-gradient(to bottom, #BDBDBD, #A4A4A4);
    background-repeat: repeat-x;
    border: 0px;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff1a99e2', GradientType=0);
}

.field-validation-error
{
    color: red;
    display: block;
    margin-top: -5px;
    height: 30px;
}

.validation-summary-errors
{
    margin-left: -10px;
    color: red;
    margin-top: 15px;
}

    .validation-summary-errors ul
    {
        list-style-type: none;
    }

.login-menu
{
    width: 300px;
    height: 40px;
    margin-left: auto;
    margin-right: -20px;
    padding-top: 10px;
}

    .login-menu label
    {
        margin-top: 8px;
    }

    .login-menu .btn
    {
        color: #333333;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(top, #ffffff, #e6e6e6);
    }

#logoutDropdown
{
}

/* ------------------------- Loader ------------------------- */

#main-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.6);
}

#loader-text {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -10px;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    color:black;
    z-index: 10001;
}

#ajax-circular-loader {
    position: fixed;
    width: 70px;
    height: 70px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    top: 40%;
    left: 50%;
    z-index: 10000;
}

#circular-loader
{
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

.circularG
{
    position: absolute;
    background-color: white;
    width: 15px;
    height: 15px;
    -moz-border-radius: 10px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.56s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.56s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 10px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.56s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 10px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.56s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 10px;
    animation-name: bounce_circularG;
    animation-duration: 0.56s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#circularG_1
{
    left: 0;
    top: 25px;
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

#circularG_2
{
    left: 7px;
    top: 7px;
    -moz-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    animation-delay: 0.28s;
}

#circularG_3
{
    top: 0;
    left: 25px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#circularG_4
{
    right: 7px;
    top: 7px;
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

#circularG_5
{
    right: 0;
    top: 25px;
    -moz-animation-delay: 0.49s;
    -webkit-animation-delay: 0.49s;
    -ms-animation-delay: 0.49s;
    -o-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

#circularG_6
{
    right: 7px;
    bottom: 7px;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#circularG_7
{
    left: 25px;
    bottom: 0;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circularG_8
{
    left: 7px;
    bottom: 7px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-moz-keyframes bounce_circularG
{
    0%
    {
        -moz-transform: scale(1);
    }

    100%
    {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG
{
    0%
    {
        -webkit-transform: scale(1);
    }

    100%
    {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG
{
    0%
    {
        -ms-transform: scale(1);
    }

    100%
    {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG
{
    0%
    {
        -o-transform: scale(1);
    }

    100%
    {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG
{
    0%
    {
        transform: scale(1);
    }

    100%
    {
        transform: scale(.3);
    }
}

/* --------------- Checkboxes --------------- */

input[type=checkbox].css-checkbox
{
    display: none;
}

    input[type=checkbox].css-checkbox + label.css-label
    {
        padding-left: 29px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 25px;
        vertical-align: bottom;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label
    {
        background-position: 0 -25px;
    }

label.css-label
{
    background-image: url(images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* --------------- Navbar --------------- */

.navbar .btn-navbar
{
    background-color: white;
    background-image: none
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:focus,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled]
    {
        color: #ffffff;
        background-color: #EEE;
    }

    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active
    {
        background-color: #157ab5 \9;
    }

    .navbar .btn-navbar .icon-bar
    {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

.btn-navbar .icon-bar + .icon-bar
{
    margin-top: 3px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #000000;
  background-color: #999999;
  border-color: #999999;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #A2BD31;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #000000;
  background-color: #022c55;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 95%;
}

/* --------------- Grid --------------- */

.many-columns-grid {
    font-size: 12px;
}

/* --------------- Typeahead Articulo Linea Comprobante --------------- */

@media (min-width: 768px)
{
    #descripcionArticulo, #descripcionArticuloNotaPedido
    {
        margin-left: 20px;
        margin-top: 0px;
        color: black;
    }
}

.input-append
{
    color: black;
    font-size: 12px;
    line-height: 14px;
}

.typéahead
{
    font-style: normal;
}

#detallesModal #contArticulo .tt-dropdown-menu {
    margin-top: 30px;
    margin-left: -400px;
    max-height: 260px;
    overflow-y: auto;
    width: 400px;
}

.tt-is-under-cursor {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

legend {
    border-bottom-color: grey;
}
.separator {
    border-bottom-color: grey;
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-right: 8px;
}

.text-dangerpropio {
    background-color: #FFCCCB !important;
}
