/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

html body.bg-full-screen-image{
  background:url(../images/fondo.jpg) center center no-repeat fixed;
  background-size:cover
}


.bg-gradiantegris{
	background: #373B44;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradienteazul{
	background: #141E30;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #243B55, #416fa3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #243B55, #416fa3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	
}

.icono-form-position {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3.2rem;
  text-align: center; }

  select.form-control:not([size]):not([multiple]).input-xl + .icono-form-position,
  select.form-control:not([size]):not([multiple]).form-group-xl > .icono-form-position,
  input.form-control.input-xl + .icono-form-position,
  input.form-control.form-group-xl > .icono-form-position {
    width: 3.55rem;
    height: 3.55rem;
    line-height: 3.55rem;
    top: 4px; }
  select.form-control:not([size]):not([multiple]).input-lg + .icono-form-position,
  select.form-control:not([size]):not([multiple]).form-group-lg > .icono-form-position,
  input.form-control.input-lg + .icono-form-position,
  input.form-control.form-group-lg > .icono-form-position {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: 10px; }
  select.form-control:not([size]):not([multiple]).input-sm + .icono-form-position,
  select.form-control:not([size]):not([multiple]).form-group-sm > .icono-form-position,
  input.form-control.input-sm + .icono-form-position,
  input.form-control.form-group-sm > .icono-form-position {
    width: calc(1.875rem + 2px);
    height: calc(1.875rem + 2px);
    line-height: 2rem;
    top: 2px; }
  select.form-control:not([size]):not([multiple]).input-xs + .icono-form-position,
  select.form-control:not([size]):not([multiple]).form-group-xs > .icono-form-position,
  input.form-control.input-xs + .icono-form-position,
  input.form-control.form-group-xs > .icono-form-position {
    width: 1.525rem;
    height: 1.525rem;
    line-height: 1.525rem;
    top: 0; }

.has-icon-left .icono-form-position {
  right: auto;
  left: inherit; }