.navbar{
    width: 100%;
    float: left;
    display: -webkit-inline-box;
}

.dp-icon
{
    width:10px;
}

.list-group-item.active {
    z-index: 0;
    color: #000;
    background-color: #e8e8e8;
    border-color: #000000;
}

.navbr
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-color: #000000;
}

.m-4 {
    margin: 3rem 3rem!important;
}

.m-11 {
    margin: 1.5rem 3rem 7rem 3rem!important;
}

.mt-5, .my-5 {
    margin-top: 3.2rem!important;
    
}
.mt-10, .my-10 {
    margin-top: 1rem!important;
}

.pb-3, .py-3 {
    padding-top: 0.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 0.5rem!important;
}

/* .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: 3rem 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%;
    padding-right:4%;
    padding-left:4%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*margin-top: 10%;*/
    /*margin-left: 5%;*/
	/*margin-right:5%;*/
	
}

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: 6em;
    position: absolute;
	border-color: #e8e8e8!important;
}

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

ul.toolbar li {
    border: thin solid lightgray;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 5px;
    background-color: #fcf8e3;
    border-color: #e8e8e8;
    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 {
    margin-top:0rem;
    white-space: nowrap;
    /*margin-bottom: 1em;*/
}


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

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

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

#buttons_c {
    margin-top:8rem;
    white-space: nowrap;
    /*margin-bottom: 1em;*/
}


#buttons_c a {
    color: #000;
    font-size: 18px;
}

#buttons_c a.disabled {
    color: #000;
    cursor: auto;
}

#buttons_c 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: #000;
}

pre.error {
    background: #FBE3E4;
    color: #D12F19;
    border: thin solid #000;
    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: 1em;
}

/* #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: #000;
    font-weight:700;
    text-align: center;
}

.topnav {
    overflow: hidden;
  background-color: #e8e8e8;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight:600;
  word-spacing:5px;
}



.topnav a.hbtn {
    /*float: right;*/
    font-size:16px;
    margin-right: 5em;
    padding: 10px 0px 0px 0px;
  }

.active {
  background-color: #fff;
  color: #000;
}

.topnav .icon {
  display: none;
}

.dropbtn {
  background-color: #e8e8e8;
  color: #ffffff7d;
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-right:60px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #e8e8e8;
}

.dropdown {
  position: relative;
  display: table-row-group;
  /*float: right;*/
  margin-left: 20em;
}
.dwr
{
  float: right;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8e8e8;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #fff;color:#000;}

.show {display: grid;}

.topnav a:hover {
  background-color: #03072900;
  color: #000;
}

 #initco
{
    padding-left: 10px;padding-right: 10px;
}

#rmsp
{
    padding:0px;
}

#editor {
        border:1px solid #000;
        margin: 0;
        width:100%;
        /*height:440px;*/
        position: relative!important;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:0;
    }
    
    #editor-right {
        border:1px solid #000;
        margin: 0;
        width:100%;
        /*height:440px;*/
        position: relative!important;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:0;
    }

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropdown {
    float: right;
    overflow: hidden;
    /*float: right;*/
    position: initial;
    margin-right: 3rem;
  }

  .topnav a.hbtn {
    float: right;
    padding: 10px 0px 15px 15px;
    display:none;
  }
  
  .m-11 {
    margin: 1.5rem 1rem 5rem 1rem!important;
    }
  
  .m-4 {
    margin: 2rem 1rem!important;
    }
  
  .mt-5, .my-5 {
    /*margin-top: 1rem!important;*/
    padding-left: 15px!important;
    padding-right: 15px!important;
    }
    .m-5 {
        margin: 0rem!important;
    }
    
    .mt-10, .my-10 {
    margin-top: 4rem!important;
    }
    
    #editor {
        border:1px solid #000;
        margin: 0;
        width:100%;
        /*height:440px;*/
        position: relative!important;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:0;
    }
    
    #editor-right {
        border:1px solid #000;
        margin: 0;
        width:100%;
        /*height:440px;*/
        position: relative!important;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index:0;
    }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: flex;
    text-align: left;
  }
    .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dwr
  {
    float: left;
  }

    #initco
    {
        margin-top:-10px!important;
        padding-left: 0px!important;padding-right: 0px!important;
    }
    
    #rmsp
    {
        padding:10px 10px 10px 10px!important;
    }
    
    #buttons {
    white-space: nowrap;
    margin-bottom: 1em;
    margin-top: 1rem!important;
    padding-right:30px!important;
  } 
  
  #buttons_c {
    white-space: nowrap;
    margin-bottom: 0em;
    margin-top: 0rem!important;
    margin: 0px 0px;
     /*padding-right: 21px!important;*/
  } 
  div.left{
    width: 100%!important;
  }
  div.right{
    width: 100%!important;
  }
  div.center{
    width: 100%!important
  }
  pre.codeBlock.left {
    width: 100%!important;
  }
  pre.codeBlock.right {
    width: 100%!important;
    margin-left: 0em;
  }
  #report {
       margin-bottom: 3em!important;
    position: relative;
    height: 5em!important;
  }

  #report button {
      display: block;
      position: absolute;
     top: -57px!important;
    right: 20%!important;
  }
  ul.toolbar {
    width: 100%!important;
    display: contents!important;
    right: 38px;
    top: 10em;
    position: absolute;
    border-color: #000!important;
  }
  
  div.diffcontainer
  {
    position: relative;
    margin: 8rem 1rem 1rem 1rem !important;
    display: none;
    }
}
/* 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
} */
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  #buttons_c{
        margin-top:8rem!important;
    }
    #buttons_c button{
        font-size: small;
    }    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 968px) and (orientation:landscape) {
  /* For portrait layouts only */
  #buttons_c button{
        font-size: small!important;
    } 
}