body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
@media (max-width: 768px) {
  .sidebar{
    padding-top: 120px;
    overflow-y: scroll;
  }
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .95rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 58px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*rightpanel*/
.rightpanel{
  background-color:white;
  padding-top: 3.5rem;
  position:fixed;
  float: right;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 0px;
  z-index: 4;
  border-left: solid 1px #e8edf3;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.leftpanel{
  background-color:white;
  padding-top: 3.5rem;
  position:fixed;
  float: right;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0px;
  z-index: 1000;
  border-right: solid 1px #e8edf3;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.rightpanel .rightwell{
  background-color: #fff;
  position: relative;
  height: 100%;
  z-index: -1;
}
.leftpanel .leftwell{
  background-color: #fff;
  position: relative;
  height: 100%;
  z-index: -1;
}

.rightpanel .rightwell .panel-header{
  padding: 12px 10px;
  border-bottom: solid 1px #eeece8;
}
.leftpanel .leftwell .panel-header{
  padding: 12px 10px;
  border-bottom: solid 1px #eeece8;
}

.rightpanel .rightwell .panel-header .panel-heade-nav{
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 2px;  
}
.leftpanel .leftwell .panel-header .panel-heade-nav{
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 2px;
}

.rightpanel .rightwell .panel-header .panel-heade-nav .panel-header-right{
  float: right !important;
}
.leftpanel .leftwell .panel-header .panel-heade-nav .panel-header-left{
  float: left !important;
}

.rightpanel .rightwell .panel-header .panel-heade-nav .panel-header-right a{
  position: absolute;
  display: block;
  right: 20px;
  color:#363c46;
}
.leftpanel .leftwell .panel-header .panel-heade-nav .panel-header-left a{
  position: absolute;
  display: block;
  right: 20px;
  color:#363c46;
}

.rightpanel .rightwell .panel-body{
  overflow-y:auto; 
  overflow-x: hidden;
  height:calc(100% - 46px);  
  padding-bottom: 80px;
  position: relative;
  z-index: 15;
  padding: 15px;
}
.leftpanel .leftwell .panel-body{
  overflow-y:auto; 
  overflow-x: hidden;
  height:calc(100% - 46px);  
  padding-bottom: 80px;
  position: relative;
  z-index: 15;
  padding: 15px;
}

.rightpanel .rightwell .panel-body .editormd-html-preview{
  padding: 10px;
}
.leftpanel .leftwell .panel-body .editormd-html-preview{
  padding: 10px;
}

.rightpanel .rightwell .panel-body::-webkit-scrollbar {
  width: 6px;
  height: 9px;
}
.leftpanel .leftwell .panel-body::-webkit-scrollbar {
  width: 6px;
  height: 9px;
}

.rightpanel .rightwell .panel-body::-webkit-scrollbar-thumb{
  background-color: #dbd6cd; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.leftpanel .leftwell .panel-body::-webkit-scrollbar-thumb{
  background-color: #dbd6cd; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.rightpanel .rightwell .panel-body::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,.04);
}
.leftpanel .leftwell .panel-body::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,.04);
}

.rightpanel .rightwell div.msg-error{
  color: red;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 20px;
}
.leftpanel .leftwell div.msg-error{
  color: red;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 20px;
}

.rightpanel .loading{
  text-align: center; 
  padding: 50px;
}
.leftpanel .loading{
  text-align: center; 
  padding: 50px;
}

.rightpanel .loading h5{
  color: #999;  
}
.leftpanel .loading h5{
  color: #999;  
}

/*按钮的样式*/
a.clickpanel:hover{ 
  color:brown;
}

a.clickpanel{
  color:#353d47;
}

.rightpanel .panel-sub-title{
  border-bottom: 1px solid #EAEAEA;
  font-size: 1.1em;
  padding: 1.2em 0em 0.4em 0em;
  margin-bottom: 25px;
  color: #999;
}
.leftpanel .panel-sub-title{
  border-bottom: 1px solid #EAEAEA;
  font-size: 1.1em;
  padding: 1.2em 0em 0.4em 0em;
  margin-bottom: 25px;
  color: #999;
}

/*显示进度*/
.rightpanel .rightwell .panel-header .progressbar{
  position:absolute;
  top: 55px;
  padding: 0px 20px 0px 20px;
  background-color: aquamarine;
  text-align: center;
  left: 50%
}
.leftpanel .leftwell .panel-header .progressbar{
  position:absolute;
  top: 55px;
  padding: 0px 20px 0px 20px;
  background-color: aquamarine;
  text-align: center;
  right: 50%
}

.rightpanel .rightwell .panel-header li a{
  border-radius:0px;
  padding: 10px 15px;
  color: #363c46;
  text-decoration: none;
}
.rightpanel .rightwell .panel-header li a:hover{
  color:blue;
}

.leftpanel .leftwell .panel-header li a{
  border-radius:0px;
  padding: 10px 15px;
  color: #363c46;
  text-decoration: none;
}

.leftpanel .leftwell .panel-header li a:hover{
  color:blue;
}


.center-block{
  display: block;
  margin: auto;
}


.abc-radio {
  line-height: 35px !important;
  margin-right: 1rem !important;
}

/*end*/
