.pageMovil .mv-mto-0{margin-top:0px !important;}
.sidebar-link, a.sidebar-link{padding-top:0.2rem !important;padding-bottom: 0.2rem !important;}
.sidebar-content{height: auto !important; background-color: #1b5c3f !important;}
.sidebar-header{padding: 1.3rem 1.5rem .375rem !important;}
.h-gray{background-color: #dcdfe3; padding: 5px;}
table .table-primary-light,
table tr td.table-primary-light,
table tr th.table-primary-light{background-color: #eff6ff;}
.card-header-app {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.p0{padding:0px !important;}
.p1{padding:1px !important;}
.p2{padding:2px !important;}
.p0-h5{padding:0px 5px !important;}
.p1-h5{padding:1px 5px !important;}
.p2-h5{padding:2px 5px !important;}
.btn-primary{
	background:#0070C9;
	background-image: linear-gradient(#42A1EC, #0070C9);
}
.btn-primary:hover{
	background-image: linear-gradient(#51A9EE, #147BCD);
  	border-color: #1482D0;
}
.btn-success{
	background:#24a17c;
	background-image:linear-gradient(#49d1a8, #24a17c);
}
.btn-success:hover{
	background: #29a37f;
	background-image: linear-gradient(#52dfb4, #29a37f); 
}
.btn-light{
	background: linear-gradient(#fcfdff ,#e0e3e7);
    border-color: #dde0e5 #d0d3d9 #c7c7c9;
    font-weight: 500;
    color: #3f3f40;
}
.btn-light:hover{border-color:#a2a6ac #979aa1 #82858a; background: linear-gradient(#f7f8fa ,#e7e9ec);}
table .thead-destacado th,
table.thead-destacado th,
table thead.thead-destacado th{
	background: linear-gradient(#45a1e9, #2D6BCF);
    color: #fff;
    height: 38px;
    vertical-align: middle;
    box-shadow: rgb(255 255 255 / 40%) 0 1px 0 0 inset;
}
table .thead-destacado-gray th,
table.thead-destacado-gray th,
table thead.thead-destacado-gray th{
	background: #e5e5e5;
    color: #3e3e3e;
    height: 38px;
    vertical-align: middle;
    border-bottom: 1px solid #d1d1d1 !important;
}
table .thead-destacado-primary th,
table.thead-destacado-primary th,
table thead.thead-destacado-primary th{
    background: #d1e1ff;
    color: #3e3e3e;
    height: 38px;
    vertical-align: middle;
    border-bottom: 1px solid #b7d1f7 !important;
}
table .destacado-gray,
table td.destacado-gray,
table th.destacado-gray{
    background: #efefef;
    color: #3e3e3e;
    vertical-align: middle;
}
table .bl-gray,
table td.bl-gray,
table th.bl-gray{
    border-left:1px solid #e1e1e1;
}
table .destacado-primary,
table td.destacado-primary,
table th.destacado-primary{
    background: #1482D0;
    color: #fff;
    border-bottom: 1px solid #1969a3;
    vertical-align: middle;
}
.navs-pago a{margin-bottom: 2px !important;}
.navs-pago a:not(.active){
    background-color:#dadadb !important; 
}
.navs-pago a:not(.active):hover{
    background-color: #cadfff !important;
}
.d-grid {
    display: grid !important;
}
.text-end-mleft{text-align:right !important; }
.pageMovil .text-end-mleft{text-align:left !important; }
.cell-pn{padding:4px 4px 3px 4px !important;}