@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	font-family: "Roboto", sans-serif;
}

body {
	zoverflow: hidden;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: 600;
	opacity: 0.8;
	cursor: pointer;
	color: #048;
}

a:hover {
	opacity: 1.0;
}

a.crumb {
    display: block;
    text-align: left;
    margin-left: 2em;
}

.hot {
    cursor: pointer;
    opacity: 0.9;
}
.hot:hover {
    opacity: 1.0;
}

button {
	border: solid 1px rgba( 0, 0, 0, 0.3 );
	border-radius: 0.2em;
	background-color: #eee;
	padding: 0.5em 1em;
	opacity: 0.8;
	font-weight: 600;
	cursor: pointer;
}
button:hover {
	opacity: 1;
}

textarea {
	
}

input[type=text],
input[type=password] {

}

.hid {
	display: none;
}

.modal_glass {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000vw;
	height: 1000vh;
	background: rgba( 0, 0, 0, 0.2 );
	z-index: 100;
	cursor: wait;
}

.btn.std {
	zborder: solid 1px rgba( 0, 0, 0, 0.3 );
	background-color: #565f77;
	color: rgba( 255, 255, 255, 0.9 );
	border: none;
	border-radius: 0.5em;
	padding: 1em 2em;
	opacity: 0.9;
	font-weight: 600;
	cursor: pointer;
}

.btn:hover {
	opacity: 1.0;
}
.btn:disabled {
	opacity: 0.3;
    cursor: inherit;
}


.btn.dark {
	background-color: #222;
	color: rgba( 255, 255, 255, 0.9 );
	border: none;
	border-radius: 0.5em;
	padding: 1em 2em;
	opacity: 0.9;
	font-weight: 600;
	cursor: pointer;
}

.btn.danger {
	background-color: #a00;
	color: rgba( 255, 255, 255, 0.9 );
	border: none;
	border-radius: 0.5em;
	padding: 1em 2em;
	opacity: 0.9;
	font-weight: 600;
	cursor: pointer;
}

.txt.std {
	padding: 0.2em 0.6em;
	font-size: 90%;
}

.btn.small {
	font-size: 80%;
	padding: 0.5em 1em;
}

version {
	display: block;
	text-align: center;
	margin: 7em 0 4em 0;
	-color: rgba( 100, 110, 120, 0.9 );
}
copr {
    display: block;
    font-size: 80%;
    color #0002;
    margin: 2em;
}
revision {
    display: block;
    font-size: 80%;
    color: #0006;
}

app-top-bar {
	display: block;
	background-color: #16181e;
	color: rgba( 255, 255, 255, 0.9 );
	height: 3.2rem;

	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 10;
}
app-top-bar icon {
	position: fixed;
	top: 0.5rem;
	left: 1rem;
	height: 2rem;
	width: 2rem;
}
app-top-bar-content {
	display: flex;
	justify-content: space-between;
	margin: 0 1.5rem 0 2.8rem;
	height: 100%;
}
app-top-bar-content > * {
	margin: 0 0;
	height: 100%;
	line-height: 3rem;
}
app-top-bar-content left, right {
	display: flex;
    align-items: center;
}
app-top-bar-content left, right > * {
	margin: 0 1rem;
}
app-top-bar-content left icon {
	display: inline-block;
	height: 100%;
}
app-top-bar-content > middle {
	text-align: center;
}
app-top-bar-content a {
	font-weight: normal;	
	color: rgba( 235, 245, 255, 0.9 );
	font-size: 0.9em;	
}
app-top-bar-content left text {
    overflow: hidden;
    text-overflow: " ...";
    white-space: nowrap;
    max-width: 20vw;
}

#breadcrumb span {
	font-weight: 400;
	font-size: 0.92rem;
	color: rgba( 235, 245, 255, 0.9 );
	opacity: 0.8;
}

#breadcrumb a {
	font-weight: bold;	
}

#breadcrumb span.separate {
	display: inline-block;
	margin: 0 6px;
	background-image: url(/media/right-triangle.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 9px;	
}

user-session {
	display: flex;
    align-items: center;
}

user-session > * {
	margin: 0 0.5rem;
}

user-session img {
	height: 2rem;
	cursor: pointer;
	opacity: 0.9;
}
user-session img:hover {
	opacity: 1;
}

user-session [name=email] {
	font-size: 80%;
    color: rgba(255,255,255,0.6);
    -margin-right: 1vw;
}
user-session [name=user_id] {
	border-radius: 0.5em;
	background-color: #ffffffaa;
	color: #000000aa;
	-margin-right: 1em;
	padding: 0.1em 1vw;
    border: solid 0.1em #ffffff7f;
	font-weight: bold;
	font-size: 90%;
}

/*app-top-bar a {
	color: rgba( 235, 245, 255, 0.9 );
	font-weight: normal;
}*/

projects-controls {
    display: inline-block;
}

projects-controls a {
	margin-right: 1.2rem;
}

projects-controls a:last-child {
	margin-right: 0;
}

.overflow-shadow {
  box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.5);
}

select[name=view_by] {
    width: 20vw;
}

div#content-wrap
{	
	margin: 48px auto 0 auto;	
}

/* BEGIN - General Modal */
.modal {
	background-color: #f6f5f8;
	border-radius: 16px;
	border: 1px solid #cccccc;	
	padding: 0;		
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	overflow-x: hidden;
}

.modal section
{	
	width: 580px;
	box-sizing: border-box;
	padding-left: 36px;
	padding-right: 36px;
}

.modal section.header {
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.modal section.header h3 {
	font-size: 1.4em;
	margin: 0;	
	display: inline-block;
}

.modal section.header h4 {
	margin: 0;
}

.modal section.body {
	padding-top: 24px;
	padding-bottom: 24px;	
}

.modal section.action {
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
}

.modal-btn-close {
	padding: 0;
	float: right;
	border: none;
	font-size: 1.6em;
	background-image: url(/media/x-icon.png);
	width: 14px;
	height: 14px;	
}

.modal-btn-close:active {
	border: none;
}

.form-line {
	margin-bottom: 24px;
}

.form-line.last {
	margin-bottom: 0;
}

.form-line label {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
}

.form-line input[type=text],
.form-line textarea {
	box-sizing: border-box;
	width: 100%;	
	resize: none;
	font-size: 1em;
	padding: 4px;
}

.form-line textarea {
	line-height: 1.2em;
}
/* END - General Modal */

@media (min-width: 1024px) {
}

@media (max-width: 800px) {

    app-top-bar-content {
        margin: 0 0.5rem 0 1.8rem;
    }

    app-top-bar-content left text {
        display: hide;
    }

    .hid_narrow {
        display: none;
    }

    .app-btn {
        margin: 0;
    }
}

