/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

/* Se agregan estos estilos para cambiar el logo de PS y sacar la versión de PS del backoffice */
#header_logo {
  background:none no-repeat 0 !important;
}

#shop_version {
  display:none !important;
}

/* Para que el logo quede centrado en el backoffice. Esto se puede editar según el store y las dimensiones del logo */
#header_img{
  height: 100%;
}

/* Para aplicar estilos al logo en el login del backoffice. Esto se puede editar según el store y las dimensiones del logo */
img#logo{
}

.ui-datepicker {
  background-color: #fff !important;
  border-radius: 4px;
  left: 0;
  margin-top: 1px;
  padding: 4px;
  top: 0
}

a.ui-datepicker-next {
  background-image: url("/backoffice/themes/default/img/triangle-next.svg");
  background-repeat: no-repeat;
  right: 7%;
  top: 20%;
}

a.ui-datepicker-prev {
  background-image: url("/backoffice/themes/default/img/triangle-prev.svg");
  background-repeat: no-repeat;
  left: 7%;
  top: 20%;
}

