/* #sidebar #main-nav li {
    padding-left: 15px !important;
} */

#sidebar #main-nav li,#sidebar #main-nav li .letrero_del_menu {
    padding-left: 0px !important;
}
#sidebar.sidebar_especial #main-nav li {
    padding-left: 0px !important;
}

.oculto-en-bs3 {
	display:block;
}

/* .row
{
  margin-top: calc(-1 * var(--bs-gutter-y))!important;
  margin-right: calc(-.5 * var(--bs-gutter-x))!important;
  margin-left: calc(-.5 * var(--bs-gutter-x))!important;
} */

#main-nav .row
{
  margin: 0 auto !important;
}

#main-nav .row .cover_icono_menu_lateral 
{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px;
}

/* Cada etiqueta a dentro de #opciones_superiores1 estará separada en una linea */

#opciones_superiores1 
{
  width: 100%;
}

.color_picker{
  width: 100%;
  margin: 0 auto;
  border: none !important;
  height: 80px;
  border-top-right-radius: 0.375rem!important;
  border-top-left-radius: 0.375rem!important;
  outline: none;
  
}

.color_picker::-moz-color-swatch {
    width: 100%;
    margin: 0 auto;
  border: none !important;
    border-top-right-radius: 0.375rem!important;
    border-top-left-radius: 0.375rem!important;
    outline: none;
}

.color_picker::-webkit-color-swatch-wrapper {
  border: none !important;
    border-top-right-radius: 0.375rem!important;
    border-top-left-radius: 0.375rem!important;
    outline: none;
}
.color_picker::-webkit-color-swatch {
    width: 100%;
    margin: 0 auto;
  border: none !important;
    border-top-right-radius: 0.375rem!important;
    border-top-left-radius: 0.375rem!important;
    outline: none;
}

.card_color
{
  min-height: 240px;
  max-height: 300px;
}

.card_color .card
{
  border:none!important;
  width: 100%;
}

.new-forms-content-box  .content-box-content
{
  padding: 10px 10px!important;
}

.viewPassword input {
  width: calc(100% - 43px)!important;
  border-bottom-right-radius: 0px!important;
  border-top-right-radius: 0px!important;
}

.viewPassword i {
  padding: 14px;
  border-bottom-left-radius: 0px!important;
  border-top-left-radius: 0px!important;
}

#opciones_superiores1 a {
  text-align: center;
}
.changed_bs5{
  position: relative;
}

.changed_bs5:before {
  /* A dot in a rightt top corner
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #fc9d5b;
  border-radius: 50%; */
  
}

.seleccionado .changed_bs5:before {
  /* background: #fff; */
  
}


/* Inicio de los estilos del Switch On/Off */

.form-switch {
  display: flex;
  cursor: pointer;
  padding-left: 0px !important;
  -webkit-tap-highlight-color: transparent;
}

.form-switch span {
  width: calc(100% - 36px);
  margin-left: 10px;
}

.form-switch span span.vtip {
  display: inline;
  margin-left: 5px;
  font-size: 0.8rem;
  color: #3d4b58!important;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.5;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  min-width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #e6e6e6;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #fc9d5b; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }
/* Final de los estilos del Switch On/Off */

button.btn.dropdown-toggle
{
  background-color: #F0f0f0!important;
}
button.btn.dropdown-toggle i
{
  color: #555!important;  
}

.divider
{
  width: 100%;
  border-top: 1px solid #e2e8f0;
}

.dropdown-menu
{
  border-radius: 4px!important;
  border: 1px solid rgba(0,0,0,.15);
}

.dropdown-header.ulBootstrap
{
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
 
input[type=checkbox]:checked + label:before {
	content: '\f046';
	color: #fc9d5b!important;
}

input[type=radio]:checked + label:before {
	content: '\f058';
	color: #fc9d5b!important;
}
.elemento-formulario label
{
    font-weight: '600';
    padding: 0px!important;
	margin-bottom: 10px;
}

small.texto-mini
{
  display: block;
}

:root
{
	--bordeRedondeado: 0.625rem;
  --orange-primary: #fc9d5b;
}

.text-orange-primary
{
  color: var(--orange-primary)!important;
}
.mce-tinymce, .mce-panel
{
  /* width: 100%!important; */
}
.new-input {
  width: 100%!important;
	margin-right: 0px !important;
	padding: 0.7rem 1.5rem;
  font-size: 1.1rem !important;
  border-radius: 0.625rem !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #2C3E50;
  transition: color .2s ease;
	border:0px;
}

.elemento-divisor-seccion {
	padding-top: 1.5rem;
	margin-bottom:1.5rem;
	font-size: 1.35rem !important;
	border-bottom: 1px solid #e2e8f0;
}

.elemento-divisor-seccion:before {
    content: "";
    height: 1rem;
    width: 0.2rem;
    inset-block-start: 0.15rem;
    inset-inline-start: -0.65rem;
    background: linear-gradient(to bottom,#fc9d5b 50%,#2C3E50 50%);
    border-radius: 0.5rem;
	display: inline-block;
	margin-right: 10px;
}

.elemento-formulario {
	margin-bottom: 15px;
}

.elemento-formulario label {
	font-size: 1.1rem !important;
	padding: 0px 10px;
}

#main-content .new-forms-content-box {
	max-width: 92%;
	margin:0 auto;
}

.texto-mini {
	font-size: 0.7rem;
}

.icono_animado_grande {
	width: 100%; 
	max-width: 250px !important;
	margin-bottom: 20px;
}

.sticky-menu-new
{
	padding: 5px;
    max-width: calc(100% - 170px)!important;
    margin: 15px auto 15px auto!important;
    border-radius: 0 0 1rem 1rem !important;
    z-index: 19!important;
}

.migas_de_pan_new
{
	
}

.elemento_menu_edit a
{
  /* border-radius: 0px!important; */
}

.elemento_menu_edit{
	padding: 5px 15px !important;
}

.elemento_menu_edit a:first-child
{
  /* border-radius: 1rem 0 0 1rem!important; */
}

@media (max-width: 766px) {
  .sticky-menu-new
  {
    top: 15px!important;
  }

  .navbar.navbar-expand-md .container-fluid .order-3
  {
    width: 100%!important;
  }
}

@media (min-width: 767px) {
  .sticky-menu-new
  {
    top: 65px!important;
  }

  .navbar.navbar-expand-md .container-fluid .order-3
  {
    width: auto!important;
  }
}

@media (max-width: 1200px) {
  .migas_de_pan_new, .sticky-menu-new, nav.navbar {
    max-width: 100%!important;
  }
}

#main-content ul li
{
    /* padding: 10px 0 0px 0px!important; */
}

.nav-item ul
{
  z-index:999!important;
}

.dropdown-item
{
  width: auto!important;
}

.btn-outline-orange
{
  color: var(--orange-primary);
  border-color: var(--orange-primary);
}

.btn-outline-orange:hover
{
  color: #fff;
  background-color: var(--orange-primary);
  border-color: var(--orange-primary);
}

.btn-outline-orange:focus
{
  box-shadow: 0 0 0 0.2rem rgba(252, 157, 91, 0.5);
}

.btn-outline-orange:active
{
  color: #fff;
  background-color: var(--orange-primary);
  border-color: var(--orange-primary);
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle
{
  color: #fff;
  background-color: var(--orange-primary);
  border-color: var(--orange-primary);
}

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus
{
  box-shadow: 0 0 0 0.2rem rgba(252, 157, 91, 0.5);
}

.btn-outline-orange.disabled
{
  color: var(--orange-primary);
  background-color: transparent;
}

.btn-orange
{
  color: #fff;
  background-color: var(--orange-primary);
  border-color: var(--orange-primary);
  transition: .3s ease-in-out background-color;
  border-radius: 1rem;
}

.btn-orange:hover
{
  color: #fff;
  background-color: #e36c09;
  border-color: #e36c09;
}

.btn-orange:focus
{
  box-shadow: 0 0 0 0.2rem rgba(252, 157, 91, 0.5);
}

.btn-orange:active
{
  color: #fff;
  background-color: #e36c09;
  border-color: #e36c09;
}

div#zona_titulo
{
  margin-top: 40px;
}

#main-nav li
{
	padding-left: 0px!important;
}

.dropdown-toggle::after
{
  content: none!important;
}

.m_desplegable_grande a.bottom_opciones  {
  font-family: "Open Sans", sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 15px !important;
  position: relative;
  border-radius: 3px;
}

.menu_new_movil a {
	color: #333;
}

.boton_nuevo_menu_movil {
	padding: 10px;
	text-align:left;
	background: rgba(246, 247, 251, 0.75);
	border-radius: 1rem;
	margin:0 auto;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

.boton_nuevo_menu_movil:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.boton_nuevo_menu_movil .bi {
	margin-right: 10px;	
}