/**
 * @author Jan-Christoph Borchardt, http://jancborchardt.net
 * @copyright Copyright (c) 2015, ownCloud, Inc.
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * 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, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 */


/* log in screen background color */
/* gradient of the header color and a brighter shade */
/* can also be a flat color or an image */
#header{background-image:initial  !important;}
#body-login {
    background-image: url('../img/background.png?v=2');
    background-size: cover;
    background-color: #D0D7FC;
}

/* primary action button, use sparingly */
/* header color as border, brighter shade again, here as background */
.primary,
  input[type="submit"].primary,
  input[type="button"].primary,
  button.primary,
.button.primary,
.primary:active,
  input[type="submit"].primary:active,
  input[type="button"].primary:active,
  button.primary:active,
/* front button color  */
.button.primary:active {
	border-color: #000000;
	background-color: #FFFFFF;
    color: #000000;
}
.primary:hover,
  input[type="submit"].primary:hover,
  input[type="button"].primary:hover,
  button.primary:hover,
.button.primary:hover,
.primary:focus,
  input[type="submit"].primary:focus,
  input[type="button"].primary:focus,
  button.primary:focus,
/* focus button color  */
.button.primary:focus {
	border-color: #FFFFFF;
	background-color: #dd1212;
        color: #FFFFFF;
}
.primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active,
.primary:disabled, input[type="submit"].primary:disabled, input[type="button"].primary:disabled, button.primary:disabled, .button.primary:disabled,
.primary:disabled:hover, input[type="submit"].primary:disabled:hover, input[type="button"].primary:disabled:hover, button.primary:disabled:hover, .button.primary:disabled:hover,
/* click button color  */
.primary:disabled:focus, input[type="submit"].primary:disabled:focus, input[type="button"].primary:disabled:focus, button.primary:disabled:focus, .button.primary:disabled:focus {
	border-color: #000000;
	background-color: #AAAAAA;
    color: #000000;
}

input.primary:not(:disabled):hover, input.primary:not(:disabled):focus, button.primary:not(:disabled):hover, button.primary:not(:disabled):focus, a.primary:not(:disabled):hover, a.primary:not(:disabled):focus {

    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(#6c66ac,#6c66ac);
    background-position: initial;

}

/* use logos from theme */
#header .logo {
	background-image: url('../img/logo.png');
	width: 250px;
	height: 121px;
}
#header .logo-icon {
	background-image: url('../img/logo-icon.png');
	width: 90px;
	height: 40px;
}

/* Text Path + name dir/files ce1ce3 */
a {
    border: 0;
    color: #000000;
    text-decoration: none;
}

/* forgotten password + powered by */
#body-login a {
  color: #000000;
}

a {
    border: 0;
    color: #000;
    text-decoration: none;
}


#lost-password, #lost-password-back, #reset-password-wrapper + a {
    display: inline-block;
    font-weight: normal !important;
    padding: 14px;
    color: #000000;
    cursor: pointer;
    text-shadow: 0 0 1px #888888;
}

/* Footer slogan */
p.info, form fieldset legend, #datadirContent label, form fieldset .warning-info, form input[type="checkbox"] + label {
    text-align: center;
    color: #000000;

}

/* Wizard  */
#firstrunwizard h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    padding: 0 0 10px;
    color: #000000;
}

/* INDETERMINE */
p.info a, #showAdvanced {
    color: #d20000;
} 


/* Put right icon in black 
#appmenu:not(.inverted) svg {
		filter: invert(1);
}
#appmenu.inverted svg {
		filter: none;
}*/

