/*----------------Word count css start---------------*/
div.left1 {
    width: 38%;
    display: inline-block;
  /* margin-left:1.2% */
}
.wm-7 {
    margin: 4.5rem 0rem 0rem 1rem!important;
}

@media only screen and (max-width: 895px) {
  div.left1 {
    width: 98%!important;
  }

  div.right1 {
    width: 98%!important;
  }
  div.center1 {
    width: 98%!important;
  }
  #iso1 {
    float: right;
    position: fixed;
  }
}

div.right1 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
  
}

div.center1 {
    width: 17%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 2%;
    margin-left: 1%;
  margin-right:1%;
  
}
/*----------------Word count css end---------------*/
.cent-div 
{
    width: 100%;
}
#aftdiv
{
    width: 100%;
    padding: 5px;
}
.display-5 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}
 
.btn-div{
  margin:15px 0px;
} 
.dp-icon
{
    width:10px;
}
.list-group-item.active {
    z-index: 0;
    color: #fff;
}
 
.navbr
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
 .navbar{
    width: 100%;
    float: left;
    display: -webkit-inline-box;
}
.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;
}
 
.btn {
    padding: 0.375rem 0.5rem;
    
}
#buttons_c {
    margin-top:8rem;
    white-space: nowrap;
    /*margin-bottom: 1em;*/
}
#buttons_c a {
    color: #8a6d3b;
    font-size: 18px;
}
 
#buttons_c a.disabled {
    color: #999;
    cursor: auto;
}
 
#buttons_c a.disabled:hover {
    text-decoration: none;
    cursor: default;
}
.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;
}
 
.topnav {
    overflow: hidden;
  background-color: #007bff;
}
 
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 20px;
}
 
 
 
.topnav a.hbtn {
    /*float: right;*/
    font-size:16px;
    padding: 10px 25px 0px 0px;
  }
 
.topnav .icon {
  display: none;
}
 
.dropbtn {
  background-color: #007bff;
  color: #ffffff7d;
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  /*margin-right:60px;*/
}
 
.dropbtn:hover, .dropbtn:focus {
  background-color: #007bff;
}
 
.dropdown {
  position: relative;
  display: table-row-group;
  /*float: right;*/
  margin-left: 20em;
}
.dwr
{
  float: right;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #007bff;
  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;
  font-size: larger;
  text-decoration: none;
  display: block;
}
 
.dropdown a:hover {background-color: #fff;color:#000;}
 
.show {display: grid;}
 
.topnav a:hover {
  background-color: #03072900;
  color: white;
}
 
 #initco
{
    padding-left: 10px;padding-right: 10px;
}
 
#rmsp
{
    padding:0px;
}
 
#editor {
        border:1px solid #007bff;
        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 #007bff;
        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;
  }
   #report button {

    left:  60%!important;
  }
  .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 #007bff;
        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 #007bff;
        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;
    padding-right: 4%;
    padding-left: 4%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
  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: rgb(17, 158, 252)!important;
  }
  
  div.diffcontainer
  {
    position: relative;
    margin: 8rem 1rem 1rem 1rem !important;
    display: none;
    }
}
@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;
    } 
}