/**
 * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
 *
 * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
 *
 * @license GNU AGPL version 3 or any later version
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
/**
 * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
 *
 * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
 *
 * @license GNU AGPL version 3 or any later version
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
/**
 * Removes the "#" from a color.
 *
 * @param string $color The color
 * @return string The color without #
 */
/**
 * Calculates the URL to the svg under the SVG API.
 *
 * @param string $icon the icon filename
 * @param string $dir the icon folder within /core/img if $core or app name
 * @param string $color the desired color in hexadecimal
 * @param int [$version] the version of the file
 * @param bool [$core] search icon in core
 * @return string The URL to the svg.
 */
/**
 * SVG COLOR API
 *
 * @param string $icon the icon filename
 * @param string $dir the icon folder within /core/img if $core or app name
 * @param string $color the desired color in hexadecimal
 * @param int $version the version of the file
 * @param bool [$core] search icon in core
 *
 * @returns A background image with the url to the set to the requested icon.
 */
/**
 * Create black and white icons
 * This will add a default black version of and an additional white version when .icon-white is applied
 */
/** Calculate luma as it is also used in OCA\Theming\Util::calculateLuma */
/* line 40, /var/www/aluno/apps/theming/css/theming.scss */
.nc-theming-main-background {
  background-color: #0082c9;
}
/* line 44, /var/www/aluno/apps/theming/css/theming.scss */
.nc-theming-main-text {
  color: #fff;
}
/* line 48, /var/www/aluno/apps/theming/css/theming.scss */
.nc-theming-contrast {
  color: #fff;
}
/* line 111, /var/www/aluno/apps/theming/css/theming.scss */
#appmenu:not(.inverted) svg {
  filter: none;
}
/* line 114, /var/www/aluno/apps/theming/css/theming.scss */
#appmenu.inverted svg {
  filter: invert(1);
}
/* line 120, /var/www/aluno/apps/theming/css/theming.scss */
.icon-file, .icon-filetype-text {
  /* Colorized svg images */
  background-image: url(./img/core/filetypes/text.svg?v=9);
}
/* line 124, /var/www/aluno/apps/theming/css/theming.scss */
.icon-folder, .icon-filetype-folder {
  background-image: url(./img/core/filetypes/folder.svg?v=9);
}
/* line 128, /var/www/aluno/apps/theming/css/theming.scss */
.icon-filetype-folder-drag-accept {
  background-image: url(./img/core/filetypes/folder-drag-accept.svg?v=9) !important;
}
/* line 132, /var/www/aluno/apps/theming/css/theming.scss */
#theming-preview-logo, #header .logo {
  background-image: url('/aluno/apps/theming/image/logo?v=9');
}
/* line 137, /var/www/aluno/apps/theming/css/theming.scss */
#body-user #header, #body-settings #header, #body-public #header {
  background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
}
/* override styles for login screen in guest.css */
/* line 144, /var/www/aluno/apps/theming/css/theming.scss */
#theming-preview-logo, #header .logo {
  background-size: contain;
}
/* line 149, /var/www/aluno/apps/theming/css/theming.scss */
#body-login #header .logo {
  margin-bottom: 22px;
}
/* line 171, /var/www/aluno/apps/theming/css/theming.scss */
#theming-preview {
  background-image: url('/aluno/core/img/background.png?v=9');
  background-color: #0082c9;
  background-image: url('/aluno/core/img/background.png?v=9'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
}
/* line 184, /var/www/aluno/apps/theming/css/theming.scss */
#theming .advanced-option-favicon .image-preview {
  background-image: none;
}
/* line 194, /var/www/aluno/apps/theming/css/theming.scss */
#theming .advanced-option-favicon .image-preview {
  background-image: none;
}
/* line 199, /var/www/aluno/apps/theming/css/theming.scss */
input.primary, #alternative-logins li a {
  background-color: #0082c9;
  border: 1px solid #fff;
  color: #fff;
}
/* line 244, /var/www/aluno/apps/theming/css/theming.scss */
#body-login {
  background-image: url('/aluno/core/img/background.png?v=9'), linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
}
/* line 293, /var/www/aluno/apps/theming/css/theming.scss */
footer {
  height: 92px;
}
