﻿/*Custom CSS Override*/
.navbar-nav,
.mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}



@media {
    .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.navbar{
    max-width:1800px;
}
/*Custom CSS Override*/
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1800px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*CUSTOM*/
/*
tbody {
    height: 200px;
    overflow: auto;
    display: block;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

*/

.expand.collapsed:before {
    content: '+';
    display: block;
    width: 15px;
}

 .expand:before {
    content: '-';
    display: block;
    width: 15px;
}

 /*SCROLL DIV*/
.scrollDiv {
    height: 450px;
    overflow-y: scroll;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*SCROLL DIV*/
/*Loading*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/pikfp.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }
/*Loading*/
/*Tabs*/
.nav-tabs {
    background-color: rgba(0, 0, 0, 0.19);
}

.tab-content {
    background-color: rgba( 255, 255, 255, .8 );
    color: #fff;
    padding: 5px
}

.nav-tabs > li > a {
    border: medium none;
}

    .nav-tabs > li > a:hover {
        background-color: #303136 !important;
        border: medium none;
        border-radius: 0;
        color: #fff;
    }

/*Tabs*/

.w250 {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*CUSTOM*/

.extraccionStatus-iniciado {
    background-color:floralwhite;

}
.extraccionStatus-conciliado {
    background-color: #17a2b8;
    color: white;
}
.extraccionStatus-modificado {
    background-color: darkorange;
    color: white;
}

input.grande {
    width: 40px;
    height: 40px;
}

.remPagada {
    background-color: lawngreen;
    height: 100%;
  
}

.remNoPagada {
    background-color: red;
    height: 100%;
}



.btnEditar {
    display: none;
}

.contPrecio:hover  .btnEditar {
    display: inline;
}

.contEditarPrecio {
    display: none;
}




/*
    <Callouts>
*/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout .h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default .h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary .h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success .h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger .h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning .h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info .h4 {
        color: #5bc0de;
    }




/*Resources1× 0.5× 0.25×Rerun
    </Callouts>
*/

.itemConcepto, .itemBeneficiario {
    font-size: x-small;
    max-width: 100px;
}

.itemCaja {
    background-color: #e7fcd4;
    font-size: xx-small;
}

.itemPaquete {
    font-size: xx-small;
    background-color: #d7e7f6;
}

.itemCajaH {
    font-size: xx-small;
    background-color: #d4efba;
}

.itemPaqueteH {
    font-size: xx-small;
    background-color: #cedeed;
}

.itemTotal {
    font-size: xx-small;
    background-color: #e9c6fb;
}

.itemTotalH {
    font-size: xx-small;
    background-color: #d0ade2;
}

.notas{
    background-color: #f3f6f6;
    color: #656667;
    font-style: italic;
    font-size: x-small;
}