body {
    background-color: #252a33;
    color: white;
    margin:0px;
    background-image: url('kali.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: monospace,'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier;
    overflow:hidden;
    height:100vh;
}
html,body{
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#black{
position:absolute;
width:100%;
height:100vh;
background-color:rgba(0, 0, 0);
z-index:-1;
}

.fadeIn{
animation-fill-mode: forwards;
animation-name: fadeIn;
  animation-duration: 2s;
}

@keyframes fadeIn {
background-color:rgba(0, 0, 0);
  0% { opacity:1; }
  100% { opacity:0; }
}

h1 {
    color: yellow;
}

.browserlink{
width:100px;
cursor:pointer;
left:10px;
position:absolute;
background-repeat: no-repeat;
background-position: top center;
background-size: 42px 42px;
padding-top:50px;
text-align: center;
color: white;
text-decoration: none;
display:none;
}

#bootlog{
position:absolute;
width:100%;
height:100vh;
z-index:100;
background-color:black;
color:white;
overflow-y: auto;
}
#shutdownscreen{
position:absolute;
width:100%;
height:100vh;
z-index:100;
background-color:rgba(0, 0, 0, 0.5);
color:white;
overflow-y: auto;
display:none;
animation-name: fadetohalfblack;
  animation-duration: 2s;
}

@keyframes fadetohalfblack {
  0% { background-color:rgba(0, 0, 0, 0); }
  100% { background-color:rgba(0, 0, 0, 0.5); }
}
#shutdownwindow{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display:block;
margin:auto auto;
background-image: url('shutdown.jpg');
width:480px;
height:338px;

}

#dummy{
background: rgba(255, 0, 0, 0.3);
}

#appsbtn{
position:absolute;
left:4px;
top:5px;
width:26px;
height:26px;
}
#apps{
position:absolute;
z-index:3;
display:none;
width:604px;
height:668px;
left:0px;
top:40px;
background-image: url('apps.jpg');
}

#cancelshutdown{
position:absolute;
width:84px;
height:28px;
left:385px;
top:300px;

}
#reboot{
position:absolute;
width:145px;
height:90px;
left:168px;
top:49px;

}
#shutdown{
position:absolute;
width:145px;
height:90px;
left:320px;
top:49px;
}
#logout{
position:absolute;
width:145px;
height:90px;
left:16px;
top:49px;
}
.othershutdownbutton{
display:flex;
width:107px;
height:90px;
margin-right:8px;
}
.othershutdownbuttoncontainer{
display:flex;
flex-direction: row;
padding-left:15px;
padding-top:147px;
}

#shutdown:hover, #reboot:hover,#logout:hover,#cancelshutdown:hover,.bar__button:hover,.othershutdownbutton:hover {
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

#bootlog p{
margin:0px;
line-height: 1;
}

#cippe{
top:300px;
background-image: url('firefox.png');
}
#books{
top:180px;
background-image: url('firefox.png');
}
#linkedin{
top:420px;
background-image: url('linkedin.png');

}
#audit{
top:60px;
background-image: url('firefox.png');
}
#messages{
top:540px;
background-image: url('firefox.png');
}
#cippe:hover,#audit:hover,#messages:hover {
  background-image: url('firefoxselected.png');
}
#time{
position:absolute;
right:80px;
top:7px;
}
#menu{
display:none;
width:100%;
height:35px;
background-image: url('menu.png');
background-repeat: repeat-x;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
#menuleft{
float:left;
background-image: url('menuleft.png');
width:368px;
height:35px;
}
#fficon,#termicon{
display: none;
float:left;
width:35px;
height:32px;
background-size: 20px 15px;
background-repeat: no-repeat;
}
#termicon{
background-position: 7px 10px;
background-size: 20px 15px;
background-image: url('term.png');
}
#fficon{
background-position: 7px 7px;
background-size: 20px 20px;
background-image: url('firefox.png');
}
#menuright{
float:right;
right:0px;
background-image: url('menuright.png');
width:264px;
height:35px;
}
#newterm{
position:absolute;
left:180px;
top:7px;
width:22px;
height:20px;
}

#shutdownbtn{
position:absolute;
right:7px;
top:7px;
width:22px;
height:20px;
}

td{
padding:0px;}
td{
padding-right: 50px;
}
#termynal{
cursor: text;
caret-shape: block;
}

#ff{
width: 55%;
height:90vh;
position: absolute;
left:7%;
top:5%;
display:none;
flex-direction: column;
font-family:Arial;
font-size:12px;
resize: both;
overflow: auto;

}

#ff__bar{
    position:absolute;
    width:100%;
    height:42px;
}

#ff__header{
    background-image: url('ffwindowmiddle.png');
    background-repeat: repeat-x;
    width:100%;
    height:87px;
}

#ffleft{
float:left;
height:87px;
width: 310px;
padding-left:55px;
padding-top:17px;
background-image: url('ffwindowleft.png');
background-repeat: no-repeat;
}

#ffright{
position:absolute;
right:0px;
height:87px;
width: 205px;
background-image: url('ffwindowright.png');
background-repeat: no-repeat;
}

#ffclose{
position:absolute;
right:13px;
top:16px;
width:16px;
height:16px;
}

#urlbar{
position:absolute;
left:290px;
top:59px;
overflow: hidden;
white-space: nowrap;
}
#ffwindow{
flex-grow: 1;
display:flex;
background: white;
}
#ffcontent{

flex-grow:1;
}


#termynal {
flex-grow: 1;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.5);
}
#terminal__bar {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
justify-content: space-between;
  font-family: monospace,'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier;

  padding: 0 8px;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(#504b45 0%,#3c3b37 100%);
}
#bar__buttons {
  display: flex;


}
.bar__button {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  padding: 0;
  margin-right: 5px;
  font-size: 9px;
  color:white;
  height: 14px;
  width: 14px;
  box-sizing: border-box;
  border: none;
  border-radius: 100%;
  background: linear-gradient(#7d7871 0%, #595953 100%);
  text-shadow: 0px 1px 0px rgba(255,255,255,0.2);
  box-shadow: 0px 0px 1px 0px #41403A, 0px 1px 1px 0px #474642;
}
.bar__button:hover {
  cursor: pointer;
}
.bar__button:focus {
  outline: none;
}
#bar__button--exit {
  background: linear-gradient(#0069fc 0%, #0069fc 100%);
  background-clip: padding-box;
  color:black;
}
#bar__button--exit:hover{
color:white;
}

#bar__user {
  color: #d5d0ce;
  margin-left: 6px;
  font-size: 14px;
  line-height: 15px;
}
#terminal__body {
  background: rgba(56, 4, 40, 0.9);
  font-family: 'Ubuntu Mono';
  height: calc(100% - 30px);
  padding-top: 2px;
  margin-top: -1px;
}
#terminal__logo{
background: url('term.PNG');
background-size: contain;
width:16px;
height:14px;
}
#terminal__prompt {
  display: flex;
}
#terminal__prompt--user {
  color: #7eda28;
}
#terminal__prompt--location {
  color: #4878c0;
}
#terminal__prompt--bling {
  color: #dddddd;
}
#terminal__prompt--cursor {
  display: block;
  height: 17px;
  width: 8px;
  margin-left: 9px;
  animation: blink 1200ms linear infinite;
}


@keyframes blink {
  0% {
    background: #ffffff;
  }
  49% {
    background: #ffffff;
  }
  60% {
    background: transparent;
  }
  99% {
    background: transparent;
  }  100% {
    background: #ffffff;
  }
}
@media (max-width: 600px) {
  #terminal {
    max-height: 90%;
    width: 90%;
  }
}

/* Centered dialog overlay */
.vm-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:101;
}

/* Dialog window */
.vm-dialog {
  background-color: #f0f0f0;
  border: 1px solid #808080;
  box-shadow: 0 0 0 1px #000000;
  width: 420px;
  color: #000000;

}

/* Title bar */
.vm-title-bar {
  background: linear-gradient(#2b579a, #1f3f73);
  color: #ffffff;
  padding: 6px 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* Title text */
.vm-title {
  font-weight: 600;
}

/* Content area */
.vm-content {
  padding: 16px 18px 8px 18px;
  font-size: 13px;
  line-height: 1.4;
}

/* Actions area */
.vm-actions {
  padding: 10px 12px 12px 12px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

/* Buttons styled like classic dialog buttons */
.vm-button {
  min-width: 80px;
  padding: 4px 14px;
  font-size: 13px;
  border: 1px solid #808080;
  background: linear-gradient(#fdfdfd, #e0e0e0);
  box-shadow: 0 0 0 1px #ffffff inset;
  cursor: pointer;
}

.vm-button.primary {
  font-weight: 600;
}

.vm-button:hover {
  background: linear-gradient(#ffffff, #e8e8e8);
}

.vm-button:active {
  background: #d0d0d0;
}
