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


/* header color */
/* this is the main brand color */
#body-user #header,
#body-settings #header,
#body-public #header {
	background-color: #000;
}

#body-public #notification-container {
    display: none;
}

/* 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: #000;
}

/* 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: #00EAD0;
	background-color: #00EAD0;
    color:#fff;
}
.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: #00EAD0;
}
.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: #00EAD0;
}

/* temp */
#notification-container {
    /*display: none;*/
}

/* header */
/* use logos from theme */
#header .logo {
	background-image: url('../img/logo.svg');
	width: 250px;
	height: 121px;
	/*background-color: #fff;*/
}
#header .logo-icon {
	background-image: url('../img/logo.svg');
	/*width: 62px;*/
	height: 34px;
	/*background-size: 121px 34px;*/
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0;
}

#header .own,
#header .cloud {
	display: none;
}

#header > #owncloud {
    opacity: 1;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
}

#expand {
    color: #fff;
}

#expand::after {
    border-color: #fff transparent transparent transparent;
}


/* sidebar */

#app-navigation,
.nav-trashbin,
.settings-button
{
	background: #000;
    color: #fff;
}

#app-navigation li.divider {
	color: #fff;
}

#app-navigation #app-settings-content {
	color: #000;
}

.settings-button:hover {
    background: #00EAD0;
    color: #fff;
}

#app-navigation li > a {
	color: #fff;
	opacity: 1;
}

#app-navigation li > a:hover {
	color: #00EAD0;
}

#app-navigation .new-entity,
#app-navigation .subscription-title {
	color: #fff;
}

#app-navigation .new-entity:hover,
#app-navigation .subscription-title:hover {
	color: #00EAD0;
}

/* content */

/*#controls {*/
    /*background: #151d1f;*/
/*}*/

/*#app-content,*/
/*table thead th,*/
/*#filestable tbody tr,*/
/*#filestable tbody tr:hover,*/
/*.summary:hover,*/
/*.summary:focus,*/
/*.summary,*/
/*table tr.summary td {*/
    /*background: #151d1f;*/
    /*opacity: 1;*/
    /*color: #fff;*/
/*}*/
/*tbody a,*/
/*span.extension,*/
/*span.uploading,*/
/*td.date {*/
    /*color: #fff;*/
/*}*/



/* icons */
.nav-icon-files {
	background-image: url(../img/folder.svg);
}

.nav-icon-favorites {
	background-image: url('../img/star.svg');
}

.nav-icon-sharingin,
.nav-icon-sharingout {
	background-image: url('../img/share.svg');
}

.nav-icon-sharinglinks {
	background-image: url('../img/public.svg');
}

.nav-icon-extstoragemounts {
	background-image: url('../img/external.svg');
}

.nav-icon-trashbin {
	background-image: url('../img/delete.svg');
}

.nav-icon-systemtagsfilter {
	background-image: url('../img/tag.svg');
}

/**
 * Icons for settings sections
 */
li > a.icon-search {
	background-image: url(../../core/img/actions/search.svg);
}

li > a.icon-share {
	background-image: url(../../core/img/actions/share.svg);
}

li > a.icon-folder {
	background-image: url(../../core/img/filetypes/folder.svg);
}

li > a.icon-list {
	background-image: url(../../core/img/actions/menu.svg);
}

li > a.icon-password {
	background-image: url(../../core/img/actions/password.svg);
}

li > a.icon-more {
	background-image: url(../../core/img/actions/more.svg);
}

li > a.icon-upload {
	background-image: url(../../core/img/actions/upload.svg);
}

li > a.icon-user {
	background-image: url(../../core/img/actions/user.svg);
}

li > a.icon-workflows {
	background-image: url(../../core/img/actions/play-next.svg);
}

li > a.icon-settings {
	background-image: url(../../core/img/actions/settings.svg);
}

.icon-info {
	background-image: url('../img/actions/info.svg');
}

.icon-shield {
	background-image: url('../img/apps/shield.svg')
}
