@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@font-face {
  font-family: "Gilroy-Medium";
  src:url(../webfonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src:url(../webfonts/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: "Gilroy-Bold";
  src:url(../webfonts/gilroy/Gilroy-Bold.ttf);
}

@font-face {
  font-family: "Gilroy-SemiBoldItalic";
  src:url(../webfonts/gilroy/Gilroy-SemiBoldItalic.ttf);
}

body {
  font-family: "Gilroy-Medium";
  font-size: 0.8rem;
}

strong {
  font-family: "Gilroy-Bold";
}

#breadcrumb { /* GLOZADA: antes=NO EXISTIA */
    height: 45px;
    background-color: #4d4d4d;
    color: #ffffff;
    font-size: 1rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper {
  /*height: 100vh;*/ /* GLOZADA: antes=DESCOMENTADO OJO: se comento para que no desplace el footer*/
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 270px;
  }
}
#show-sidebar {
  position: fixed;
  left: .75rem; /* GLOZADA: antes=0 */
  top: 10px;
  /* border-radius: 0 4px 4px 0px;*/ /* GLOZADA: antes=DESCOMENTADO */
  /* width: 35px;*/ /* GLOZADA: antes=DESCOMENTADO */
  transition-delay: 0.3s;
  cursor: pointer; /* GLOZADA: antes=NO EXISTIA */
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
.sidebar-wrapper {
  width: 290px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
.sidebar-content {
  max-height: calc(100% - 45px); /* GLOZADA: antes=calc(100% - 30px); */
  height: calc(100% - 45px); /* GLOZADA: antes=calc(100% - 30px); */
  overflow-y: auto;
  position: relative;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
.sidebar-wrapper .sidebar-brand {
  padding: 5px 10px 5px 25px; /* GLOZADA: antes=10px 20px; */
  display: flex;
  align-items: center;
  height: 45px; /* GLOZADA: antes=NO EXISTIA */
  justify-content: space-between; /* GLOZADA: antes=NO EXISTIA */
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  /*  font-size: 20px; */ /* GLOZADA: antes=DESCOMENTADO */
}
.sidebar-wrapper .sidebar-header {
  padding: 15px; /* GLOZADA: antes=20px; */
  overflow: hidden;
  text-align: center; /* GLOZADA: antes=DESCOMENTADO */
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  /* width: 60px; */ /* GLOZADA: antes=DESCOMENTADO */
  /* padding: 2px; */ /* GLOZADA: antes=DESCOMENTADO */
  /* border-radius: 12px; */ /* GLOZADA: antes=DESCOMENTADO */
  /* margin-right: 15px; */ /* GLOZADA: antes=DESCOMENTADO */
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 4px 15px 4px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 5px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 15px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  /*content: "\f111";*/
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

a .notification {
    top: -14px !important;
    position: relative;
    right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d3420d;
}

.btn-link-gst {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  /* padding-top: 5px; */ /* GLOZADA: antes=DESCOMENTADO*/
}
.page-wrapper .page-content > div {
   padding: .75rem 2rem; /* GLOZADA: antes=0px 56px; */
}
.page-wrapper .page-content {
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.chiller-theme .sidebar-wrapper {
    background: #31353D;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}
.chiller-theme .sidebar-footer {
    background-color: #4d4d4d; /* GLOZADA: antes=#3a3f48; */
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
    padding-top: 5px; /* GLOZADA: antes=NO EXISTIA */
}
.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}
.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.page-link-info{
	padding:  0.5rem 0.2rem !important; 
}

.breadcrumb .breadcrumb-item > a { /* GLOZADA: nates NO EXISTIA */
	color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    text-transform: none;
    font-family: "Gilroy-SemiBoldItalic";
}

#cerrarSesion { /* GLOZADA: antes=NO EXISTIA */
	border-radius: 11px; 
 	font-size: .85rem; 
 	color: #fff;
 	background-color: #b3b3b3;
 	margin-left: .5rem;
 	margin-right: .5rem;
}
/*DTONGUINO: Se agrega nuevos estilos*/
.icon-item {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}

.icon-item-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.icon-item-ul>li{
    position:relative
}
.icon-item-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.icon-item-border{
    border:.08em solid #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.icon-img {
	height: 12px;
}

.btn-primary-gst {
    color: #fff;
    background-color: #f15a24;
    border-color: #f15a24;
}

.btn-primary-gst:focus {
    box-shadow: 0 0 0 0.2rem rgba(241,90,36,.25);
}

.btn-primary-gst:hover {
    color: #fff;
    background-color: #d3420d;
    border-color: #d3420d;
}

.btn-secondary-gst {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.btn-secondary-gst:focus {
    box-shadow: 0 0 0 0.2rem rgba(77,77,77,.25);
}

.btn-secondary-gst:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-edit-gst {
	background: url("../img/icons/icon_editar.png");
	height: 21px;
    width: 21px;
}

.btn-delete-gst {
	background: url("../img/icons/icon_eliminar.png");
	height: 21px;
    width: 21px;
}

.lnk-edit-gst {
	content: url("../img/icons/icon_editar.png");
}

.lnk-delete-gst {
	content: url("../img/icons/icon_eliminar.png");
}

.btn-edit-gst, .btn-delete-gst, .lnk-edit-gst, .lnk-delete-gst {
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.btn-edit-gst:hover, .btn-delete-gst:hover, .lnk-edit-gst:hover, .lnk-delete-gst:hover {
    transform: scale(1.1);
}

.btn-edit-gst:focus, .btn-delete-gst:focus {
    z-index: 2;
    outline: 0;
    transform: translateY(2px);
}

.form-control-gst {
	display: block;
    width: 100%;
    color: #333333;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table-header {
	color: #333333;
	background-color: #cccccc;
	border-color: #cccccc;
}

/*****DTONGUINO: Se sobreescriben estilos para paginacion*****/
.page-link {
	color: #333333;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f15a24;
    border-color: #f15a24;
}
.page-link:hover {
    color: #f15a24;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241,90,36,.25);
}