main,
.footer {
  padding: 1.0rem;

  /*   text-align: center; */
}


.form-control,
button,
input,
a,
select,
span,
label,
div,
textarea,
.form-select,
.custom-control-label {
  outline: none !important;
  box-shadow: none !important;
}


.sidebar-sticky {
  padding-top: 12px !important;
}

.table {
  width: 100% !important;
}

/* .table tr{
    vertical-align: middle !important;
    cursor:pointer;
    text-align: center;
} */


table.dataTable {
  /*     clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important; */
  border-collapse: collapse !important;

}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 2px !important;
}

.page-link {
  text-decoration: none !important;
}

.table-responsive{
  min-height:150px;
}

th,
td {

  vertical-align: middle !important;
  text-align: center !important;
  /*
  text-transform: uppercase; */
}

/* input de grilla busqueda */


.has-feedback-left input.form-control {
  padding-left: 34px;
  /* @input-height-base; */
  padding-right: 12px;
  /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {
  left: 5px;
}

.form-horizontal .has-feedback-left .form-control-feedback {
  left: 12px;
  /* @grid-gutter-width / 2 */
}

.has-feedback-left input.input-sm {
  padding-left: 30px;
  @input-height-small;
}

.has-feedback-left input.input-lg {
  padding-left: 46px;
  @input-height-large;
}


tfoot tr th {
  text-align: center;
}


[id$="_info"] {
  float: left;
}

[id$="_paginate"],
[id$="_filter"] {
  float: right;
}

[id$="_length"] {
  float: left;
}

i {
  /* margin-top:-3px; */
  /* vertical-align: middle; */
}

/*perfil nombe usuario*/

.navbar-default {
  background: #3285D1;
  border-color: #3285D1;
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
}

#dropdownuser {
  background-color: none !important;
  margin: 15px;
  font-size: 17px;
  color: #FFF;
  -webkit-appearance: none;
  !important;
  cursor: pointer;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent !important;
}


/* .dropdown-toggle::after {

    margin-left: .0.1em;
    vertical-align: .0.1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
 */

.navbar-toggle {
  margin-top: 20px !important;
}

.dropdown-menu {
  background: #fff !important;
}

.navbar-login {
  width: 370px;
  padding: 10px;
  padding-bottom: 0px;
}

.navbar-nav .dropdown-menu {

  position: static;
  float: none;
  /* margin-top:0px !important; */

}


/* .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #007bff;
  background-image: -moz-linear-gradient(#007bff, #007bff, #007bff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007bff), to(#007bff));
  background-image: -webkit-linear-gradient(top, #007bff, #007bff);
  background-image: -o-linear-gradient(top, #007bff, #007bff);
  background-image: linear-gradient(to bottom, #007bff, #007bff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff', endColorstr='#007bff', GradientType=0);
} */


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}


.navbar-jefatura,
.color-jefatura {
  background-color: #37bbed !important;
}

.titulo_logo {

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: -5px 0 0 -10px;
  padding: 0px !important;
  text-align: center;
  color: #00BB7F;
  font-size: 0.45em;
  font-weight: bold;

  padding-bottom: 0.1em !important;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}




a i.fas {
  padding-top: 2px !important
}

.info_alert {


  background-color: #17a2b8;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px #999;
  margin: 10px 0px;
}

.warning_alert {

  background-color: #ffc107;

  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px #999;
  margin: 10px 0px;
  color: white;
}

.danger_alert {


  background-color: #dc3545;

  background-repeat: no-repeat;
  background-position: 10px 12px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px #999;
  margin: 10px 0px;
  color: white;
}

.success_alert {


  background-color: #28a745;

  background-repeat: no-repeat;
  background-position: 10px 12px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px #999;
  margin: 10px 0px;
  color: #060;
}

.info_alert,
.warning_alert,
.danger_alert,
.success_alert {
  color: white;
}


form label {
  text-transform: uppercase;
}

label {
  text-transform: uppercase;
}

@media print {

  nav,
  .noimprimir {
    display: none !important;
  }

  .imprimir {
    display: inline !important;
  }

  td,
  th {
    padding: 4px;
  }
}




.modal-lg {
  margin: 0 auto !important;
  /* max-width: 90% !important; */
}


.estadoIconosInfo {
  font-size: 12px !important;
}


.text-jefatura {
  color: #37bbed !important;
}

.navbar-brand {
  color: #00bb7d;
  padding-right: 8px;
  /* border-right: 1px solid white; */
  /* padding-top: 0px;  */
}


.swal2-popup {
  margin-top: 50px;
  background: #fff;

}

.custom-control-label {
  cursor: pointer !important;
}


/* h1 i.fas,h2 i.fas,h3 i.fas,h4 i.fas,h5 i.fas,h6 i.fas {
  vertical-align: middle !important;
} */

.spinner-border {
  vertical-align: middle !important;
}

.gj-icon {
  padding-top: 5px;
}

/* .select2-results__message{
  color: red;
}

.select2, .select2-container, .select2-container--bootstrap{
  height: 38px !important;
  width: 100% !important;
  text-transform: uppercase;
}

.select2-selection, .select2-selection--single{
  height: 38px !important;
}

.select2-selection__rendered{
  margin-top: 4px;
} */

.cursor-pointer {
  cursor: pointer;
}

table.table tbody tr th {
  text-align: center;
}

/* #exampleModal, #exampleModal2{  margin-top: 60px; } */

#form input,
#form textarea {
  /*text-transform: uppercase;*/
}

tbody tr th {
  text-align: center;
}

.error {

  color: red;


}

[data-letters]:before {
  font-family: sans-serif;

  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  text-align: center;
  border-radius: 50%;
  background: var(--main-bg-color);

  vertical-align: middle !important;
  margin-right: 1em;
  color: white;
}


#inicialNombre {
  color: white;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  /*border:2px solid;*/

}

#userDropdown::after {

  content: none;

}


/* .calidad{
  background-color: #2C3E50;
} */



@media (max-width: 768px) {
  .usuario {
    margin-top: -65px !important;
    float: right !important;
  }

  .dropdown-menu {

    margin-top: -40px !important;

    /* margin-top: 0px !important; */
    padding-bottom: 0px;
  }

  /*    .btnUsuario{
    width:100% 
  } */


}

@media (max-width: 575px) {
  .navbar-login {
    text-align: center;
  }

}


/*
#navbarCollapse{
  height: 30px
} */

.menu_left.collapse:not(.show) {
  display: initial;
}



.bg-purple {
  background-color: #800080;
}




a.dropdown-toggle {
  text-decoration: none;
}


::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-moz-placeholder {
  text-transform: uppercase;
}

::-moz-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}


.bg-minpurple {
  background-color: #F3EFFC;
}


.swal2-toast {
  border: 1px solid;
}

/* .swal2-container .swal2-popup.swal2-toast .swal2-title, .swal2-icon-content,
.swal2-container .swal2-popup.swal2-toast .swal2-content {
}
 */
.swal2-popup.swal2-toast .swal2-title {
  color: white;
}


.border-lightGey {
  border: 1px solid #CFCFCF;
}

/*
.preload {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/


.preload {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid black;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid black;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid black;
    border-left-color: transparent;
  }
}


.pr-1 {
  padding-right: 2px;
}

.pr-2 {
  padding-right: 4px;
}

.pl-1 {
  padding-left: 2px;
}


.pl-2 {
  padding-left: 4px;
}


.pb-1 {
  padding-bottom: 2px;
}


.pb-2 {
  padding-bottom: 4px;
}


.dataTables_length,
.dataTables_filter,
#nuevo,
.nuevo {
  display: none;
}



.form_msj_errores,
.form_msj_errores:focus {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.form_msj_success,
.form_msj_success:focus {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/*.footer {
  position: fixed;

  bottom: 0;
  width: 100%;
  z-index:9999999999999; 
}

footer{
  z-index:-1 !important;
}*/

.modal {
  z-index: 9999 !important;
}



label.error {
  font-size: 12px !important;
}

.input {
  height: 90px;
}

.toas-msj {
  z-index: 1 !important;
}


@-webkit-keyframes blink {
  20% {
    background: red;
  }
}

@-moz-keyframes blink {
  50% {
    background: #0dcaf0;
  }
}

@keyframes blink {
  50% {
    background: #0dcaf0;
  }
}

.blink {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: linear;

  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-timing-function: linear;

  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: blink;
  animation-timing-function: linear;
}

@media (max-width: 668px) {
  #userDropdown.show {
    margin-bottom: 40px;
  }
}

.dataTables_processing {
  z-index: 999999999999999;
  margin-top: 0px !important;

}

.sidebar-link,
a.sidebar-link {
  background: none;
}




/*left menu*/

.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active>.sidebar-link i,
.sidebar-item.active>.sidebar-link svg {
  color: #BBBBBB;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
  background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent);
  border-left-color: #3b7ddd;
  color: #BBBBBB;
}


a.sidebar-link:hover {
  color: #BBBBBB !important;
  border-left: 3px solid transparent;
  border-left-color: #3b7ddd;
}

a.sidebar-link:hover>i {
  color: #BBBBBB !important;
}

a.linkhome:hover {
  color: #BBBBBB !important;
  border-left: 3px solid transparent;

}

/*#222e3c;*/
/*rgba(233,236,239,.5);*/

.sidebar-link,
a.sidebar-link {

  background: none;
  border-left: 3px solid transparent;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: .625rem 1.625rem;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;

}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  color: white;
  /*rgba(233,236,239,.5);*/
  margin-right: .20rem;
}


.linkhome {
  background: none !important;
  color: white !important;
}



/* .sidebar-link:hover{background:#222e3c;border-left-color:transparent}.sidebar-link:hover,.sidebar-link:hover i,.sidebar-link:hover svg{color:rgba(233,236,239,.75)} */

/* .dropdown-toggle:after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(
45deg);
} */



.wrapper {
  background: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: black;
  background-color: #e9ecef;
  /*#0a58ca;*/
}

.form-check label:hover,
.form-check:hover,
.form-check input:hover {
  cursor: pointer !important;
}


.sidebar-item :hover {
  background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent);

}

.sidebar-link span:hover,
.sidebar-link i:hover {
  background: none !important;

}


.sweetmargin {
  margin: 0.3125em !important;

}


/* .inputcheckbox
{

  -ms-transform: scale(4); 
  -moz-transform: scale(4); 
  -webkit-transform: scale(4); 
  -o-transform: scale(4); 
  transform: scale(4);
  margin: 10px;
}
 */

.spinner-border {
  width: 3rem;
  height: 3rem;
}



.sidebar-item-active.active .sidebar-link:hover,
.sidebar-item-active.active>.sidebar-link {
  background: transparent !important;
  border-left: none !important;
  color: #007bff !important;
}


.color-pdf {
  color: #ED2224;
}

.text-pdf {
  color: #F40F02;
}

#navbarsExample07XL ul.dropdown-menu {
  margin-top: 5px !important;
  border: none !important;
}

.btnUsuario:hover {
  background-color: #41474D !important;
}

#ingresar {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}


.card-body {
  min-height: 180px;
}