body .btn-primary {
  color: #fff;
  background-color: #FF6C00;
  border-color: #FF6C00;
}
body .btn-primary:hover {
  color: #fff;
  background-color: #e46609;
  border-color: #e46609;
}
body .btn-outline-primary {
  color: #FF6C00;
  border-color: #FF6C00;
}
body .btn-outline-primary:hover {
  color: #fff;
  background-color: #e46609;
  border-color: #e46609;
}
@media (min-width: 576px) {
  .noticias_estados {
    width: 20%;
  }
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #FF6C00;
  border-color: #FF6C00;
}
btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e46609;
  border-color: #e46609;
}
div.cke.invalid {
  border: 1px solid #dc3545;
}
@media (max-width: 768px) {
  body.list table.table tr,
  body.list table.table th,
  body.list table.table td {
    display: block;
    border-top: 0;
  }
  body.list table.table thead {
    display: none;
  }
}
.loading {
  display: none;
}
#CropImageModal {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
body {
  font-size: 0.875rem !important;
}
nav a:hover {
  text-decoration: underline;
}
nav .displaynone {
  display: none;
}
.danger-input {
  position: absolute;
  top: 0;
  right: 0px;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*
 * Sidebar
 */
.add-galeria-btn {
  padding: 0!important;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 65px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .sidebar {
    padding: 45px 0 0;
  }
}
.sidebar-quick-access {
  background: #000;
  margin-bottom: 5px;
}
.sidebar-quick-access span a,
.sidebar-quick-access span button {
  line-height: 1rem;
  padding: 7px 10px;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2);
}
.sidebar-sticky::-webkit-scrollbar {
  width: 6px;
}
.sidebar-sticky {
  height: 100%;
}
.sidebar-sticky::-webkit-scrollbar-track {
  background-color: #FFF;
}
.sidebar-sticky::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}
.sidebar .nav-link.active {
  color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
/*
 * Content
 */
[role="main"] {
  padding-top: 73px;
  /* Space for fixed navbar */
}
/*
 * Navbar
 */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.gallery-list .cont_img:hover {
  cursor: all-scroll;
}
.gallery-list .card {
  display: block;
}
.gallery-list .card img {
  width: 100%;
}
.gallery-list .card textarea {
  width: 100%;
  padding: 4px;
}
.gallery-list .btn.btn-danger {
  max-width: 43px;
  z-index: 2;
  right: 3px;
  top: 3px;
  position: absolute;
}
.gallery-list .btn.btn-success {
  max-width: 43px;
  z-index: 2;
  right: 48px;
  top: 3px;
  position: absolute;
}
.gallery-list .btn.btn-opciones-galeria {
  max-width: 43px;
  z-index: 2;
  right: 4px;
  top: 3px;
  position: absolute;
}
.gallery-list .icon-move {
  max-width: 43px;
  z-index: 2;
  left: 3px;
  top: 3px;
  position: absolute;
}
.ajax-file-upload-statusbar {
  width: 100%!important;
  border: none;
  margin: 0;
  padding: 0;
}
.ajax-file-upload-statusbar .ajax-file-upload-filename,
.ajax-file-upload-statusbar .ajax-file-upload-progress {
  width: 100%;
}
#contenedor_mensajes {
  margin-top: 20px;
}
table#list .icon-resize-vertical,
#contenedorGrupos .icon-resize-vertical {
  cursor: n-resize;
  padding: 3px 10px;
}
table#list .btn-toolbar .btn,
#contenedorGrupos .btn-toolbar .btn {
  width: 35px;
  height: 35px;
}
table#list .gris,
#contenedorGrupos .gris {
  text-decoration: line-through;
  color: #CCC;
}
table#list .gris td,
#contenedorGrupos .gris td {
  color: #CCC !important;
}
table#list .gris > a,
#contenedorGrupos .gris > a,
table#list .gris > div,
#contenedorGrupos .gris > div,
table#list .gris > div > a,
#contenedorGrupos .gris > div > a {
  color: #CCC !important;
}
table#list .grupo.disabled strong,
#contenedorGrupos .grupo.disabled strong {
  text-decoration: line-through;
  color: #818181;
}
table#list .grupo.disabled .item,
#contenedorGrupos .grupo.disabled .item {
  text-decoration: line-through;
  color: #CCC;
}
table#list .grupo.disabled .item td,
#contenedorGrupos .grupo.disabled .item td {
  color: #CCC !important;
}
table#list .grupo.disabled .item > a,
#contenedorGrupos .grupo.disabled .item > a,
table#list .grupo.disabled .item > div > a,
#contenedorGrupos .grupo.disabled .item > div > a {
  color: #CCC !important;
}
table#list .flag,
#contenedorGrupos .flag,
table#list .flag_2,
#contenedorGrupos .flag_2,
table#list .flag_3,
#contenedorGrupos .flag_3 {
  z-index: 10;
  background-color: #FFF;
}
table#list .flag::before,
#contenedorGrupos .flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 3px 3px 4px 2px rgba(46, 46, 46, 0.5);
  margin-bottom: 5px;
}
table#list .flag_2::before,
#contenedorGrupos .flag_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 3px 3px 4px 2px rgba(57, 203, 75, 0.5);
  margin-bottom: 5px;
}
table#list .flag_3::before,
#contenedorGrupos .flag_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 3px 3px 4px 2px rgba(211, 70, 70, 0.5);
  margin-bottom: 5px;
}
ul.sortable {
  margin: 0;
  padding: 0;
}
ul.sortable li {
  margin: 0;
  padding: 0;
}
.columna.herramientas .dropdown {
  display: inline-block;
}
.columna.herramientas .dropdown-item {
  text-transform: capitalize;
}
.grupo.no_visible {
  display: none;
}
.modulo_movible.activo {
  background-color: #ff6c0054;
}
.modulo_movible.activo .contenedor_handle.oculto {
  display: inline-block;
}
.modulo_movible.activo .herramientas_modulo.oculto {
  display: inline-block;
}
.modulo_movible.activo .contenedor_handle.oculto .drag-handle {
  margin-left: 10px;
}
.dropdown-toggle-no-caret::after {
  display: none !important;
}
.grupo,
.item {
  border: 1px solid #dee2e6;
  margin-bottom: 0px;
}
.grupo {
  background-color: rgba(0, 0, 0, 0.075);
}
.grupo .item {
  background-color: #FFF;
  position: relative;
}
.item.mega_index {
  z-index: 10000!important;
}
.contenedor_handle {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.drag-handle {
  cursor: grab;
  display: inline-block;
  padding: 5px;
}
.nested-container {
  margin: 0 10px;
  /* padding: 10px; */
}
.oculto {
  display: none;
}
.marker {
  background-color: rgba(0, 0, 0, 0.075);
}
#contenedorGrupos {
  width: 100%;
  border-collapse: collapse;
}
.grupo {
  border-bottom: 1px solid #ddd;
}
.columna {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
/* Ajuste de ancho para cada columna */
.titulo {
  width: 46%;
}
.seccion {
  width: 10%;
  text-align: center;
}
.fecha {
  width: 10%;
  text-align: center;
}
.autor {
  width: 10%;
  text-align: center;
}
.marker_name strong {
  padding: 10px;
  display: inline-block;
}
.herramientas {
  width: 20%;
  text-align: right;
}
.herramientas_modulo {
  text-align: right;
  padding: 5px 35px 0 0px;
}
.colapse_modulo {
  text-align: right;
  padding: 5px 35px 0 0px;
}
.no-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media only screen and (max-width: 768px) {
  table#list thead {
    display: none;
  }
  table#list tbody {
    display: block;
  }
  table#list tbody tr td .btn-toolbar .btn {
    width: 35px;
    height: 35px;
  }
  #contenedorGrupos .grupo .item .columna.titulo {
    width: 88%;
  }
  #contenedorGrupos .grupo .item .columna.herramientas {
    width: 100%;
  }
  #contenedorGrupos .grupo .item .seccion,
  #contenedorGrupos .grupo .item .fecha,
  #contenedorGrupos .grupo .item .autor {
    width: 32%;
  }
}
.icono-expand {
  display: none;
}
.cuenta_noticias {
  display: none;
}
