.modal {
    z-index: 1029;
}
.modal-backdrop {
    z-index: 1028;
}
.navbar-inner {
    background-color: #2C2C2C;
    background-image: -moz-linear-gradient(top, #FCC963, #FFD271);
    background-image: -ms-linear-gradient(top, #FCC963, #FFD271);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCC963), to(#FFD271));
    background-image: -webkit-linear-gradient(top, #FCC963, #FFD271);
    background-image: -o-linear-gradient(top, #FCC963, #FFD271);
    background-image: linear-gradient(top, #FCC963, #FFD271);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC963', endColorstr='#FFD271', GradientType=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 
        transparent;
    border: 0;
    -webkit-appearance: none;
}
td.nowrap {
    white-space: nowrap;
}
.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .brand {
    color: #fff;
    text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: transparent;
}
h1 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #C2C2C2;
}
a, a:hover {
    color: #BE8258;
}
body {
    padding-top:40px;
    background-color: #EEE8DE;
}
div[role=main] {
    width:900px;
    background-color: white;
    padding: 20px;
    margin-top: 0;
}
div[role=main]#login {
    background-color: #EEE8DE;
}
div[role=main]#login .breadcrumb {
    display:none;
}
.dropdown-toggle{
    cursor:pointer;
}
#zoomClients,#zoomItems{
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(55, 55, 55, 0.73);
    position:fixed;
    top:0px;
    left:0px;
    overflow: auto;
}
.container {
    width: 900px;
    margin-top: 20px;
}
header .container {
    margin-top: 0;
}
#zoomClients div.container,#zoomItems div.container{
    width:100%;
}
#zoomClients div.container .dataTablez,#zoomItems div.container .dataTablez{
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 0px #7a717a;
    -moz-box-shadow: 0px 0px 4px 0px #7a717a;
    box-shadow: 0px 0px 4px 0px #7a717a;
    width:1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 10px;
}
.modal:not([login]) {
    margin: 0px;
    left: 10%;
    width: auto;
    max-height: 80%;
}
td input.pull-right {
    margin-right: 70px;
    margin-left: 350px;
}
.modal .modal-body {
    max-height: none;
}
textarea {
    min-height: 100px;
}
select, input[type="file"], select[multiple], select[size] {
    height: 27px;
    line-height: 27px;
}
.help-block {
    color: gray;
    font-size: 85%;
}
.delete-receipt-item {
    width: 28px; 
    text-align: center;
}
#receipt_items {
    width: 720px;
}
#receipt_items textarea {
    height: 20px;
    min-height: 0px;
    width: 95%;
}
.form-inline.retentions.modal.fade {
    padding: 20px;
    top: 50%;
}
.inputs-100 input[type=text], 
.inputs-100 select {
    width: 95%;
}
label[for=pay-in-full] {
    margin-top: -15px;
}
#filter [class*="span"] [class*="span"]:first-child {
    margin-left: 0;
}
#receipt_filters form, 
#receipt_filters .form-actions {
    margin-bottom: 0;
    background: none;
}
#receipt_filters .form-actions {
    padding-top: 10px;
    padding-bottom: 0;
}
#receipt_filters .accordion-toggle {
    color: #08C;
    text-decoration: none;
}

.table-striped tbody > tr.sin_factura > td {
    /*background-color: rgb(220, 223, 224);*/
    background-color: #E6E6E6;
}