﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #C20430 !important;
    border-bottom-color: #C20430 !important;
}

#liAccesos {
    color: white;
    text-align: center;
}
span#pUser, a#lkSO, div#my-signin2 {
    display: inline-block;
}

span#pUser {
    color: #9d9d9d;
}

div#my-signin2 {
    margin-top: 7px;
}

.abcRioButton {
    background-color: white !important;
    color: #444 !important;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #333;
    border-bottom-color: #333;
}

.navbar-inverse .navbar-nav > li > a, a.navbar-brand {
    color: white !important;
}

#tbInventarios th {
    text-align: center;
}
#tbInventarios tbody th {
    background-color: #eee;
    font-size: 8pt;
    font-weight: normal;
}
#tbInventarios tbody td, #tdStockSeg, #tdInvOptimo, #tdInvMaximo {
    text-align: right;
}
    #tbInventarios tbody td input {
        width: 100px;
        text-align: right;
        padding-right: 0px;
        padding-left: 0px;
    }
#tdStockSeg, #tdInvOptimo, #tdInvMaximo {
    font-weight: bold;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.lkEliminar img, .lkEditar img {
    max-width: 24px;
}
.lkEditar img {
    margin-left: 5px;
}
.form-control {
    padding: 6px 1px;
}
.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.navbar-collapse.collapse.in, .navbar-inverse .navbar-toggle {
    border-color: white !important;
}
button.navbar-toggle {
    background-color: #C20430 !important;
}
.thSem {
    min-width: 65px;
}
tr#trEncabezado th {
    vertical-align: middle;
}
tr#trNC th {
    font-size: 11pt;
    background-color: white;
    font-weight: bold;
    text-align: right;
}