﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 60px;
  /* line-height: 60px;  */
  /*Vertically center the text there*/
}

.modal-body{
  overflow-wrap: break-word;
}


.sifo-ico .mdi{
  font-size: 2rem;
  color: #4e4e4e;
}

.sifo-row{
  border: solid 1px #d4d4d4;
  border-top: none;

}

.sifo-row:first-child{
  border-top: solid 1px #d4d4d4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sifo-row:last-child{
  
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.git-ico{
  font-size: 20px;
  color: #4e4e4e;
  /* margin-top: 15px; */
  /* display: inline-block; */
  position: relative;
  top: 3px;
}

code{
  white-space: pre-wrap;
}

#sifoContentEditor{
  width: 100%;
    border: solid 2px #d4d4d4;
}

.modal-message{
  flex-grow:1;
}

.link-inactive{
  pointer-events: none;
  color: lightgray !important;
}

.link-inactive .git-ico{
  color: lightgray;

}

.invk-link{
  cursor: pointer;
}

.runi-count{
  cursor: pointer;
}


#contentPanes{
  
  /* position:absolute; */
  /* background:#000000; */
  width:100%;
  height: calc(100% - 117px);

  display: flex;
  flex-direction:row;
}

.pane{
  /* padding: 10px; */
    /* background: #dbdfe5; */
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}

#navPane{
  flex: 0 0 200px;
  /* background-color: #e5e5e5; */

}

#contentPane{
  width: calc(100% - 200px);
  display: flex;
  flex-direction:row;
}

#mainPane{
  flex: 0 0 65%;
  

}

#rightPane{
  flex: 0 0 30%;
  /* background-color: #e5e5e5; */
  /* position: fixed; */
  border-left: 1px solid #dee2e6!important;
  overflow: auto;
}

.svc-run-line{
  /* font-size: 10px; */
  border: 1px solid #dee2e6;
}

.run-header{
  
}

.run-body{
  /* border-top: 0; */
  border-top: 1px solid #dee2e6;
  display: none;
}

.run-ctl-btns{
  /* background-color: #e5e5e5; */
  border-top: 1px solid #dee2e6;
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  
}

.run-ctl-btn{
  display: flex;
  padding: 0 5px;
}

.term-tgl .git-ico{
  /* font-size: 15px; */
  top: 0;
}

.run-ctl-btn.start-code{

}

.run-ctl-btn.stop-svc{
  color: #e21b1b;
  order: 2;
  margin-left: auto;
}

.term-stdout{

  border: solid 1px #444;
  height: 150px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  overflow: auto;
  word-break: break-word;
  font-size: 11px;
  font-family: monospace;
  display: none;
}

.btn.btn-xs{
  padding: .2rem .5rem;
    font-size: .875rem;
    line-height: 1.2;
    border-radius: 2px;
}

#docToc ul{
  border: solid 1px gray;
  /* padding: 10px; */
  list-style: none;
  padding-left: 0;
  border-radius: 2px;

}

#docToc li{
    
  border-bottom: solid 1px gray;
}

#docToc li.active{
  background: #d8e7f5;
}

#docToc li:hover{
  background: #d8e7f5;
}

#docToc a{
  display: block;            
  padding:10px;
  color: #444;
}

pre{
  background: #d5e0ea;
  padding: 20px;
  border-radius: 5px;
  font-size: 100%;
}

#document ul{
  list-style: disc;
  padding-left: 25px;
  margin: 10px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  overflow: hidden;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(51,203,230, 0.2);
  border-right: 1.1em solid rgba(51,203,230, 0.2);
  border-bottom: 1.1em solid rgba(51,203,230, 0.2);
  border-left: 1.1em solid #2196f3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader.loader-xs{
  display: inline-block;
  font-size: 2px;
  vertical-align: sub;
}



@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
