a {
    color: #777 
} 

a:hover {
    color: #555 
}

a:active,  a:focus{
    color:#555;
}



.action-buttons .btn {
    min-width: 80px;
}

.btn-full{
    width: 100%;
}

.add-row {

    background-color: rgba(200,200,200,0.10);
}

.update-row {
    background-color: rgba(200,200,200,0.2);
}



.card-view{
    display: table-row;
}

.card-view .title {
    display: table-cell;
}

.card-view .value {
    display: table-cell;
}

.working {
    background:  url(../img/pb.gif) no-repeat;
    height: 15px;
    width: 128px;
    margin: 5px auto;
}

.no-show {
    display: none;
}

#titulo-accion{
    font-size: inherit;
}
/*
.titulo-seccion{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}*/
/*
.filtros {
    padding:5px 5px 0px 5px;


}
.filtros .form-group {
    margin-bottom: 0px;
}

.filtros.row {
    margin-left: -5px !important;
    margin-right: -5px  !important;
}

.filtros .col-md-1, .filtros .col-md-2, .filtros .col-md-3, .filtros .col-md-4, 
.filtros .col-md-5, .filtros .col-md-6, .filtros .col-md-7, .filtros .col-md-8,
.filtros .col-md-9, .filtros .col-md-10, .filtros .col-md-11, .filtros .col-md-12{
    padding-right:5px;
    padding-left: 5px;
}
*/


.added-row {

    background-color: rgba(200,200,200,0.4);
}

.updated-row {
    background-color: rgba(200,200,200,0.4);
}

/*
.well-borderless{
    margin-bottom:7px;
}


.line-break {
    margin-bottom: 10px;
}
*/

/************************/

div.bootstrap-table > div.fixed-table-container > div.fixed-table-header {
    /*  background-color: rgba(200,200,200,0.3); */
    /*
       background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
       background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
       background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
       background-repeat: repeat-x;
   
       color:white;   
    */
}

.bootstrap-table .table-hover th, .bootstrap-table .table-hover {
    border-top:0;
    border-bottom: 0px solid red !important;

}
.bootstrap-table .fixed-table-container  div.fixed-table-body {
    border-top:1px solid rgb(211,211,211);  
}
.bootstrap-table .table th{
}
.bootstrap-table .table th .th-inner{
    font-size:12px;
    line-height: 14px !important;
}


.bootstrap-table  .table tbody tr:nth-child(even) {
    background: rgba(200,200,200,0.15);
}

.bootstrap-table  .table tbody tr:hover {
    background: rgba(200,200,200,0.3);
}

.fixed-table-body {

}

.fixed-table-container {
    /*
    border-radius: 5px;

 
    border: 1px solid rgba(200,200,200,1) !important;   */
}


.bootstrap-table td a {
    color: gray;
    margin: 0 3px;
}

.bootstrap-table td a:hover {
    color: #067338;
    cursor:pointer;

}


.bootstrap-table tr   td {

    font-size: 12px;

}
/*
select.borderless {
    border:0;
    width: 100%;
}
*/

/*
div.bootstrap-table > div.fixed-table-toolbar > div.pull-right.search
{
    padding: 0px 5px;
}
*/
/***********/




.fixed-table-container{
    /*
    border: 0 !important;
    border-left:1px #ccc solid !important;
    border-right:1px #ccc solid !important;
    border-bottom:1px #ccc solid !important;
    */
    border:1px solid #ddd !important;
    border-radius: 0px;
}

/*
#page-wrapper > div > div > div > div.panel.panel-default > div.panel-body {
    padding: 0 !important
}

.fixed-table-toolbar{
    display: nonex;
}
*/
/*
.titulo-seccion{
    margin-bottom: 0
} 
*/


/*********************************************************/
.fixed-table-container thead th {
    font-size:8px;
}
.fixed-table-container thead th  .bs-table-filter-icon{
    margin:10px 4px 0px 10px;
    float: right;

}

.fixed-table-container thead th.bs-table-filtered {
    color:#489cdf;
}
.editable-container   .popover-header{
    font-size: 13px;
    padding: 8px
}

.editable-container .form-control {
      padding: 4px;
      font-size: 12px;
      min-width: 250px;
}
.editable-container .btn {
    padding: 2px 5px;
}




.panel-body {
    padding: 15px 15px 0px 15px;
}


/*********************************************************/

form[data-toggle="validator"] .help-block.with-errors {
    display: none;
}

/*.help-block.with-errors .list-unstyled, .tooltip-inner .list-unstyled {
    padding-left: 25px;
    list-style:   disc;
}*/
/*********************************************************/


/*    .tooltip{

    }
    .tooltip-inner {
        border: 1px solid silver;
        background-color: white !important;
        color:black;
    }
*/

/*


    .tooltip.top .tooltip-inner {
        background-color:red;
    }
    .tooltip.top .tooltip-arrow {
        border-top-color: red;
    }
    .tooltip.right .tooltip-inner {
        background-color:blue;
    }
    .tooltip.right .tooltip-arrow {
        border-right-color: blue;
    }
    .tooltip.bottom .tooltip-inner {
        background-color:green;
    }
    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: green;
    }  
    .tooltip.left .tooltip-inner {
        background-color:yellow;
    }
    .tooltip.left .tooltip-arrow {
        border-left-color: yellow;
    }                    */

.tooltip-inner {
    max-width:400px;
    text-align: left;
    background:#fff;
    color: #444;
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
}

.tooltip-arrow:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -10px;
    bottom: -6px;
    left: 44%;
    box-sizing: border-box;
    border: 6px solid #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

