.card .card-header {
    padding: 5px;
}

/* tabla jqgrid */
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
 font-size:14px;
 height: 30px;
}

.ui-th-ltr{
 font-size: 12px;
 height: 5px;
 padding: 0px;
}
/*.ui-jqgrid-labels{
 background-color: #eee;
 color: #000000; 
}*/
.table>thead>tr>th {
 padding: 4px;
 color: white;
}

.table>thead>tr>th.active {
 /*background-color: #034c96;*/
 background-color: #006696;
 color: white;
 /*color: #F2F2F2; */
}
.ui-search-input > input{
 height: 25px;
 font-size: 12px;
 border-radius: 0px;
}
.ui-search-clear{
display: none;
}

.ui-jqgrid-labels {
    background-color: #1A89C2;
    color: white;
}
/* tabla jqgrid */

/*.card .card-body{ 
    padding-top: 0px; 
}
*/
.card .card-body{
	padding-top: 3px;
	padding-bottom: 2px;
}

/*//nuevos estilos etapa 2*/
a{
	color:#055093;
}

.bg-secondary{
   background-color: #055093!important;
   color: white;
}
.card .card-header {
    border-radius: 8px;
}
.card {
	border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 0px;
}

.btn{
	border-radius: 20px;
}
.btn-primary{
	background-color: #055093!important;
	border-color: #055093!important;
}
.btn-success{
	background-color: #347A53!important;
	border-color: #347A53!important;
}
.btn-danger{
	background-color: #991D44!important;
	border-color: #991D44!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #043c6d!important;
    border-color: #043c6d!important;
}

.btn-success:hover {
    color: #fff;
    background-color: #296142!important;
    border-color: #296142!important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #7d1838!important;
    border-color: #7d1838!important;
}



.modal .btn{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    /*border-radius: .2rem;*/

}
.modal-header {
    color: white;
    background-color: #055093!important;
    padding: 8px;
    border-radius: 0px;
}
.modal-content{
    border-radius: 0px;
}

.modal-footer {    
    padding: 8px;
}


/*.table > thead > tr > td.active,*/
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
/*.table > thead > tr > th.active,*/
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
/*.table > thead > tr.active > td,*/
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
/*.table > thead > tr.active > th,*/
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ebf5f9;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.ui-jqgrid .ui-jqgrid-caption{
  font-family: sans-serif;
  font-size: 12px;
  background-color: #1989c2;
  color: white;
}

.ui-jqgrid .ui-jqgrid-titlebar {
  min-height: 0px;  
  padding:0px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.3); /* 105,106,110 */
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}
