.navbar{
    width: 100%;
    float: left;
    display: flex;
}

.list-group-item.active {
    z-index: 0;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#initco
{
    padding-left: 48px;padding-right: 53px;
}

#rmsp
{
    padding:0px;
}

#buttons_minify {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 1em;
    margin-top:7.5em;
}

#buttons_minify a {
    color: #8a6d3b;
    font-size: 18px;
}

#buttons_minify a.disabled {
    color: #999;
    cursor: auto;
}

#buttons_minify a.disabled:hover {
    text-decoration: none;
    cursor: default;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
    
}
.mt-6, .my-6 {
    margin-top: 4rem!important;
    
}
.m-11 
{
    margin: 1.5rem 1rem 5rem 1rem!important;
}
  
.m-4 
{
    margin: 2rem 1rem!important;
}

@media screen and (max-width: 768px) {
    #initco
    {
        padding-left: 20px;padding-right: 20px;
    }
    
    #rmsp
    {
        padding:0px;
    }
    
    .m-5 {
        margin: 1rem!important;
    }
    
    .mt-5, .my-5 {
        margin-top: 3rem!important;
    }   
    
    .mt-6, .my-6 {
    margin-top: 3rem!important;
    }
    #buttons_minify {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 1em;
    margin-top:0em;
}
}

.collapse.show {
    display: initial;
}
/* .header {
    width: 100%;
	height: 50px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .4);
	color: #fff;
	margin: 2px 2px 2px 2px;
} */


/* body {
    padding: 0px 0px;
    margin: 0px 0px;
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: .1em;
    font-family: sans-serif;
}

h3 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 1em;
    font-family: sans-serif;
    margin-top: 1em;
} */

/* a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
} */

/* #main {
    margin: 0px auto;
    width: 100%
} */

pre.codeBlock, div.codeBlock {
  background-color:#eee;
  overflow:auto;
  margin:10px 0 10px;
  padding:.5em 1em;
}

pre.codeBlock .codeLine,
pre.codeBlock .line-number,
div.codeBlock .codeLine,
div.codeBlock .line-number {
  font:normal normal 13px/16px "Monospace";
  color:black;
  display:block;
}

pre.codeBlock.codeBlock span.code, div.codeBlock span.code {
    min-width: 97%;
    display: inline-block;
}

pre.codeBlock .line-number, div.codeBlock .line-number {
  margin:0 1em 0 -1em;
  border-right:1px solid;
  text-align:right;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  
  -o-user-select: none;
  user-select: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

pre.codeBlock .line-number span, div.codeBlock .line-number span {
  display:block;
  padding:0 .5em 0 1em;
}

pre.codeBlock .cl {
  display:block;
  clear:both;
}

div.diffcontainer {
    position: relative;
    margin: 5rem 1rem 1rem 1rem !important;
    display: none;
}

div.left {
    width: 100%;
    display: inline-block;
	/* margin-left:1.2% */
}

div.right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	
}

div.center {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 10%;
    margin-left: 1%;
	margin-right:1%;
	
}
    

pre.codeBlock.left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    top: 10em;
}

pre.codeBlock.right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
}

ul.toolbar {
    width: 13%;
    display: inline-block;
    right: 38px;
    top: 10em;
    position: absolute;
	border-color: rgb(17, 158, 252)!important;
}

#report .reportTitle {
    border: thin solid lightgray;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 5px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    width: 15em;
}
    

ul.toolbar li {
    border: thin solid lightgray;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 5px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    cursor: pointer;
}

ul.toolbar li code {
    margin: 0 2px;
    padding: 0px 5px;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #333;
    line-height: 26px;
}

#buttons {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 1em;
}

#buttons a {
    color: #8a6d3b;
    font-size: 18px;
}

#buttons a.disabled {
    color: #999;
    cursor: auto;
}

#buttons a.disabled:hover {
    text-decoration: none;
    cursor: default;
}

#prevNextLabel {
    width: 87%;
    text-align: center;
    display: inline-block;
}

div.gutter {
    float: left;
}

div.codeLine span.diff {
    cursor: pointer;
}

div.codeLine span.eq_off, div.codeLine span.type_off, div.codeLine span.missing_off {
    cursor: auto;
}

div.codeLine span.eq {
    background: rgba(50, 57, 88, 0.1);
}

div.codeLine span.type {
    background: rgba(192, 100, 94, 0.1);
}

div.codeLine span.missing {
    background: rgba(0, 100, 80, 0.1);
}

div.codeLine span.selected {
    background: #86abd9;
    color: white;
}

canvas.center {
    position: absolute;
    left: 40%;
    width: 20%;
    height: 100%;
    top: 0;
}

/* textarea {
    width: 100%;
    min-height: 590px;
    padding-top: 0%;
    background: #fff;
    resize: horizontal;
    white-space: pre;
    word-wrap: normal;
	border-color: rgb(17, 158, 252)!important;
	resize:vertical;
    font-family:monospace;
    position: static;
} */

textarea.error {
    border-color: #FBC2C4;
}

pre.error {
    background: #FBE3E4;
    color: #D12F19;
    border: thin solid #FBC2C4;
    border-radius: 4px;
    padding: 1em;
    display: none;
}

span.filterBlock {
    margin-bottom: 1em;
}

span.filterBlock input {
    margin-left: 2em;
}

#report {
    margin-bottom: 1em;
    position: relative;
    height: 4em;
}

#report button {
    display: block;
    position: absolute;
    top: 0px;
    right: 3%;
}

/* .button {
          background-color: #4CAF50;
          border: none;
          color: white;
          padding: 10px 20px;
          text-align: center;
          text-decoration: none;
          display:inline-block;
          font-size: 16px;
          margin: 10px 10px;
          -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
          cursor: pointer;
          width: 150px;
    } */
      .button2 {
          background-color: white; 
          color: black; 
          border: 2px solid #008CBA;
      }
      
      .button2:hover {
          background-color: #008CBA;
          color: white;
      }
	  
.weak {
    color: #999;
    font-size: .9em;
    font-weight: normal;
    position: Absolute;
    top: 29px;
    left: 56%;
    right: 3%;
    padding-left: 5px;
}

p {
    margin-bottom: 0em;
}

/* #logo {
	height: 32px;
	margin: 4px 10px;
	border: none;
} */

span.fileInput {
    margin-left: 2em;
}

.throbber-loader:not(:required) {
    display: none;
}

.progress .throbber-loader:not(:required) {
    display: block;
    margin: 5px auto;
}

.leftmenu
{
	max-width: 100%;
    height:auto;
    padding-top: 5px; 
    padding-left: 5px;
    background: #3883fa;
    background-color: rgb(17, 158, 252)!important;
    overflow-wrap: normal;
    opacity: .8;  
    margin-top: 10px;
}

.rightmenu
{
    max-width: 100%;
    height:auto;
    padding-top: 5px; 
    overflow-wrap: normal; 
    padding-left: 5px;
    background: #3883fa;
    background-color: rgb(17, 158, 252)!important;
    opacity: .8;
    margin-top: 10px;
}

.footer 
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

/* input[type="file"] {
    display: none;
} */
/* .custom-file-upload {
    border: 1px solid #008CBA;
    display: inline-block;
    padding: 0px 0px;
    cursor: pointer;
    margin-top: 0px;
    border: 5px solid transparent;
    border-radius: 5px;
} */

/* i.fa-folder-open-o
{
    padding: 2px;
    margin: 0px;
  cursor: pointer;
  font-size: 19px;
} */

/* #footer {
	width: 100%;
	height: 23px;
	font-size: 10pt;
	overflow: hidden;
	border-top: 1px solid #d3d3d3;
	text-align: center;
	background: #4d4d4d url(img/header_background_blue_black.png);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .4);
	color: #fff;
    margin: 0px 0px;
    position:fixed;
   left:0px;
   bottom:0px;

} */

/* #footer-inner {
	margin: 4px
}

a.header {
	color: #fff;
	text-decoration: none
}

a.footer {
	color: #bfbfbf;
	text-decoration: none
}

a.footer:hover {
	color: #ee422e;
	text-decoration: underline
} */
