/*
 * Skin: White
 * ------------
 */
 .skin-white .main-header .navbar {
  background-color: #ffffff;
}
.skin-white .main-header .navbar .nav > li > a {
  color: #344563;
}
@media (min-width: 767px) {
.skin-white .main-header .nav > li > a:hover,
.skin-white .main-header .nav > li > a:focus,
.skin-white .main-header .navbar .nav .open > a,
.skin-white .main-header .navbar .nav .open > a:hover,
.skin-white .main-header .navbar .nav .open > a:focus {
  /* background: #EBE5EF; */
  border-radius: 3px;
  color: #8242AC;
  /* border-radius: 96%; */
  background: linear-gradient(90deg, #EBE5EF 50%, #EBE5EF 50%);
  background-size: 90% 60%;
  background-repeat: no-repeat;
  background-position: center;
}
}

@media (max-width: 767px) {
  .skin-white .main-header .nav > li > a:hover,
.skin-white .main-header .nav > li > a:focus,
.skin-white .main-header .navbar .nav .open > a,
.skin-white .main-header .navbar .nav .open > a:hover,
.skin-white .main-header .navbar .nav .open > a:focus {
  background: transparent;
}
}

.skin-white .main-header .navbar .nav > li > a:active,
.skin-white .main-header .navbar .nav > .active > a {
  border-bottom: 3px solid #8242AC;
}


.skin-white .main-header .navbar .sidebar-toggle {
  color: #344563;
}
.skin-white .main-header .navbar .sidebar-toggle:hover {
  color: #2d3b55;
  background: rgba(0, 0, 0, 0.1);
}
.skin-white .main-header .navbar .sidebar-toggle {
  color: #344563;
}
.skin-white .main-header .navbar .sidebar-toggle:hover {
  /* background-color: #555299; */
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
ul.dropdown-menu.app-box.show {
  transform: none !important;
  position: static !important;
}
}

.skin-white .main-header .nav .dropdown-menu {
  background: white;
  border: 1px solid #eee;
  overflow-y: overlay;
  max-height: 80vh;
}
@media (max-width: 767px) {
  .skin-white .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-white .main-header .navbar .dropdown-menu li a {
    color: #344563;
  }
  .skin-white .main-header .navbar .dropdown-menu li a:hover {
    /* border-radius: 3px;
    color: #8242AC;
    background: linear-gradient(90deg, #EBE5EF 50%, #EBE5EF 50%);
    background-size: 90% 60%;
    background-repeat: no-repeat;
    background-position: center; */
    background: transparent;
  }
  .skin-white .main-header .nav .dropdown-menu li {
    position: relative;
    z-index: 10000;
  }

  .skin-white .main-header .nav .dropdown-menu {
    background: white;
    border: 1px solid #eee;
    overflow-y: overlay;
    max-height: 80vh;
  }
}
.skin-white .main-header .logo {
  background-color: #ffffff;
  color: #344563;
  border-bottom: 0 solid transparent;
}
/* .skin-white .main-header .logo:hover {
  background-color: #5d59a6;
} */
/* .skin-white .main-header li.user-header {
  background-color: #605ca8;
} */
.skin-white .content-header {
  background: #FAFBFC;
  padding-top: 20px;
}
/* .skin-white .wrapper, */
.skin-white .main-sidebar,
.skin-white .sidebar,
.skin-white .left-side {
  background-color: #F3F4F6;
}
.skin-white .main-sidebar {
  border-right: 1px solid #F3F4F6;
  box-shadow: 0px 0px 1px rgb(9 30 66 / 31%), 0px 2px 4px rgb(9 30 66 / 25%);
}
.skin-white .user-panel > .info,
.skin-white .user-panel > .info > a {
  color: #42526E;
}
.skin-white .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-white .sidebar-menu > li.header {
  color: #6B778C;
  /* background: #f9fafc; */
  font-weight: 700;
  font-size: 11px;
}
.skin-white .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  /* font-weight: 600; */
}

/* .skin-white .sidebar-menu > li.active > a {
  color: #8242AC;
  background: #EBE5EF;
} */

.skin-white .treeview-menu > li.active > a {
  color: #8F47B3;
  background: #EBE5EF;
}

.skin-white .sidebar-menu > li:hover:not(.active) > a {
  background: rgba(9, 30, 66, 0.04);;
}
.skin-white .sidebar-menu > li.active {
  border-left-color: #605ca8;
}
/* .skin-white .sidebar-menu > li.active > a {
  font-weight: 600;
} */
/* .skin-white .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
} */
.skin-white .sidebar a {
  color: #42526E;
}
.navbar-toggler {
  color: #344563;
}
.skin-white .sidebar a:hover {
  text-decoration: none;
}
/* .skin-white .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-white .sidebar-menu .treeview-menu > li.active > a,
.skin-white .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
} */
/* .skin-white .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
} */
.skin-white .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-white .sidebar-form input[type="text"],
.skin-white .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-white .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-white .sidebar-form input[type="text"]:focus,
.skin-white .sidebar-form input[type="text"]:focus + .input-group-append .btn {
  background-color: #fff;
  color: #666;
}
.skin-white .sidebar-form input[type="text"]:focus + .input-group-append .btn {
  border-left-color: #fff;
}
.skin-white .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
/* @media (min-width: 768px) {
  .skin-white.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
} */

@media (max-width: 768px) {
  .navbar-custom-menu {
    right: 10px !important;
  }
  .navbar-custom-menu > .navbar-nav {
    flex-direction: row;
  }
}

.content-wrapper {
  background-color: #FAFBFC;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
  }
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.dropdown-toggle::after {
  content: none;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  border-color: #eee;
  padding: 10px;
}

.navbar-static-top {
  z-index: -1;
}

.main-sidebar {
  width: 240px;
}

.main-header .logo {
  min-width: 245px;;
  width: auto;
  margin-left: 30px;
}

.callout-info {
  background: #EBE5EF !important;
  border-color: #a5749c !important;
}

.alert-info {
  background: #EBE5EF !important;
  color: #172B4D !important;
  border-color: #EBE5EF !important;
}

@media (min-width: 768px) {
.content-wrapper,
.main-footer,
.main-header .navbar {
  margin-left: 240px;
}

.sidebar-collapse .main-footer {
  margin-left: 30px;
}
}

.control-sidebar-bg,
.control-sidebar {
  right: -240px;
  width: 240px;
}

.main-footer {
  border: none
}

@media (max-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 240px;
  }

  .main-footer {
    margin-left: 30px;
  }
}

.sidebar-header {
  margin: 24px 16px 20px 16px;
}

.navbar-manage {
  background: #EBE5EF;
  border-radius: 5px;
  padding: 1px 16px;
  margin-right: 25px;
}

.navbar-quick-links {
  background: #F7DFDA;
  border-radius: 5px;
  padding: 1px 16px;
  margin-right: 25px;
  margin-bottom: 15px;
}

.navbar-links {
  margin: 16px 0;
}

.navbar-module {
  margin: 16px 6px 16px 27px;
}

.navbar-module-main {
  margin: 5px 0;
}

.sidebar-navbar-module {
  margin: 7px 30px 5px 16px;
}

.navbar-module-img {
  margin-right: 10px;
}

.sidebar-module-img {
  width: 26px;
}

.dropdown-img {
  margin-right: 10px;
  width: 26px;
}

.new-doc-menu {
  right: 0;
  left: auto;
}

.nav-tabs-custom>.nav-tabs>li {
  cursor: pointer;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li>a.active, 
.nav-tabs-custom>.nav-tabs>li>a.active:hover, .nav-tabs-custom>.nav-tabs>li>a.active:active {
  border-top-color: transparent;
  border-bottom: 3px solid #8242AC !important;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a, 
.nav-tabs-custom>.nav-tabs>li>a.active, .nav-tabs-custom>.nav-tabs>li:hover>a.active {
  color: #8242AC;
  border-left-color: transparent;
  border-right-color: transparent;
}

.navbar-module-title {
  font-size: 14px;
  color: #172B4D;
}

.navbar-module-subtitle {
  font-size: 11px;
  color: #6B778C;
}

.sidebar-module {
  margin: 0 6px 18px 6px;
  background: rgba(9, 30, 66, 0.04);
  color: #42526E;
  cursor: pointer;
}

.sidebar-module > img {
  margin-right: 10px;
}

.sidebar-chevron {
  right: -12px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(9, 30, 66, 0.31), 0px 2px 4px rgba(9, 30, 66, 0.25);
  border-radius: 50%;
  margin-top: 10px;
  border: none;
  z-index: 50;
  height: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 16px;
}

.app-box-header{
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(9, 30, 66, 0.08);
  margin-left: 9px;
  padding-left: 9px;
  margin-right: 9px;
  padding-top: 10px;
}

.sidebar-collapse .sidebar-chevron {
  margin-top: 25px;
}

.sidebar-app-box {
  width: 201px;
}

.arrow-toggle {
  color: rgb(139 139 139);
}

.arrow-toggle .fa-chevron-left,
.sidebar-collapse .arrow-toggle .fa-chevron-right {
    display: inline-block;
}
.sidebar-collapse .arrow-toggle .fa-chevron-left,
.arrow-toggle .fa-chevron-right {
    display: none;
}

/* .sidebar-collapse .sidebar {
  overflow-y: hidden !important;
} */

@media (max-width: 767px) {
  .arrow-toggle .fa-chevron-right,
  .sidebar-open .arrow-toggle .fa-chevron-left {
      display: inline-block;
  }
  .sidebar-open .arrow-toggle .fa-chevron-right,
  .arrow-toggle .fa-chevron-left {
      display: none;
  }

  .sidebar-chevron {
    margin-top: 25px;
  }

  .sidebar-open .sidebar-chevron {
    margin-top: 10px;
  }

  .sidebar-open .sidebar {
    overflow-y: overlay !important;
  }

  .sidebar {
    overflow-y: overlay !important;
  }
}

.treeview-menu {
  padding-left: 20px;
}

.sidebar-menu li > a > .fa-circle,
.sidebar-menu li > a > .float-left-container > .fa-circle {
  font-size: 6px;
  vertical-align: middle;
  margin-right: 10px;
}

.sidebar-menu li > a > .fa-angle-right,
.sidebar-menu li > a > .float-left-container > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidebar-menu .menu-open > a > .fa-angle-right,
.sidebar-menu .menu-open > a > .float-left-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .float-left-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 180px !important;
  top: -22px !important;
  z-index: 900;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .float-left-container > .badge:not(:first-of-type) {
  display: none;
}
.hold-transition .menu-open .fa-angle-right {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.btn-primary, .btn-primary:focus {
  background-color: #8242AC;
  border-color: #8242AC;
}

.btn-primary:hover {
  background-color: #9049bf;
  border-color: #9049bf;
}

b, strong {
  font-weight: 700;
}

.navbar {
  padding: 0;
}

.btn {
  font-size: 14px;  
}

.btn-secondary {
  background-color: rgba(9, 30, 66, 0.04);
  border-color: rgba(9, 30, 66, 0.04);
  color: rgb(51, 51, 51)
}

.btn-secondary:hover {
  background-color: rgba(9, 30, 66, 0.08);
  border-color: rgba(9, 30, 66, 0.08);
  color: rgb(51, 51, 51)
}

.category-tag {
  background-color: #DFE1E6;
  color: #42526E;
  display: table-cell;
  padding: 0px 5px;
  border-radius: 3px;
}

.stage-2-tag {
  background-color: #e0e276;
  color: #42526E;
  display: table-cell;
  padding: 0px 5px;
  border-radius: 3px;
}

.stage-3-tag {
  background-color: #8be378;
  color: #42526E;
  display: table-cell;
  padding: 0px 5px;
  border-radius: 3px;
}

.denied-tag {
  background-color: #FFEBE6;
  color: #BF2600;
}

.waiting-approval-tag {
  background-color: #FFF0B3;
  color: #172B4D;
}

.btn-light {
  color: #444;
}

.folders-list {
  box-shadow: 0px 3px 5px rgb(9 30 66 / 20%), 0px 0px 1px rgb(9 30 66 / 31%);
}

.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
  background: #a5749c;
  color: #FFFFFF;
  border-left-color: #815795;
  font-weight: 400;
}

.box {
  border-top: none;
  background: inherit;
  box-shadow: none;
}

.dropdown-menu>li>button{
  padding: 3px 20px;
  color: #777;
  white-space: nowrap;
  border: none;
  background: inherit;
}

.dropdown-menu>li>button:hover{
  background-color: #e1e3e9;
  color: #333;
}

.search-options {
  box-shadow: 0px 3px 5px rgb(9 30 66 / 20%), 0px 0px 1px rgb(9 30 66 / 31%);
  border-radius: 3px;
}

/* 
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
} */

#document-info-box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  position: relative;
  display: none;
  margin-right: 10px;
  padding: 16px;
}

.document-info-box-title {
  font-weight: 700;
  color: #172B4D;
  margin-bottom: 16px;
}

#document-wrapper.toggled #document-info-box {
  display: block;
}

@media (max-width: 768px) {
  #document-info-buttons { 
    display: none;
  }
}

#document-info-buttons {
  flex: 0 0 60px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  padding-top: 65px;
}

.right-panel {
  background: #FFFFFF;

  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -12px;
}

.accordion-header {
  background: #FFFFFF;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  color: #172B4D;
}

.accordion-header h4 {
  margin: 0
}

.accordion-header div {
  margin-top: 10px;
}

.accordion-header a {
  color: #42526E;
}

.accordion-header a.collapsed .fa-chevron-up {
  display: none;
}

.accordion-header a .fa-chevron-up {
  display: block;
}

.accordion-header a .fa-chevron-down {
  display: none;
}

.accordion-header a.collapsed .fa-chevron-down {
  display: block;
}

.info-icon {
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  margin-bottom: 80px;
}

.info-icon > svg {
  fill: #42526E;
}

.info-icon.active > svg {
  fill: #8242AC;
}

.info-toggle > svg {
  fill: #42526E;
}

.info-toggle.active > svg {
  fill: #8242AC;
}

#sidebar-wrapper {
  width: 360px;
  padding: 16px;
  margin-left: 10px;
  background: #FFFFFF;

  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
}

.document-info-box-title > div, #document-info-buttons > div {
  cursor: pointer;
}

@media(max-width:768px) {
  #document-wrapper.toggled #document-box {
    display: none;
  }

  #sidebar-wrapper{
    position: absolute;
    top: 30px;
    width: 100%;
    right: 0;
  }
}

@media(min-width:768px) {
  /* #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-right: 250px;
  } */
  /* #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  } */

  #document-list-view {
    display: flex
  }

  #document-info-box {
    width: 45%;
    display: none;
  }

}

.report-number-inner {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.report-number-box {
  background: #FFFFFF;
  box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 3px;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  min-height: 140px;
  height: 95%;
}

.report-number-box .icon-col {
  width: 16%;
  padding-left: 5px;
  padding-top: 5px;
  min-width: 30px;
}

.first-box {
  padding-left: 20px;
  padding-right: 10px;
}

.second-box {
  padding-left: 10px;
  padding-right: 10px;
}

.third-box {
  padding-left: 10px;
  padding-right: 10px;
}

.fourth-box {
  padding-left: 10px;
  padding-right: 20px;
}

@media (max-width: 768px) {

  .second-box { 
  padding-left: 10px;
  padding-right: 20px;
}
 
.third-box {
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 10PX;
}

.fourth-box {
  margin-top: 10px;
}
  
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f2f2f2 !important;
}

/* DataTable width */
.dt-scroll-body {
  width: 100% !important;
}
.dt-scroll-body table {
  width: 99.5% !important;
}

.dt-scroll-headInner {
  width: 100% !important;
}
.dt-scroll-headInner table {
  /* width: 99.5% !important; */
}

table.dataTable>tbody>tr.selected>* {
  color: inherit;
  box-shadow: inherit;
}

.folder-icon {
  color: #B3D4FF;
  margin-right: 5px;
}

.floated-edit {
  position: absolute !important;
  right: -25px;
  z-index: 10;
  margin-top: 1px;
  display: none !important;
}

.treeview:hover > .floated-edit {
  display: block !important;
  background: transparent !important;
}

.floated-edit:hover {
  background: transparent !important;
}

.share-info-toggle {
  z-index: 2;
  top: 12px;
  position: absolute;
  right: 12px;
}

@media (min-width: 991px) {
  .overview-iframe {
    height: 210px;
  }
  .mobile-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .overview-iframe {
    height: 550px;
  }
}

button:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
}

@media (min-width:768px) {
  .document-overview {
    height: 100%;
  }
}