._requesting ._spinner{
  top:0;
  background-position:center;
}
#scrollable .content{
  padding:0;
  height:100%;
  display:flex;
  overflow:hidden;
  flex-direction:column;
}
.doc-wrapper{
  flex: 1;
  display: flex;
  overflow: hidden;
}

/* Header */
.doc-header{
  display: flex;
  height: 3.35rem;
  align-items: center;
  background-color: #3a1484;
  justify-content: space-between;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
}
.header-left{
  width: 25%;
  display: flex;
}
.header-left .header-logo{
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.header-left .header-logo img{
  width: 20%;
}
.header-left .header-logo h4{
  display: flex;
  color: #ffffff;
  margin-left: 1rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-left .header-logo h4 span{
  font-size: 1.5rem;
}
.header-left .header-logo h4 small{
  font-size: 0.75rem;
}
.header-center{
  flex: 1;
  display: flex;
}
.header-right{
  width: 20%;
  display: flex;
  padding-right: 1rem;
  justify-content: flex-end;
}
.header-right .search-control{
  display: flex;
  overflow: visible;
  position: relative;
  border-radius: 0.25rem;
  justify-content: center;
}
.header-right .search-control .dropdown{
  width: 450px;
}
.header-right .search-control input{
  border: none;
  padding-left: 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.header-right .search-control button.btn.btn-icon{
  color: #ffffff;
  border-color: #cacaca;
  background-color: #cacaca;
  border-radius: 0 0.25rem 0.25rem 0;
}
/* Header */


/* Main Page */
.doc-left{
  top: 0;
  width: 16%;
  height: 100%;
  display: flex;
  position: sticky;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: space-between;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
}
.left-top{
  overflow: hidden auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 0px;
  display: block;
  padding: 0px;
}
.left-top-menu{
  height: 100%;
}
.left-bottom{
  color: #fff;
  padding: 0.25rem 1rem;
  background-color: #3a1484;
  box-shadow: -10px 4px 7px 10px rgba(0,0,0,0.1);
}
.company-tag{
  display: flex;
  justify-content: center;
}
.company-tag span{
  opacity: 0.4;
  font-size: 0.77rem;
}
.doc-center{
  flex: 1;
  display: flex;
  overflow: auto;
  flex-direction: column;
  background-color: #f7f7f7;
}

.doc-right{
  top: 0;
  width: 16%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: sticky;
  flex-direction: column;
  background-color: #f7f7f7;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
}
/* Main Page */


/* Sidebar */
.doc-sidebar{
  padding: 0;
  height: 100%;
}

.doc-main-menu{
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: center;
}
.doc-main-menu li{
  margin-bottom: 1rem;
}
.doc-side-menu{
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.doc-side-menu > li{
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}
.doc-side-menu > li > a{
  padding: 0.5rem;
}
.doc-side-menu > li > ul > li{
  flex: 1;
  width: 100%;
  background-color: #ffffff;
}
.doc-side-menu > li > ul > li a{
  padding: 0.5rem;
}
.doc-side-menu > li > .doc-side-menu{
  display: none;
}
.doc-side-menu > li.active > .doc-side-menu{
  display: flex;
}


.doc-main-menu > li > a{
  display: flex;
  color: #7b7b7b;
  margin: 0.25rem;
  padding: 0.25rem;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
  border-radius: 0.15rem;
  background-color: #f7f7f7;
  justify-content: space-between;
  transition:color 0.3s ease, font-weight 0.3s ease;
}
.doc-main-menu > li > a span{
  width: 170px;
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
  text-transform: uppercase;
}
.doc-main-menu > li > a i{
  font-size: 1.25rem;
  margin-right: 0.5rem;
}


.doc-side-menu > li > a{
  display: flex;
  color: #9a9a9a;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  transition:color 0.3s ease, font-weight 0.3s ease;
}
.doc-side-menu > li > a:hover,
.doc-side-menu > li > a.active{
  color: #3a1484;
  font-weight: bold;
}
.doc-side-menu > li > a div.subtabs-info{
  display: flex;
  align-items: center;
}
.doc-side-menu > li > a span{
  width: 175px;
  font-size: 0.85rem;
}
.doc-side-menu > li > a i{
  font-size: 0.95rem;
  margin-right: 0.5rem;
}


.doc-side-menu > li > ul > li a{
  display: flex;
  color: #9a9a9a;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  transition:color 0.3s ease, font-weight 0.3s ease;
}
.doc-side-menu > li > ul > li a:hover,
.doc-side-menu > li > ul > li a.active{
  color: #3a1484;
  font-weight: bold;
}
.doc-side-menu > li > ul > li a div.subtabs-info{
  display: flex;
  align-items: center;
}
.doc-side-menu > li > ul > li a span{
  width: 160px;
  font-size: 0.85rem;
}
.doc-side-menu > li > ul > li a i{
  font-size: 0.95rem;
  margin-right: 0.5rem;
}
.doc-main-menu .menu-groups{
  display: flex;
  align-items: center;
}
/* Sidebar */


/* Content Area */
.doc-content{
  display: flex;
  margin: 0.5rem;
  border-radius: 0.25rem;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: space-between;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.07);
}
.section-title{
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 2px solid #de8216;
}
.content-area{
  margin-bottom: 1.25rem;
}
.content-area p{
  color: #9a9a9a;
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.section-title h3{
  font-size: 1.55rem;
  margin-bottom: 0.25rem;
}
.content-title h4{
  display: flex;
  color: #5b5b5b;
  font-size: 1.2rem;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
.content-title h4 .content-subject{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-title h4 .content-subject i{
  margin-right: 0.25rem;
}
.content-title h4 a.content-link{
  opacity: 0;
  color: #8972b5;
  transition: opacity 0.3s ease;
}
.content-title h4 a.content-link i{
  font-size: 1rem;
  font-weight: bold;
}
.content-title h4:hover > a.content-link{
  opacity: 1;
}

.doc-content .content-body{
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem 1rem;
  height: calc(100% - 1rem);
}
.doc-content .content-footer{
  width: auto;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  justify-content: space-between;
}
.doc-content .content-footer a{
  width: 16%;
  display: flex;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  align-items: center;
  border-radius: 0.25rem;
  justify-content: space-between;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.07);
  transition:opacity 0.3s ease, box-shadow 0.3s ease;
}
.doc-content .content-footer a.prev{
  opacity: 0.7;
  margin-right: 0.5rem;
  background-color:#534646;
}
.doc-content .content-footer a.next{
  opacity: 0.7;
  margin-left: 0.5rem;
  background-color:#3a1484;
}
.doc-content .content-footer a.prev:hover{
  opacity: 1;
  box-shadow: 0 7px 12px 0 rgba(0,0,0,0.2);
}
.doc-content .content-footer a.next:hover{
  opacity: 1;
  box-shadow: 0 7px 12px 0 rgba(0,0,0,0.2);
}
/* Content Area */


/* Content Menu */
.doc-content-menu{
  height: 100%;
}
.doc-content-menu h4.doc-content-menu-header{
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  pointer-events: none;
  background-color: #b0b0b0;
  border-bottom: 2px solid #de8216;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.07);
}
.doc-content-menu h4.doc-content-menu-header i{
  font-size: 1.15rem;
  margin-right: 0.25rem;
}
.doc-right-menu{
  height: 100%;
}

.doc-content-menu-tabs{
  list-style: none;
}
.doc-content-menu-tabs li a{
  display: flex;
  color: #9a9a9a;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition:color 0.3s ease, border 0.3s ease;
}
.doc-content-menu-tabs li:hover a{
  color: #a77ff5;
  border-left: 2px solid #a77ff5;
}
.doc-content-menu-tabs li.active a{
  color: #3a1484;
  border-left: 2px solid #3a1484;
}
.doc-content-menu-tabs li a span.short-text{
  width: 180px;
}
.doc-content-menu-tabs li a i{
  margin-right: 0.25rem;
}
/* Content Menu */
