/*
 * [font-awesome.overrides.css]
 * Collections - Research data packaging for the rest of us
 * Copyright (C) 2017 Intersect Australia Ltd (https://intersect.org.au)
 *
 * 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/>.
*/

/* Alter the FontAwesome style sheet to not change the font for normal text.
 * Enable you to do eg. <button class="icon-fubar">Text</button> without the
 * need for an extra <i /> element.
 * 
 * This requires the 3rdparty_minimizer_path branch:
 *@import url('%3rdpartyroot%/fontawesome/css/font-awesome.min.css');*/

/*  Fixes paths */
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../apps/collections/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../apps/collections/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../apps/collections/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../apps/collections/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../apps/collections/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


[class^="icon-"],
[class*=" icon-"] {
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

input[type="submit"][class^="icon-"].text, input[type="submit"][class*=" icon-"].text,
input[type="button"][class^="icon-"].text, input[type="button"][class*=" icon-"].text,
button[class^="icon-"].text, button[class*=" icon-"].text,
.button[class^="icon-"].text, .button[class*=" icon-"].text,
select[class^="icon-"].text, select[class*=" icon-"].text {
  font-weight: bold;
}

input[type="submit"][class^="icon-"].text:before, input[type="submit"][class*=" icon-"].text:before,
input[type="button"][class^="icon-"].text:before, input[type="button"][class*=" icon-"].text:before,
button[class^="icon-"].text:before, button[class*=" icon-"].text:before,
.button[class^="icon-"].text:before, .button[class*=" icon-"].text:before,
select[class^="icon-"].text:before, select[class*=" icon-"].text:before {
  padding-right: 3px;
}