/* custom css styles */

.logo {
	min-height: 140px;
	margin-left: -1px;
	margin-right: -1px;
}

.segulink-logo, .segubox-logo {
	background-image: url(logo.png);
	min-height: 140px;
}

.welcome .logo {
	min-height: 160px;
	background-size: cover;
}

.dashboard .claim {
    display: flex;
}

.dashboard .logo {
	background-image: url(logo.png);
}

.dashboard .motd {
	text-align: right;
	font-size: x-large;
	width: 100%;
}

.dashboard .motd:after {
	content: 'smooth. // modern. // digital.';
}

.header {
	background-color: rgb(105, 224, 172) !important;
}

.start.header span, .header a, .header a:visited, .header a:hover, .header a:focus, .header a:active {
	color: rgb(34, 22, 113) !important;
}

a.btn-nav, .dashboard .tile, .btn-primary {
	background-color: rgb(34, 22, 113) !important;
	border-color: rgb(34, 22, 113);
}

.header a.btn-nav {
	color: rgb(105, 224, 172) !important;
}

a.btn-nav:hover, a.btn-nav:focus, .dashboard .tile:hover, .dashboard .tile:focus, .btn-primary:hover, .btn-primary:focus {
	background-color: rgb(18, 11, 67) !important;
	border-color: rgb(18, 11, 67);
}

.header a.btn-nav:hover, .header a.btn-nav:focus {
	color: rgb(105, 224, 172) !important;
}


.navleft .folders .selected {
    color: #f8675e;
    font-weight: bold;
    border-left-color: #f8675e;
}

.files-view .fileicon {
	color: rgb(34, 22, 113);
}

.details-view .details-region .toolbar, .signature .signature-details>.toolbar {
	background-color: rgb(34, 22, 113);
}

/* disable metadata for search */
.search-view .metadata-region {
	display: none;
}

.login, .deaddrop-page, .segubox-page, .access-code-page, .sharing-page {
	background-image: url(background.jpg);
	background-color: #fff;
}

/*
.login .container, .deaddrop-page .container, .segubox-page .container, .access-code-page .container, .sharing-page .container {
	opacity: inherit;
}
*/
