.navbar-header a {
    color:#067338 !important;
}

a {
    color: #777 
} 

a:hover {
    color: #555 
}

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


#navbar-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
    background: rgb(73,155,234); 

    border-bottom: 2px solid  navy !important;
}

.sidebar {
    /* margin-top: 62px;*/
}


a.navbar-brand{
    color:white !important;
    font-weight: bold;
}

.navbar-top-links .dropdown a.dropdown-toggle i { 
    /*color:white !important;*/
}


#navbar-top > ul > li.dropdown.active.open > a {
    background-color: red;
}

#page-wrapper{
    padding: 0px;
}


#page-wrapper > div{

}

.content{
    margin-top: 20px;
}

.panel-heading{
    font-size: 14px;
    font-weight: bold;
}

.obligatorio{
    color:red;
}

.action-buttons {

    text-align: right;

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

}
.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;
}

.div-formulario{
    /*
    max-width: 700px
    */
}


.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 thead tr {

}

.bootstrap-table .table {
    /*  border: 1px solid #337ab7 !important; */
    border-collapse: collapse;
    border:0px !important
}

.bootstrap-table .table td{

}

.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 {
    /*cursor:pointer */
}


.bootstrap-table tr   td {

    font-size: 12px;
    /*
    padding: 5px !important;
    line-height: 13px !important
    */
}
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-toolbar .bars,  div.fixed-table-toolbar > div.pull-right.search{
    margin:4px 0px;
    line-height:normal;


}
div.bootstrap-table > div.fixed-table-toolbar > div.pull-right.search > input{

    padding: 4px 12px;
    height: 30px;
}

div.bootstrap-table > div.fixed-table-toolbar{
    background-color: #f5f5f5;
    width: 100%;
    padding: 0px 10px; 
    display:table;
    border: 1px solid #ddd;

    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pag-toolbar{
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px 10px; 
    display:table !important;

    border: 1px solid #ddd;
    border-top: 0;


}

div.bootstrap-table > div.fixed-table-container > div.fixed-table-pagination{

    background-color: #f5f5f5;
    width: 100%;
    padding: 0px 10px; 
    display:table;

    border: 1px solid #ddd;
    border-top: 0;

    display: none!important;

}


div.bootstrap-table > div.fixed-table-toolbar > div{
    width: 100%;
    float: none;
}

div.bootstrap-table > div.fixed-table-toolbar{
    padding: 0
}

#toolbar .contenedor-titulo{
    border-bottom: 1px solid #ddd; 
    padding: 6px 7px; 
    text-align: right
} 

#toolbar .contenedor-titulo .titulo {
    float:left; 
    font-size:14px; 
    padding-top:2px;
    font-weight: bold;

}

#toolbar .contenedor-titulo .btn-sm {
    margin-top: -4px;

}

.panel-calificaciones {
    font-size:12px;
}


.panel-calificaciones .calificacion  {
    width: 40px;
    text-align:center;
}

.panel-calificaciones .falla-asistencia {
    width: 40px;
    text-align:center;
}

.panel-calificaciones .definitiva {
    font-weight:bold;
}
.panel-calificaciones  .disabled {
    border:1px solid #ccc;
}


.bold {
    font-weight:bold;
}


.panel-body-bg{
    background-color: rgba(200,200,200,0.1)
}



/*********************************************************/
.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;
}

.bs-table-filter-text, .bs-table-filter-select{
    width:320px !important;
}