@import url('line-awesome/dist/line-awesome/css/line-awesome.min.css');


/*[theme~='dark'] {
	    --lumo-base-color: #233348;	
}*/

:host([focus-ring]) {
	box-shadow: unset;
}

.webinarstart {
	background-image: url(/images/outshift2.png);
	background-color: #122f43;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; 	
}

.webinarstartfield input {
	background-color: #e7ebee;
    --_lumo-text-field-overflow-mask-image: none;
}


.webinarstartbutton{
    background-color: #094871;
    color: #03bdeb;
    margin-top: 20px;
    cursor: pointer;
}



vaadin-split-layout.nosplitter::part(splitter) {
    display: none;
}

vaadin-app-layout::part(navbar) {
    min-height: var(--lumo-size-l); 
    border: none;
}
.title-bar {
	background-color: #f5f5f5;
	height: 55px;
}
.lab-title {
	font-size: 20px;
    margin-left: 20px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #12123fde;
	text-wrap: nowrap;
}

vaadin-app-layout.eti-drawer::part(drawer)  {
	top: 56px;
}

vaadin-app-layout {
  --vaadin-app-layout-drawer-overlay: true;
}

.global-menu {
    position: absolute;
    top: 13px;
    right: 50px;
}

.enhanced-dialog-footer vaadin-button {
  margin: 10px;
}

.enhanced-dialog-footer vaadin-horizontal-layout {
	display: inline-block;
}

.paddingLR {
	padding-left: 10px;
	padding-right: 10px;
}

#header {
  height: 50px;
  box-shadow: var(--lumo-box-shadow-xs);
}

.header_logo {
	height: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#header vaadin-menu-bar {
  margin-left: auto;
  margin-right: var(--lumo-space-m);
}
vaadin-app-layout[dir='rtl'] #header vaadin-menu-bar {
  margin-left: var(--lumo-space-m);
  margin-right: auto;
}
#header h1 {
  font-size: var(--lumo-font-size-l);
  margin: 0;
  color: #049fd9;
  font-size: 25px;
  font-weight: 300;
}

#logo {
  box-sizing: border-box;
  box-shadow: inset 0 -1px var(--lumo-contrast-10pct);
  padding: var(--lumo-space-s) var(--lumo-space-m);
  height: 30px;
}
#logo img {
	height: 30px;
/*  height: calc(var(--lumo-size-l) * 1.5); */
}
#logo h1 {
  font-size: var(--lumo-font-size-l);
  font-weight: 600;
  margin: 0 var(--lumo-space-s);
}


.timer-title-label {
	height: 18px;
	margin-left: 40px;
	font-size: 12px;
	color: #12123fde;
	text-wrap: nowrap;
}

.timer-label {
	height: 18px;
	margin-right: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #12123fde;
	
    border-style: solid;
    border-width: thin;
    padding: 0px 4px 0px 4px;
	
}
.timer-red {
	color: red;
}

.timer-orange {
	color: orange;
}

.finish-button {
    height: 23px;
    font-size: 11px;
    margin-right: 20px;
    background: none;
    color: #2381b5;
    border-style: solid;
    border-width: thin;
    /*border-radius: 15px;*/
}

/*.content-menu-bar { 
	border-bottom: #36495f;
    border-bottom-width: 1.2px;
    border-bottom-style: solid;
}*/

.dashboard-button {
	background: none;
    font-size: 15px;
    margin-right: 5px;
    color: #999999;
    cursor: pointer;   
}

.dashboard-button:hover {
	color: #2381b6;
	background:none;
}

.main-labcontent {
	display: block;
	overflow: hidden;
}

.terminals {
	background-color: #222222;
}

vaadin-tabsheet.terminals::part(tabs-container) {
	height: 22px;
}
vaadin-tabsheet.no-header::part(tabs-container) {
	display:none;
}

.terminals vaadin-tabs {
	margin-left: -20px;
}

.terminals vaadin-tab {
  font-size: var(--lumo-font-size-xs);
  height: var(--lumo-size-l);
  font-weight: 600;
  color: #a1a1a1;
  height: 30px;
  /*margin-top: 3px;*/
}

.terminals vaadin-tab[selected] {
  background-color: black;
  color: white;
  border-radius: 5px 5px 0px 0px;
}

vaadin-tab:hover {
  background-color: var(--lumo-contrast-5pct);
}


.submenu {
	padding-left: 40px;
}


.tab_action:hover {
	color: var(--_lumo-button-color, var(--lumo-primary-text-color))
}

.tab_action {
	background: unset;
	width: 20px;
	height: 20px;
	min-width: 10px;
	color: unset;
	padding-left: 20px;
}


.tab_action vaadin-icon {
	width: 20px;
}

#plustab:hover {
	background: unset;
}

.plustab_action:hover {
	fill-opacity: 100%;
}
.plustab_action {
	background: unset;
	width: 20px;
	height: 20px;
	min-width: 10px;
    fill-opacity: 40%;
    color: white;
}


.terminal-container {
	overflow: hidden;
}


.xterm-viewport::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
.xterm-viewport {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  height: 100%;
}

.terminal-container div {
 width: 100%;
 height: 100%;
}

vaadin-tabsheet::part(content) {
	padding: 0;
	margin: 0px;
}

vaadin-tabsheet::part(tabs) {
	margin: 0 0.5rem;
}
vaadin-upload::part(file-list) {
	display: none !important; 
}

.upload-button {
	background: unset;
	height: 22px;
	width: 22px;
	fill-opacity: 40%;
}

.upload-button:hover {
	fill-opacity: 100%;
}


/* --Lab guide------ */

.labcontent_parent {
	display: block;
	background-color: #fff;
	overflow: auto;
}


.labcontent {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #12123fde;
	font-size: 14px;
}

.labcontent h1{ 
	font-size: 19px;
	margin-top: 10px;
}


.labcontent h1, h2, h3, h4{ 
	color: #12123FDE;
	
}

.labcontent h2{ 
	font-size: 16px;
}
.labcontent h3{ 
	font-size: 14px;
}
.labcontent pre,code,a.sourceLine {
    /*background: #484851;
    color: #fff;
    overflow: auto;
    */
    font-family: Consolas, Monaco, monospace;
}
/*


.labcontent pre {
	padding: 10px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #dadada;
}
*/
.labcontent figure {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.labcontent figure img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.labcontent figcaption{
	display: none;
}

.labcontent p img{
    max-width: 100%;
}


div.sourceCode .code-run {
  color: #135596;
  box-sizing: border-box;
  transition: 0.2s ease-out;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 500;

  position: absolute;
  bottom: -17px;
  right: 0;
  border-radius: 5px;
  float: right;
}

div.sourceCode .code-run-disabled {
    cursor: default;
    background-color: #e9e9e9;
    color: #afafaf;
}

.no-code-run {
	display: none;
}

.code-copy {

  color: #c6c6c6;
  box-sizing: border-box;
  transition: 0.2s ease-out;
  cursor: pointer;
  user-select: none;
  background: rgba(206, 206, 206, 10%);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 0.9em;
  font-weight: 500;

  position: absolute;
  top: 16px;
  right: 2px;
  border-radius: 0 0.15rem;
  float: right;
  z-index: 1000;
}

button.task_done {
	color: #6c9e98 !important;
	background-color: #e8efee !important;
    font-weight: 400 !important;
}

div.sourceCode {
    display: flow-root;
    position: relative;
	margin-bottom: 30px;
}

div.sourceCodeOutput {
    display: flow-root;
    position: relative;
}

pre {
	position: relative;
}

pre .code-copy {
	opacity: 0;
}
pre:hover .code-copy {
	opacity: 1;
}

.code-copy {
	opacity: 0;
}

.code-copy:hover {
	opacity: 1;
}

.eti-menu-bar vaadin-context-menu-item.selected {
	fill-opacity: 80%;
}

.eti-menu-bar {
	height: 100%;	
}


.eti-menu-bar:hover {
	background: unset;
}


.eti-menu-bar vaadin-menu-bar-button {
	background: unset;
	height: 25px;
	width: 22px;
	fill-opacity: 70%;
	align-self: center;
	padding: 0px;
    /*margin: 3px;*/
    min-width: 0px;
    color: black;
    cursor: pointer;
}

.terminals-menu vaadin-menu-bar-button {
	color: white;
}

.eti-menu-bar vaadin-menu-bar-button:hover {
	fill-opacity: 100%;
	opacity: unset;
}
.eti-menu-bar vaadin-context-menu-item {
	margin: unset;
	padding: unset;
	margin: unset;
    padding: unset;
    min-width: 0px;
    min-height: 0px;
    height: 100%;
}

.eti-menu-bar .upload-button {
	background: unset;
	height: 25px;
	width: 25px;
	fill-opacity: 40%;
	align-self: center;
	padding: 0px;
    margin: 3px;
    min-width: 0px;	
    color: black;
}
.eti-menu-bar .upload-button:hover {
	background: unset;
	fill-opacity: 100%;
}

.eti-menu-bar vaadin-upload::part(file-list) {
	display: none !important; 
}


.fullimg {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
}


/*content menu*/
.contentmenu {
	padding-left: 20px;
    padding-right: 20px;	
    height: 38px;
  /*  width: 100%;*/
}

.contentmenu-v2 {
    border-bottom-style: solid;
    border-bottom-color: #e3e3e3;
}
.contentmenu-iconlabel {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: white;
    font-size: 10px;
    border-radius: 8px;
    margin-right: 3px;
    font-weight: 600;
    text-align: center;
}
.contentmenu-button {
	background: none;
	color: #12123fcc;
	padding: 0px;
	min-width: 0px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}
.contentmenu-item {
	cursor: pointer;
}

.contentmenu-button:hover {
	background: none;
}
.contentmenu-separator {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 26px;
    font-weight: 100;
    margin-top: -4px;
    text-align: center;
}
.menuicon-current {
	background-color: #528af8;
}
.menuicon-notdone {
    background: #12123F61;
}
.menuicon-done {
    background: #4ca093;
}

.menubutton-small-display {
	margin-right: 10px;
}



/* lab content+term top layout */
.lab-container {
}


/* footer bar */
.footer-bar {
	background-color: #1a519c;
	height: 65px;
	/*box-shadow: inset 0 29px 20px -15px rgba(0,0,0,0.3);*/
}

.progress-label {
	white-space: nowrap;
	color: white;
    font-size: 13px;
}

.next-button {
    margin-right: 25px;
    color: #fff;
    font-size: 11px;
    height: 30px;
    width: 84px;
    cursor: pointer;   
    background-color: #528af8;
}

.back-button {
    margin-right: 15px;
    color: #cacad8;
    font-size: 11px;
    height: 30px;
    width: 80px;
    border-style: solid;
    cursor: pointer;
}

.chapterdone-button {
    border-style: solid;
}



