.layout-navbar-fixed .wrapper .main-header {
  background: #fff;
  color: #404E67;
}

.layout-navbar-fixed .wrapper .main-header a{
  color: #404E67;
}

.dropdown-toggle::after {
  display: none;
}
.xx-small{
  font-size: x-small;
}
.chatNotificacion {
  border-radius: 100px;
    right: 1px;
    position: absolute;
    top: 5px;
    padding: 4px;
    width: 19px;
    background: linear-gradient(to right, #0ac282, #0df3a3);
    color: #000;
    font-weight: 700;
}
.alertaNotificacion {
  border-radius: 100px;
    right: 1px;
    position: absolute;
    top: 5px;
    padding: 4px;
    width: 19px;
    background: linear-gradient(to right, #ffc107, #fcd86f);
    color:#000;
    font-weight: 700;

}
.img_user{
  margin-top: -8px;
}
.navbar-search-block .input-group {
  width: 50%;
}
.navbar-search-block .input-group input {
  border: 1px solid #fff;

}
.navbar-search-block .input-group input:focus {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.main-sidebar-color {
  background: linear-gradient(to right, #fff, #f0f0f0);
}
.main-sidebar-color .nav-header {
  background-color: inherit;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.main-sidebar-color .sidebar a {
  color: #343a40;
}
.brand-link {

  color: #000000;
}


.navbar-expand .navbar-nav .dropdown-menu{
  background: #fff;
    -webkit-box-shadow: 0 2px 30px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 30px 6px rgb(0 0 0 / 10%);
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 14rem;
    right: 5px;
    top: 40px;
    left: auto;
    overflow: visible;
    border: none;

}
.navbar-expand .navbar-nav .dropdown-menu li{

    padding: 0.7em;
}
.navbar-expand .navbar-nav .dropdown-menu li:hover{

  background-color: #f1f1f1;
}    

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f1f1f1;
}
.navbar-expand .navbar-nav .dropdown-menu a{

    color: #666;
}
.navbar-nav .nav-item.ver:hover {
  -webkit-transition: all 0.3s ease-in-out!important;
  transition: all 3.3s ease-in-out!important;

}
.navbar-nav .nav-item.ver:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.3s ease-in-out!important;
  transition: all 3.3s ease-in-out!important;

}
.nav-pills .nav-link{
  -webkit-transition: all 0.3s ease-in-out!important;
  transition: all 0.3s ease-in-out!important;
}
.nav-pills .nav-link:not(.active):hover {
  background: rgb(0 0 0 / 16%);
  color: #1f2d3d;
    padding-left: 20px;

}


.main-sidebar  .sidebar  .nav-item  .nav-link.active, .main-sidebar .sidebar  .nav-item .show>.nav-link {
  color: #212529;
  background-color: rgba(0,0,0,.1)!important;
}
.nav-sidebar>.nav-item>.nav-link.active {
  color: #1f2d3d;
  background-color: #ffc107!important;
}
.navbar-expand .navbar-nav .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 1180px;
  -webkit-transform: rotate(
45deg);
  transform: rotate(
45deg);
  border: 10px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: -10px -9px 23px 1px rgb(0 0 0 / 10%);
  box-shadow: -10px -9px 23px 1px rgb(0 0 0 / 10%);
}
@media(max-width: 539px){
  #dropdownMenuLink span{
    display: none;
  }

  .main-header .fullscreen{
    display: none;

  }
}

#password-addon{
  bottom: 0px;
  right: -8px;

}

.error-page {
  margin: 20px auto 0;
  width: 600px;
  top: 15%;
  left: 50%;
  transform: translate(-33%, -50%);
  position: absolute;
}

.cursor-pointer{
  cursor: pointer;
 
}
.cursor-pointer:hover{
   opacity: 0.9;
}

.noty{
  border-radius: 100%;
  width: 19px;
  padding: 4px;
  font-weight: 700;
}

.text-capital {
  color: #012169;
}

.bg-capital {
  background: #012169;
}
.btn-capital {
  background: #012169;
  color: #fff;
  border-radius: 0.375rem;
}
/*
input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}*/
   /* Loader */

   #pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: brightness(.4);
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1099;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:before  {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #181c3200;
	animation: lds-hourglass 0.8s linear infinite;
}

@keyframes lds-hourglass {
    to {
		transform: rotate(360deg);
	   }
}


.nuevaFoto, .imagensubir {
  height: 120px;
  width: 120px;
}
.imagensubir {
  border: 2px dotted  #87a4b5;
  position: absolute;
  top: 0px;
  border-radius: 5px;
}
.nuevaFoto:hover{
  cursor: pointer;
 
}
.nuevaFoto:hover .imagensubir{
    color: #000000;
    border: dotted 2px;

}
.nuevaFoto {
  opacity: 0;
  position: relative;
  z-index: 1;
}


.editarFoto, .imagensubir {
  height: 120px;
  width: 120px;
}
.imagensubir {
  border: 2px dotted  #87a4b5;
  position: absolute;
  top: 0px;
  border-radius: 5px;
}
.editarFoto:hover{
  cursor: pointer;
 
}
.editarFoto:hover .imagensubir{
    color: #000000;
    border: dotted 2px;

}
.editarFoto {
  opacity: 0;
  position: relative;
  z-index: 1;
}


:root {
  --animate-duration: 2s;
}

.form-control {
  border-radius: 0.75rem;
  border: 1px solid #e7e7e7;
  background: #fbfbfb;
  color: #66696b;
}

.form-group label {
  color: #161623;
    font-size: 14px;
}
   
/*table stryle*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #fafafa;
}
.table td, .table th {
  padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eff0f18f;

}
.table th {
 
    color: rgb(187, 187, 187);
    font-size: 14px;
    font-weight: 600;
}

.card-header{
  border-bottom: 1px solid #f1f1f1ab;
}

.select2-container .select2-selection--single {

  height: 38px!important;
  border-radius: 0.75rem!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px!important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebeaea!important;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #d4d6d8!important;
}

#stock_producto input[type=number]::-webkit-inner-spin-button, 
#stock_producto input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance:button!important; 
  margin: 2px; 
  background-color: red;
}
/*end table stryle*/
.img_producto{
  cursor: pointer;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.img_servicio, .img_capacitacion, .img_noticia{
  cursor: pointer;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.edit_img_servicio, .edit_img_capacitacion, .edit_img_noticia{
  cursor: pointer;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*tabs style*/
.nav-tabs .nav-link.active{
  border-bottom: 2px solid rgb(4, 20, 65);
  color: rgb(4, 20, 65);
  font-weight: bold;
}

/*end tabs style*/

.subirFondo {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.banner_nosotros img {
  height: 200px;
  width: 100%;
}

.form-control[readonly] {
  background-color: #ffffff!important;
  opacity: 1;
  border: 1px solid #ffffff!important;
  color: #040f28;
  font-weight: bold;
}

#ruc_empresa::-webkit-inner-spin-button, 
#ruc_empresa::-webkit-outer-spin-button { 
  -webkit-appearance:none!important; 
}
#ruc_empresa { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}

.swal2-shown .login-box, .swal2-shown .Copyright-watsontic {
  display: none;
}


.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*sumernote style*/

.note-toolbar {
  background: hsl(220.95deg 23.46% 83.74% / 11%);
}
.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
  background-color: hsl(215.45deg 13.97% 83.34% / 11%);

}
/*end sumernote style*/
.main-footer {

  font-size: 0.8rem;
}


/* .form-control.fecha_noticia {
  position: relative;
  color: white!important;
}

.form-control.fecha_noticia:before {
  position: absolute;
  top: 4px; 
  left: 6px;
  content: attr(my-date);
  display: inline-block;
  color: black;
} */