body,html{
    height: 100%;
    width: 100%;
}

.main-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container > .login,
.main-container > .hero-body{
    height: auto;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}

 /*pag completa*/
body {
  background-color: #f6f9ff;
}

/* menu principal*/
.navbar {
background-color: #001f50;
border: 1px solid #001f50;
padding: 0rem 1rem;
}

.dropdown-submenu { position: relative; }
.dropdown-submenu a::after {transform: rotate(-90deg); position: absolute; right: 6px; top: .8em; }
.dropdown-submenu .dropdown-menu {top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; } 

  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/ajaxload.gif') 50% 50% no-repeat rgb(0, 27, 134);
    opacity: .8;
  }
/* Card primario */
.card-principal {
box-shadow: -1px -1px 12px -1px rgb(50, 44, 87);
border: 0px;
}


/*card dentro de pag completa*/
.card-header {
padding: .1rem .1rem;
margin-bottom: 0;
background-color: rgba(30, 73, 90, 0.07);
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
/*
.card-body {
background-image: url(../img/fondocard.png);
}*/

/* header modal */
.modal-header {
text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border-bottom: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: larger;
    font-weight: 900;
}


label {
display: inline-block;
margin-bottom: .01rem;
font-weight: bold;
} 

.form-control {
    display: block;
    width: 100%;
    height: calc(1rem + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .7rem;
    font-weight: bold;
    line-height: 1.5;
    color: #495057;
    background-color: #eef6f699;
    background-clip: padding-box;
  /*  border: 1px solid #ced4da;*/
  /*  border-radius: .25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
/*border-top: none;*/
/*border-right: none;*/
/*border-left: none;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef00;
    opacity: 1;
font-weight: bold;
-webkit-box-shadow: inset 4px 6px 14px 10px rgba(0,0,0,0.19);
-moz-box-shadow: inset 4px 6px 14px 10px rgba(0,0,0,0.19);
box-shadow: inset 4px 6px 14px 10px rgb(0 0 0 / 12%);
}




.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -5px;
    margin: -5;
}

span {
    background-color: #e9ecef00;
    opacity: 1;
font-weight: bold;
-webkit-box-shadow: inset 4px 6px 14px 10px rgba(0,0,0,0.19);
-moz-box-shadow: inset 4px 6px 14px 10px rgba(0,0,0,0.19);
box-shadow: inset 4px 6px 14px 10px rgb(0 0 0 / 12%);
}

/*color fila seleccionada tabla */
.row-selected { background-color: #99d776; height: fit-content;}

/* Total cada tabla */
.totalregistros{
float: right;
}

.table-wrapper {
  width: 100%;
  height: 300px; /* Altura de ejemplo */
  overflow: auto;
}

.table-wrapper table thead {
position: -webkit-sticky; /* Safari... */
position: sticky;
top: 0;
left: 0;
z-index: 100;
background: #4d7275;
color: #fff;
padding: 8px;
border-top: 0;
pointer-events: none;
}




tr{ cursor: pointer; }


.table-responsive-xl{
    height: 300px; overflow-y: auto;
}
.table{
    width: 100%; 
    border-collapse: collapse;
}
.table-responsive-xl table thead tr{
position: sticky; 
top: 0; 
background-color: #4d7275; 
z-index: 1;
color: #fff;
pointer-events: none;
}

.table td {
padding: .5rem;
  vertical-align: top;
  border-top: 1px solid #4d727559;
}


/*  TABLA SIN DATOS  */

.sindatos{
text-align: center;
background-color: #ffc1077a;
}

/* color modals */
.modal{
    //background-color: rgba(4, 57, 10, 0.34);
    background-color: rgba(11, 42, 132, 0.61);
}

/* panel principal sistemas*/


.btn-crud{    
  /*border: 2px solid #0075cc;  */
  /*border-radius: 10px;*/

    color: #ffc107; 
    background-color: #154360; 
    background-image: none;
    border-color: #ffc107;
    padding: .375rem .75rem;

    border: none;
    outline: none;
    border-radius: 49px;
    cursor: pointer;
    /*color: #fff;
    text-transform: uppercase;*/
    font-weight: 600;
    /*margin: 10px 0;*/
    transition: .5s;

}

.card-footer {
  padding: .1rem;
  background-color: rgba(0,0,0,.03);
border-top:none;
}

button:focus { background: #ffc10742;}




/* dasboar  sitemas*/

.c-dashboardInfo {
  margin-bottom: 15px;
}
.c-dashboardInfo .wrap {
  background: #aeb6d32e;
  box-shadow: inset 0px -20px 20px 9px rgb(0 0 0 / 10%);
  border-radius: 17px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 6px 25px 10px;
  height: 100%;
}
.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  color: #000760;
  font-size: 1.18em;
  font-weight: bold;
}
.c-dashboardInfo span {
  display: block;
}
.c-dashboardInfo__count {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 44px;
  color: #323c43;
}
.c-dashboardInfo .wrap:after {
  display: block;
  position: absolute;

  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.c-dashboardInfo:nth-child(1) .wrap:after { background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%); }
.c-dashboardInfo:nth-child(2) .wrap:after { background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%); }
.c-dashboardInfo:nth-child(3) .wrap:after { background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%); }
.c-dashboardInfo:nth-child(4) .wrap:after { background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%); }
.c-dashboardInfo:nth-child(5) .wrap:after { background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%); }
.c-dashboardInfo:nth-child(6) .wrap:after { background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%); }
.c-dashboardInfo__title svg {
  color: #001fff;
  margin-left: 5px;
  font-size: xx-large;
}
.MuiSvgIcon-root-19 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}



