/**
 * @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/>
 */


#body-user #header,
#body-settings #header,
#body-public #header {
	background-color: #5cc5ed;
}

/* log in screen background color */
/* gradient of the header color and a brighter shade */
/* can also be a flat color or an image */
#body-login {
	background: #5cc5ed; /* Old browsers */
}


/* 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,
.button.primary:active {
	border-color: #5cc5ed;
	background-color: #7CE5FD;
}
.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,
.button.primary:focus {
	background-color: #8b75e4;
}
.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,
.primary:disabled:focus, input[type="submit"].primary:disabled:focus, input[type="button"].primary:disabled:focus, button.primary:disabled:focus, .button.primary:disabled:focus {
	background-color: ##5cc5ed;
}

/* use logos from theme */
#header .logo {
	background-image: url('../img/logo-CFAI.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 280px;
	height: 150px;
	margin: 0 auto;

}
#header .logo-icon {
	background-image: url('../img/logo-CFAI.png');
	width: 55px;
	height: 34px;
}
#navigation {
	background-color:#5cc5ed;
}
#expanddiv {
	background-color:#5cc5ed;
}

#expand {
	color:lightgrey;
}
#remember-login-container {
	background-color:orange;
	opacity: 1;
}
.searchbox input[type="search"] {
	position: relative;
	background-color:orange;
	opacity: 1;
}
.searchbox input[type="search"]:focus,
.searchbox input[type="search"]:active,
.searchbox input[type="search"]:valid {
	background-color: orange;
}
#remember-login-container label[for=remember_login]
{
	color : blue;
	opacity: 1;
}
#save-button
{
	background: transparent;
    border: none !important;
    font-size:0;
}
#body-login p.info
{
	color: white;
	opacity 1;
	
}

#body-login p.info a, #body-login #showAdvanced 
{
    color: #fbd792;
	font-size: 16px;
}
#body-login p.info, #body-login form fieldset legend, #body-login #datadirContent label, #body-login form fieldset .warning-info, #body-login form input[type="checkbox"] + label {
    text-align: center;
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
#body-login p.info, #body-login form fieldset legend, #body-login #datadirContent label, #body-login form fieldset .warning-info, #body-login form input[type="checkbox"] + label:hover  {
    text-align: center;
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: .75;
}
#expand {
    color: #fff;
}
#expand:hover, #expand:focus, #expand:active {
    color: lightgrey;
}
.menutoggle:hover .header-appname, .menutoggle:hover .icon-caret, .menutoggle:focus .header-appname, .menutoggle:focus .icon-caret, .menutoggle.active .header-appname, .menutoggle.active .icon-caret {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: .75;
}
.header-appname-container .header-appname, .menutoggle .icon-caret {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

