/*
 * AdminLTE v2.4.2 Skin BLACK light modifications by SEFIRA
 */

:root { /* branding variables */
  /*
    WARNING: variables don't work in IE 11 and other outdated browsers
    WORKAROUND 1: replace all variables with their values before building the result
    WORKAROUND 2: A library like ponyfill can be used to filter new CSS in old browsers
  */

  /* main color and its complement */
  --color-main: #0065BD;
  --color-main-complement: #FFFFFF;

  /* lighter color and its complement */
  --color-secondary: #6AADE4;
  --color-secondary-complement: #FFFFFF;

  /* colors and their common complement */
  --color-green: #A2AD00; /* success */
  --color-red: #C60C30; /* error */
  --color-orange: #F0AB00; /* warning */
  --color-blue: #6AADE4; /* info */
  /*--color-blue: #00B2A9;*/ /* info */
  --color-black: #000000;
  --color-complement: #FFFFFF; /* common complement of all these colors */

  /* protected space around the logo */
  --logo-padding: 15%;

  /* background image placement */
  --background-position: bottom 120px right 20px;
  --background-size: 25% auto;
}
