﻿/* 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;
    margin-top:10px !important;
}
.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;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C20430;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        background-image:url()
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #C20430;
}

input:focus + .slider {
    box-shadow: 0 0 1px #C20430;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.contenedorFilter {
    border-style: solid;
    border: 1px solid #ddd;
    margin-right:0px !important;
    margin-left:0px !important;
}

.switchFilters{
    text-align:right !important;
    display:inline-block;
    vertical-align:central !important;
    padding-top:15px;
}

.actions{
    text-align: right !important;
    display: inline-block;   
    width:50%;
}

.titleOC {        
    width: 48%;
}

.errorBox{
   margin-top:15px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    /*border: 5px solid #373737;*/
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;    
    background-color:transparent !important;
    z-index: 999;
    align-content:center;
}

.imgLoading{
    width:75px;
}

.loadingLogin {
    font-family: Arial;
    font-size: 10pt;
    /*border: 5px solid #373737;*/
    width: 80px;
    height: 50px;
    display: none;
    position: fixed;
    background-color: transparent !important;
    z-index: 999;
    align-content: center;
}

.imgLoadingLogin {
    width: 75px;
}

.titleForm {
    width: 40%;
    float: right !important;
    text-align:right !important;
    padding-top:5px !important;    
}
.controlForm{
    width: 60%;
    text-align:left;
    padding-left:7px !important;
}

.HeaderTablePedidos {
    background-color: #373737;
    color: white !important;
    font: bold 12px arial;
}

    .HeaderTablePedidos a {
        background-color: #373737;
        color: white !important;
        font: bold 12px arial;
    }

.HeaderTablePedidosOculto {
    display: none;
}

.checkbox {
    border-radius: 7px;
    background: #373737;
}

.radio, .checkbox {
    padding-left: 28px !important;
}

.modalDetalle {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #F9F8F8;
    z-index: 10;
    /*opacity: 0.8;
        filter: alpha(opacity=80);*/
    min-height: 100%;
    width: 100%;
    display: none;
}

.contentDetalle {
    font-family: Arial;
    font-size: 10pt;
    border: 1px solid lightgray;
    width: 50%;
    position: fixed;
    background-color: White;
    z-index: 11;
    margin-top: 10%;
    margin-left: 25%;
    margin-right: 25%;
    overflow-y: scroll !important;
    height: 400px !important;
    padding-left:50px;
}

.HeaderTableOculto {
    display: none;
}