/* html{
  overflow: hidden
} */

.selected{
  background-color: #eff2dc !important;
}

.mt-p1 {
  margin-top: 220px;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

div.is-fixed-top{
  padding: 0.5em;
  margin: 0em;
}

.hero-body .container {
  padding: 1.5em;
}

.hero-body .column {
  padding: 0.1em;
  margin: 0.1em;
}

.filters span.icon, .sort span.icon{
  cursor: pointer;
  justify-content: left;
  width: auto;
}

.table{
  font-size: 0.8em;
}


.is-text-overflow {
  white-space: pre-wrap;
}

tr.is-deleted{
  background-color:#FCE4EC !important;
}

tr.is-pending{
  background-color: #FFFDF4 !important;
}

tr.highlight{
  background-color: #fffaca !important;
}

tr.is-clickable{
  cursor: pointer !important;
}

#btn-show-hide-rightAside{
  left:-57px;
  top:-21px;
}

.content ul{
  list-style: none;
}

.menu-list{
  line-height: 0.3em;
}

#wrapper {
  padding-left: 255px;
  padding-right: 255px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -230px;
  margin-right:-230px;
  top: 0px;
  left: 245px;
  right:245px;
  width: 250px;
  /* background: #000; */
  position: fixed;
  height: 100%;
  /* z-index: 1000; */
  transition: all 0.4s ease 0s;
 overflow: hidden;
}

#sidebar-wrapper:hover{
  overflow-y:auto;
  scrollbar-width: thin;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*::-webkit-scrollbar {
  background: transparent;
  height: 8px;
  width: 8px;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: rgba(32,33,36,0.38);
}

#sidebar-wrapper-right {
  margin-right: -250px;
  top: 45px;
  right: 260px;
  width: 250px;
  border: 1px solid #ccc;
  padding: 10px;
  /* background: #000; */
  position: fixed;
  height: 93vh;
  /* z-index: 1000; */
  border-radius: 4px;
  overflow:none;
  transition: all 0.4s ease 0s;
  /* z-index: 1000; */
  background-color: #fff;
}

#sidebar-wrapper-right:hover {
  overflow: auto;
}

#wrapper.active-left {
  padding-left: 0;
}

#wrapper.active-left #sidebar-wrapper {
  left: -20px;
}


#wrapper.active-right {
  padding-right: 0;
}

#wrapper.active-right #sidebar-wrapper-right {
  right: 0;
}

#page-area {
  transition: all 0.4s ease 0s;
  /* margin-top: 40px; */
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  margin-top: 0.4em;
  display: flex;
  flex-direction: column;

  justify-content: flex-start; /* align items in Main Axis */
  align-items: stretch; /* align items in Cross Axis */
  align-content: stretch; /* Extra space in Cross Axis */

  overflow-x:auto;
}


.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle-left, #menu-toggle-right {
  text-decoration: none;
}

.is-inline-block label{
  margin-right: 5px;
}

.sidebar-nav .columns{
  margin-bottom: 0px;
}

.sidebar-nav .column{
  padding-bottom: 0.4rem;
}

.multi-select::after{
  z-index: -1 !important;
}

.content ul.tree {
 margin:0;
}

.tree ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
}


.tree li {
  padding-left:15px;
  /* padding: 12px 18px; */
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  list-style: none;
  font-size: 0.9em;
}

.tree li:first-child {
  border-radius: 3px 3px 0 0;
}

.tree li:last-child {
  border-radius: 0 0 3px 3px;
}

.tree .active,
.active li {
  background: #efefef;
}

.tree label {
  cursor: pointer;
  font-size:0.9em;
}

.tree input[type=checkbox] {
  margin: -2px 6px 0 0px;
}

.has > label {
  color: #000;
}

ul.tree > li > label{
  color: #485fc7 !important;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;    
}

.loader-wrapper .loader{
  width: 5em;
  height: 5em;
}

.loader-wrapper.is-active{
  opacity: 1;
  z-index: 1 !important;
}

.iconBlackCircle{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.75em;
  color: #fff;
  font-weight:bolder;
  background-color: #363636 ;
  display:inline-block;
  text-align:center;
}

#treegrid td p, span.fancytree-node{
  overflow: hidden;
  position: relative;
  max-height: 6em;
  max-width: 15em;
  min-width: 10em;
  text-align: left;
  padding: 0.2em;
  word-break: break-all;
}

span.fancytree-node, #treegrid td:nth-child(4) p,  #treegrid td:nth-child(5) p{
  min-width: 18vw;
}
tr.fancytree-ico-c .fancytree-expander, tr.fancytree-ico-c .fancytree-icon{
  display:none;
}

.table .columns:not(:last-child){
  margin-bottom: 0;
}

/* #tableWrapper {
  width: 100%;
  position: relative;
} */


span.markYellow {
  background: yellow;
  color: black;
}

span.markBlue {
  background: blue;
  color: white;
}

#treegrid thead{
  cursor: pointer;
}

#treegrid thead th{
  background-color: #eff2dc;
  margin-left: 10px;
  margin-right: 10px;
}

#treegrid thead td{
  padding: 10px;
}

#treegrid tr:nth-child(even) {background: #fafafa}
#treegrid tr:nth-child(odd) {background: #FFF}

#modal, #modal-confirmDelete, #modal-confirmRestorem{
  font-size:0.8em;
  max-width: 650px;
}

#actions-area, #labelling-area, #actions-area label.radio{
  font-size:0.8em !important;
}

.mdi-19px.mdi-set, .mdi-19px.mdi::before{
  font-size: 19px;
}

#userImageA{
  font-size:0.9em;
  margin-top: -3px;
}

#userImageA img{
  width: 35px;
  height: 35px;
}


@media (max-width:767px) {

  #wrapper {
      padding-left: 0;
  }

  #sidebar-wrapper {
      left: 0;
  }

  #wrapper.active {
      position: relative;
      left: 250px;
  }

  #wrapper.active #sidebar-wrapper {
      left: 250px;
      width: 250px;
      transition: all 0.4s ease 0s;
  }

  #menu-toggle-left, #menu-toggle-right {
      display: inline-block;
  }
}

/* ================================================ */
/* Responsive - Media queries                       */
/* Based on:                                        */
/* http://lab.maltewassermann.com/viewport-resizer/ */
/* ================================================ */


/* ============================================== */
/* HDTV                                           */
/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

  }
  
  /* ============================================== */
  /* Widescreen                                     */
  /*                                       1280x800 */
  /* ============================================== */
  @media screen and (min-width: 800px) and (max-width: 1280px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
    
  }
  
  /* ============================================== */
  /* Twitter Bootstrap                              */
  /*                                       980x     */
  /* ============================================== */
  @media screen and (min-width: 980px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  }
  
  /* ============================================== */
  /* Twitter Bootstrap                              */
  /*                                       x979     */
  /* ============================================== */
  @media screen and (max-width: 979px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
   
  /* ============================================== */
  /* iPad Landscape & Portrait                      */
  /*                                       1024x768 */
  /* ============================================== */
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

  }
  
  /* ============================================== */
  /* iPad Landscape                                 */
  /*                                       1024x768 */
  /* ============================================== */
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

  }
  
  /* ============================================== */
  /* iPad Portrait                                  */
  /*                                       768x1024 */
  /* ============================================== */
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
  
  /* ============================================== */
  /* Small Tablet Landscape/Portrait                */
  /*                                        800x600 */
  /* ============================================== */
  @media screen and (min-width: 600px) and (max-width: 800px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
 
  }
  
  
  /* ============================================== */
  /* iPhone5/Android landscape (& narrow browser)   */
  /*                                        568x320 */
  /* ============================================== */
  @media screen and (min-width: 320px) and (max-width:568px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
  
  /* ============================================== */
  /* iPhone4/Android landscape (& narrow browser)   */
  /*                                        480x320 */
  /* ============================================== */
  @media screen and (min-width: 320px) and (max-width:480px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
  
  /* ============================================== */
  /* iPhone4/Android portrait               320x480 */
  /* iPhone5 portrait                       320x568 */
  /* ============================================== */
  @media screen and (max-width:320px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
  
  /* ============================================== */
  /* Smaller devices                                */
  /* Android Landscape                      320x240 */
  /* ============================================== */
  @media screen and (min-width:240px) and (max-width:320px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
  
  }
  
  /* ============================================== */
  /* Smaller devices                                */
  /* Android Portrait                       240x320 */
  /* ============================================== */
  @media screen and (max-width:240px) {
  /* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

  }
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .btn {
    border: 2px solid gray;
    color: gray;
    /* background-color: white; */
    /* padding: 8px 20px; */
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /* font-size: 20px; */
    /* font-weight: bold; */
}
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .expire {
    color: red;
    font-size: 8px;
  }