img.app-logo {
    height: 75px !important;
    margin-left: 45% !important;
    padding-left: -300px !important;
}
.title {
    display: none;
}
html, body {
    height: 100vh !important;
}
h1 {
  color: #aa64cf; 
  margin: 40px 20px 40px 0px; 
  text-align: center;
}

h2 {
  color: #5564be !important;
}

.full-height {
    height: 100vh !important;
}

.bk.CPathBtn .bk-btn-group .bk-btn{
    background-color: white;
    border: none;
    color: #aa64cf;
    font-size: 16px;
    transition-duration: 0.4s;
    margin: 0px;
    float: right;
}
.bk.CPathBtn .bk-btn-group .bk-btn:hover{
    color: #dbbae8; /*#dbbae8*/
    font-size: 17px;
}
.CPathBtn3,
.CPathBtn2 .bk-btn-group .bk-btn,
.CPathBtn2 .bk-input-group .bk-btn-default {
    background-color: #aa64cf;
    border: none;
    border-radius: 5px;
    color: white;
    transition-duration: 0.4s;
    min-height: 30px;
    min-width: 100px;
    font-size: 16px;
}
.CPathBtn3,
.CPathBtn2 .bk-btn-group .bk-btn:hover,
.CPathBtn2 .bk-input-group .bk-btn-default:hover {
    background-color: #3f0b5b;
    padding: 5px 10px;
    font-size: 18px;
    height: 110%;
}
.BoldBtn .bk-btn-group .bk-btn-default {
    background-color: #ff6633;
}
.BoldBtn .bk-btn-group .bk-btn-default:hover {
    background-color: #ff6633;
    padding: 5px 10px;
    font-size: 18px;
    height: 110%;
}
.CPath-Input {
    width: 40%;
    border: 2px solid #aa64cf;
    border-radius: 2px;
    transition-duration: 0.4s;
    height: 50px;
    padding-left: 20px;
}
.CPath-Input:focus, .CPath-Input:active {
    box-shadow: 0 0 8px #e39ddf !important;
    border: 1px solid #e39ddf;
    outline: none;
}

.main-1 {
    width: 80% !important;
    margin: auto !important;
    border: 2px #e39ddf !important;
    padding: 25px !important;
}
.error {
    color: #D8000C;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
    font-style: italic;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin: 10px 0 px;
    padding: 15px 10px 15px 50px;
}
.CPath-Input3,
.CPath-Input2 .bk-input-group .bk-input{
    border: none;
    border-bottom: 3px solid #aa64cf;
    min-height: 40px;
    height: 100%;
    transition-duration: 0.4s;
    width: 100%;
    font-size: 14px;
    background-color: #fafafa;
    color: #7a2c9c !important;
}

.CPath-Input2 .bk-input-group label {
    color: #5564be !important;
}
.CPath-accordion1 {
    box-shadow: 0px 10px 60px #dbbae8;
    box-shadow: 0px 12px 38px -6px #9e9e9e;
    border-radius: 7px 7px 7px 7px;
    font-size: 12px;
}
.note {
    border: 1px solid #5564be;
    border-radius: 5px;
    display: block;
    padding: 5px;
    margin-left: 20px;
    width: 33%;
}

.CPath-Input2 .bk-input-group .bk-input:focus {
    height: 120%;
    border-bottom: 1px solid #aa64cf;
    outline: none !important;
    box-shadow: none;
    background-color: #fcfcfc;
}
.CPath-Input3 {
    height: 20px;
    border-bottom: none;
}
.CPath-Input2 .bk-input-group .bk-input:focus::placeholder {
    color: transparent;
}
.CPath-Input2 .bk-input-group .bk {
    margin-bottom: 10px;
    font-size: 16px;
    color: #7a2c9c;
    color: black
}
.box1 {
    box-shadow: 0px 10px 60px #dbbae8;
    box-shadow: 0px 12px 38px -6px #9e9e9e;
    border-radius: 7px 7px 7px 7px;
    padding: 30px 50px !important;
    box-sizing: border-box !important;
}
.box2 {
    border-style: solid !important;
    border-color: #aa64cf !important;
    border-width: 2px !important;
    box-sizing: border-box !important;
    padding: 10px 10px !important;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #dbbae8;
}
.modal {
    max-width=1000;
}
/*.pnx-tabulator {
    height:110% !important;
} */
.tabulator .tabulator-header {
    border-bottom: 3px solid #aa64cf !important;
    color: #5564be !important;
}
.tabulator-row .tabulator-cell:first-child {
    border-left: 10px solid #aa64cf !important;
}
.tabulator-row:nth-child(2n) .tabulator-cell:first-child {
    border-left: 10px solid #e39ddf !important;
}

.tabulator-row:nth-child(2n) {
    background-color: #aa64cf !important;
}
.choices__inner .choices__item.solid {
    background-color: #aa64cf !important;
}
.hide {
    display: none;
}

#minimizer{
    width: 640px;
    border:solid 1px #aa64cf;
}
#title_bar {
    background: #aa64cf;
    height: 25px;
    width: 100%;
}
#minimizebutton {
    text-align: center;
    width: 40px;
    height: 23px;
    float:right;
    cursor:pointer;
    font-size: 15px;
}
#videobox {
    height:150%;
    background: white;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #aa64cf;
}

input:focus + .slider {
  box-shadow: 0 0 1px #aa64cf;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Align the spans of the toggle, and add flavour to title text */
label.switch {
    margin-bottom: 0px !important;
}
.toggle-span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.toggle-span.text{
    display: inline-block;
    color: #5564be;
    font-size: 14px;
}

/* In case we want to use a round slider */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.height34 {
    height:34px !important;
    display:inline-block;
}

.incomplete {
    border: 1px dashed red;
}
.incomplete .bk-input-group label {
    color: #D8000C !important;
}
.textButton .bk-btn-group .bk-btn {
    background: none!important;
    border: none;
    padding: 0 !important;
    color: #069;
    cursor: pointer;
}
.textButton .bk-btn-group .bk-btn:hover{
    text-decoration: underline;
}


/* Tooltip container */
.tooltip_cpath {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip_cpath .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 130%;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_cpath:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Sticky toolbar */
.my-sticky-container {
    background-color: #ff6633;
    box-shadow: gray -1px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    position: fixed;
    top: 95%;
    right: 5%;
    width: auto;
    height: auto;
    z-index: 9999;
    margin-top: -24px;
    text-align: left;
    border-radius: 10px;
}

.my-sticky-container a {
    padding: 2px 5px !important;
    display: inline-block;
    text-align: center;
    height: 24px;
    width: 24px;
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
.my-sticky-container a i {
    max-height: 100%;
    color: white !important;
}

div.scrollmenu {
  display: flex;
  background-color: None;
  overflow: auto;
  white-space: nowrap;
  align-items: center;
  flex-direction: column;
  width:200px;
}

div.scrollmenu .wrapper {
  background-color: white;
  display: inline-block;
  text-align: center;
  padding: 19px;
  text-decoration: none;
}
.wrapper img {
  background: none;
  width: 80px !important;
  height: auto;
}
.wrapper img.Completed {
  filter: invert(43%) sepia(86%) saturate(577%) hue-rotate(331deg) brightness(100%) contrast(100%);
}

.wrapper img.progress {
  display: inline;
  filter: invert(52%) sepia(9%) saturate(4577%) hue-rotate(234deg) brightness(90%) contrast(77%);
}

div.scrollmenu .wrapper:hover {
  background-color: #F5F5F5;
}
.d01{
  width:180px !important;
}
.d02 {
  width: 280px !important;
}

body {
  height: 100vh
}

#container {
  padding:0px;
}

#content {
  height: 100vh;
  margin: 0px;
}

#sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 10px;
  transition: all 0.2s cubic-bezier(0.945, 0.020, 0.270, 0.665);
  transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
  overflow-y: auto;
  height: 100%;
}

#sidebar.active {
  width: 0px;
  overflow-y: hidden;
  padding: 0px;
}

#main {
  overflow-y: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
}

#sidebarCollapse {
  background: none;
  border: none;
}

#header-items {
  width: 100%;
  margin-left: 15px;
}

.navbar .bk-menu {
  color: black
}

a.navbar-brand {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 1.5em;
}

.title {
  color: #fff;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 2em;
  white-space: nowrap;
}

.app-header {
  display: contents;
  padding-left: 10px;
}

.app-header a.title:hover {
  text-decoration: none;
  color: white;
}

img.app-logo {
  padding-right: 10px;
  font-size: 28px;
  height: 30px;
  max-width: inherit;
}

p.bk.card-button {
  display: none;
}

.pn-modal {
  overflow-y: auto;
}

.pn-modal-content {
  display: block;
}

.pn-modal-close {
  position: relative;
  float: right;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 0px;
  background: transparent;
  border-top: 0;
  border-right: 0;
}

.pn-modal-close:hover,
.pn-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.pn-busy-container {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: auto;
}

@media (min-width: 576px) {
    .modal-dialog {
	max-width: 80%;
    }
}
