html,body{height: 100%;width: 100%;overflow: hidden}

/* Hide the scrollbar */
::-webkit-scrollbar {
    width: 0.5em; /* Adjust the width as needed */
    height: 0.5em;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; /* Set the track color to transparent */
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: transparent; /* Set the handle color to transparent */
  }

  [contenteditable=true]:empty:not(:focus):before {
    content: attr(placeholder);
    color: grey;
    font-style: italic;
  }

#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: #1d2129;
    text-decoration: none;
    transition: all 0.3s;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    color: #1d2129;
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.overlay1 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1998;top: 0;min-width: 300px;
   
}
.overlay1 .jc-sb {
    display: flex;align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
}


/* loding overlay */
.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
  }
  
  .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;  
  }
  
  .inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
  }
  
  .inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
  }
  
  .inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
  }
  
  @keyframes rotate-one {
    0% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-two {
    0% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
  }
  
  @keyframes rotate-three {
    0% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
  }

/* end of loding overlay */

#sidebar .sidebar-header {
    display: none;
}
#sidebar .sidebar-header h1{
   font-size: 1.1em;letter-spacing: 1px;margin-top: -5px;color: white;font-weight: bold
}
.s-quote{
   font-size: 0.6em;margin-top: 5px;margin: 0px;color: wheat;
}

 #sidebar ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
    border-left: 3px solid #e9ebee;
}
#sidebar ul li a:hover {
    border-left: 3px solid #009688;
    
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    border-left: 3px solid #009688;
    color: #FBFBFD;
    
}
#sidebar ul li .active>a {
    color: #009688;
}
a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    position: absolute;
    right: 20px;
    font-size: 1em;
}
a[aria-expanded="true"]::before {
    font-family: FontAwesome;
    content: "\f106";
}
ul ul a {
    font-size: 0.7em !important;
    padding-left: 30px !important;
}
/*Botao menu sidebar*/
#sidebarCollapse {
    display: none;
}
#sidebar a {
    color: #F9FAFC;
}

#sidebar {
    margin-left: -300px;
    width: 300px;
    color: #fff;
    background: #009688;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    z-index: 999;
}
#sidebar.active {
    margin-left: 0;
    left: 0;
}
#sidebar .sidebar-header {
    display: block;width: 100%;
   margin-bottom: 10px;padding: 15px 5px 30px 20px;background: #128c7e;
  color: #fff;
}
#sidebar ul li a, #sidebar ul li a:hover, #sidebar ul li.active>a, a[aria-expanded="true"] {
    border-left: none;
}
/*Botao menu sidebar*/
#sidebarCollapse {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 8px;
    margin-left: -10px;
}
#sidebarCollapse span {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
    display: block;
    background: white;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
}
#sidebarCollapse.active .icon-bar+.icon-bar {
    margin-top: 4px;
}
/*retirar*/
body {
    background: #afb2b7
}
#shareapp {
    color:white;font-size: 16px;
}

#bottom-bar {
    background: #128c7e;text-align: center;height: 100px;position: relative
}

#banner-ad {
    background: #128c7e;text-align: center;height: 0
}

#extra-menu {
    background: white;
    text-align: center;
    height: auto;
    position: absolute;
    bottom: 41px;
    width: 100%;
   
}

.em-button {
    color: white;font-size: 22px;text-decoration: none;padding: 1px auto;margin: 0 auto
}

.slider {
  -webkit-appearance: none;
  width: 90%;
  height: 5px;
  background: #000;
  outline: none;
  border: 1px solid lawngreen;
  border-radius: 1px;
}


/* for chrome/safari */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #000;
  cursor: pointer;
  border: 2px solid lawngreen;
  border-radius: 6px;
}

/* for firefox */
.slider::-moz-range-thumb {
  width: 20px;
  height: 60px;
  background: #000;
  cursor: pointer;
  border: 5px solid lawngreen;
  border-radius: 4px;
}

#em_adjust td{
    padding:10px 1px
}

#reset-adjust {
    color: black
}

#pdfDoc {
    
    width: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    top: 0;margin: 1%;
    position: relative;
    background: #fff;
    border: 1px solid #3498db;
    text-align: center;
}

.no-select {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.pdf_settings .left {
    padding-left: 10%;
    width: 40%;color: #004b44
}

.pdf_settings .right {
    width: 50%;
}

.pdf_settings .right, .left {
    display: inline-block;
    text-align: left;
}

.pdf_settings select {
    padding: 5px;
    margin: 5px;
    width: 100px;
}
.pdf_settings input {
    width: 70px;
    padding: 5px;
    margin: 5px;
}

#pdf-settings-apply {
    background-color: #004b44;
    border: none;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .4s;
}

.modal-header{
    color: #004b44;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 2.3em;fill: black;
    overflow: visible;
    padding: 5px;
    margin: 1px 20px
}

#is-save-to-gd {
    border: 2px solid #004b44;margin-right: 10px
}
#em_filter a{
    color: green;font-weight: bold;text-decoration: none;margin: 5px auto;padding: 5px 10px;font-size: 13px;
}

.logo {
    background: white;padding: 3px;border-radius: 7px;margin-left: -15px;margin-right: 10px;margin-top: auto;margin-bottom: auto;float: left
}
.card-footer a{
    font-size: 12px;margin: 0 10px
}

#loader {
    
    position: absolute;
    top: 40%;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.2);
    border-radius: 50%;
    border-top-color: #007bb6;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}


#editorHolder {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 4% 2% 2%;
    overflow-y: auto;
    overflow-x: auto;
}

.imageFit {
    max-height: calc(100% - 50px);
    max-width: 100%;
    transform: scale(1)!important;
}

.image {
    width: auto;
    margin: auto;
    filter: brightness(var(--brightness)) contrast(var(--contrast)) saturate(var(--saturate));
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
    transform-origin: 0 0;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    display: none;
}

.preview {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 8;
    left: 5px;
    top: 5px;display: none;
}
#pageSel {
    display: none;
    text-align: center;
    bottom: 10px;
    width: 100%;
}

.upperToolBar { 
    width: 100%;
    height: 25px;
    padding-bottom: 10px;
    display: none;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row; 
    padding-top: 3px;padding-right: 20px;
}

#dvDoco .upperToolBar { padding-left: 15px; padding-right: 35px;}

.menuBtn {
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    margin: 0 20px
}

#dvDoco .menuBtn{margin: 0}


#em_adjust {
    display: none
}

#em_filter {
    height: 45px;vertical-align: middle;padding:10px 5px;display: none;z-index: 100
}

#em_download {
    height: 40px;vertical-align: middle;display: none
}

#newDocument {
    font-weight: bold;font-size: 20px;border-right: 2px solid white;padding-right: 10px;margin-right: 0px
}

.btn-pressed {
    border: 1px solid green;
   
}



.shadow-50 {
    background: #128c7e;text-align: center;height: 50px;box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}

.disable-select {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
  }


  /*   do  */

  #transparent-wrapper,#transparent-wrapper-main {
    
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    
    z-index: 1001;
    filter: alpha(opacity=35);
}

/*************** Google Login Box ***************/
.winbox {
    max-width: 300px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 20px 10px;
    background: #f0f9d7;
    margin: auto;
    top: 30%;
    position: relative;
    text-align: center;
}

.close-btn{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}


.custom-logo-link {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    font-family: "Open Sans", sans-serif;
    color: rgb(248, 250, 246);
    font-weight: bold;font-size: 1.5em;
}

.button {
    background: #128c7e;
    color: #fff;
    display: inline-block;
    padding: 14px 45px;
    font-size: 15px;
    border: 1px solid #128c7e;
    border-radius: 3px;
    line-height: 1.1;
}
a.button {
    color: #fff;
    display: inline-block;
}
.slider-button {
    font-weight: bold;
    margin-top: 50px!important;
}
 .button:hover {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #f8e804;
}
a {
    color: #128c7e;
    text-decoration: inherit;
}


/*************** NOTIFICATION ******************/
#loading-wrapper {
    width: 100%;
    height: 100%;
    background: #000;
    -moz-opacity: 0.25;
    opacity: .25;
    filter: alpha(opacity=25);
    top: 0;
    left: 0;
    position: absolute;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
}

.status-message,
#status-message {
    border: solid 1px #fbfbd4;
    background: #fbfbd4;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    top: 45%;
    width: 320px;
    position: relative;
    z-index: 1000;
    font-size: 0.9em;
    text-align: center;
}

#error-message {
    border: solid 1px #f2fcb9;
    background: #d83813;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 9999999999;
    max-width: 400px;
    border-radius: 5px;
    display: none;
}

#upload-percentage {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #297ab8;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
    display: none;
}

/*************** END NOTIFICATION ******************/


/***************** MISC ************************/
/* .button {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border: none;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    min-width: 250px;
    min-height: 50px;

} 

.button:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    border: none;
}
*/

.hide {
    display: none;
}
.show {
    display: block;
}

.flash {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes flash {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}


#drive-info {
    height: auto;
    margin: auto;
    width: 100%;
    background: #338daf;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-top: -10px;
}



#menu_title {
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
}

#file_menu,
#folder_menu {
    text-align: center;
    display: none
}

#file_menu button,
#folder_menu button {
    width: 90%;
    margin: 10px;
}

#pc_tree,
#pt_tree,
#fsHolder {
    height: 100%;
    width: 100%;
    display: block;
    overflow: auto;
    
}


.contextualMenu {
    font-size: 15px;
    position: absolute;
    padding: 8px 0;
    background: #fff;
    box-shadow: 1px 1px 10px #999;
    border-radius: 3px;
    margin: 0;
    min-width: 200px;
    list-style: none;
    font-family: 'Roboto', Geneva, Tahoma, sans-serif;
    z-index: 1000;
    top: 200px;
    left: 20px;
    display: none;
}

.contextualMenuItem {
    display: block;
    padding: 10px 8px;
    cursor: default;
    color: #0c0c0e;
}

.contextualMenuItem:hover {
    background: #b4e6ff
}

.contextualMenuItemTitle {
    text-align: left;
    line-height: 16px;
    display: inline-block;
    padding: 0 0 0 7px
}



.contextualMenuSeperator {
    width: 98%;
    height: 1px;
    background-color: #000a0e;
    color: #333;
    border: none
}

.contextualSubMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #CCCBCB;
    box-shadow: inset 0 0 15px #5d5d5d
}

.contextualSubMenu .contextualMenuItem:hover {
    background: #4492d6
}

.titleTp {
    text-align: center;
    font-weight: bold;
    color: cornflowerblue;
    padding: 0 5px 5px;
    border-bottom: 2px double gray;
    margin-bottom: 10px;
    height: 25px
}

.titleTp span {
    float: right;
    padding-right: 10px;
    margin-top: -3px
}

.titleTp div {
    float: left
}

 /************* User Drive Information **************/
 #user-info {
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	margin-bottom: 15px;
}

.user-item {
    padding-bottom: 4px;color:#726f6f;
}
.user-item span{
	margin:10px;
	font-weight: 500;color:darkslategrey;
}


/************* END User Drive Information **************/
button, .button {
    background: #128c7e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 28px;
    
}

.active-btn {
    border: 1px solid #345567;
    background-color: #345567;
    border-radius: 2px;
}



/*notepad*/
#notepad{
    display: none;
}

.notepad {
    width: 100%;
    max-height: calc(100% - 30px);
    overflow: hidden;
  }
  
  
  .paper {
    min-height: 70px;
    width: 100%;
    margin:   10px auto;
    margin-top: 0;
    position: relative;
    background-color: #EAEBE1;
    background-size: 1px 28px;
    line-height: 28px;
    vertical-align: 2px;
    padding: 12px 10px 6px 50px;
    background-clip: border-box;
    background-image: repeating-linear-gradient(transparent, transparent 27px, #009688 27px, #d5c999 100%);
    background-position: 0 6px;
    overflow: scroll;outline: none;
  }

  /*DO_tree*/

  .licon {
    position: relative;
    top: 1px;
    display: inline-block;
   
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0f5132;
  }

  .licon-folder-close:before {
    content: "\f07b";
  }

  .licon-folder-open:before {
    content: "\f07c";
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  :before,
  :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }

  ul ul {
    margin-bottom: 0;
  }

  .tree {

    border-radius: 5px;
    margin: -12px 5px 10px 3px;
    padding: 0;
    list-style: none;
    overflow: scroll;

  }

  .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tree ul {
    margin-left: 1em;
    position: relative;
    width: 100%;
  }

  .tree ul ul {
    margin-left: 2em;
  }

  .tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px dotted #0f5132;
  }

  .tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #212529;
    font-size: 15px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
  }

  .tree ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 0;
    border-top: 1px dotted #0f5132;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: -10px;
  }

  .tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
  }

  .indicator {
    margin-right: 10px;
  }

  .tree .selected {
    background: #D4F4F3;
    display: inline;
    border: dotted 1px gray;
    padding: 2px 5px;
    border-radius: 5px;
  }

  .treeroot{
    font-weight: bold;
  }


  /* folders */
  .nav_folder-path {
    padding: 10px 5px 5px 5px;
}
.nav_folder-path .breadcrumb{
    margin-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    height: 26px;
    display: block;
}

.nav_folder-path .breadcrumb .breadcrumb-item {
            display: inline-block;
            float: none;color: white;font-size: 14px;
        }


.nav_folder-path a[aria-expanded="true"]::before {
    font-family: FontAwesome;
    font-size: 19px;margin-right: -10px;
    content: "\f142";
}

.nav_folder-path a[aria-expanded="false"]::before {
    font-family: FontAwesome;
    font-size: 19px;margin-right: -10px;
    content: "\f142";
}

.folder_node h4{
width: 100%;
text-align: center;
}


  .drive-cv .col, #fsHolder .col{
    width: 220px;
     height: 265px;
     text-align: center;
     padding: 5px;
     margin:5px auto;
     webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
     box-shadow: 0 4px 12px 0 #b9b2b2, 0 4px 7px #bbb7b7;
 }
 
 .drive-cv .card,#fsHolder .card{
     height: 100%
 }
 
 .drive-cv .image-preview, #fsHolder .image-preview {
     text-align: center;
     min-height: 210px;
     max-height: 210px;
     background: rgba(0, 0, 0, 0.2);
     padding: 5px;
     display: flex;
    justify-content: center; 
    align-items: center;
     
 }

  #fsHolder .image-preview p {
    text-align: center;
    min-height: 200px;
    max-height: 200px;
    padding: 5px;
    background-repeat:no-repeat;
background-position:center;
    
}

#fsHolder .image-preview img {
    text-align: center;
    max-width: -webkit-fill-available;
    max-height: 200px;
    padding: 5px;
}
 
 .drive-cv .item-title, #fsHolder .item-title {
     margin-top: 5px;
     max-width: 220px;
     width: 100%;
     text-align: center;
     font-size: 12px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     font-weight: bold;
 }
 
 .drive-cv .file_size ,#fsHolder .file_size{
     
     right: 7px;
     bottom: 0;
     font-size: 10px;
     position: absolute;
     font-weight: bold;
 }
 .drive-cv .time ,#fsHolder .time{
    max-width: 120px;max-height: 15px;
     left: 6px;white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     bottom: 0;
     font-size: 10px;
     position: absolute;
     text-transform: capitalize;
 }

 .selected_file {
    background: gray;
    color: white!important;
 }
 
 .modal-header {
   padding: 0.2rem 1rem;border-bottom: 1px solid black; min-width: 200px 
 }
 #dropdown-file{
     padding-left: 0px
 }
 
 
 
 
 
 .dropify-clear {
     
     position: absolute;
     z-index: 7;
     top: 10px;
     right: 10px;
     background: 0 0;
     border: 2px solid #FFF;
     text-transform: uppercase;
     font-size: 11px;
     padding: 4px 8px;
     color: #afadad;
 }
 #noteMenu,#bottomMenu{
    width: calc(100% - 30px);
    margin-right: -10px;
    margin-top: -12px;
}

#note_tool{
    float: left;
    padding: 5px;
    width: calc(100% - 20px);
height: 40px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;

}

#note_tool i {
    margin: 0 15px;
    padding: 3px;
}

 #runTimeDiv{
    display: none;
 }

 #uploadStatus{
    width: calc(100% - 80px);
    height: 100%;
    padding-left: 0;
    line-height: 50px;
    color:white;

 }

 .grid_item_1 {
    display: grid;
    grid-template-columns: 49% 50%;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.grid_item_1 select{padding: 5px;color: white;background-color: transparent;border: none;
outline: none;font-weight: 500;font-size: 14px;}
.grid_item_1 div{text-align: start;
    margin-top: 4px;font-weight: 500;font-size: 12px;}
.grid_item_1 option{
    color: #128c7e;font-weight: normal;background-color: transparent;
}

.button:disabled,
.button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
#uinfo{margin-top: -5px;margin-bottom: 5px;}
#uinfo span{color:white;font-size: 10px;font-weight: 600;margin: 3px 20px 3px 5px;}

#login-box label {
    /* font-size: 13px; */
    color: dodgerblue;
    font-weight: 500;margin-top: 5px;
}

.btn-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-switch > label.btn-switch-inner{
    margin: 0px;
    width: 200px;
    height: 36px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.btn-switch > label.btn-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    /* font-size: 12px; */
    font-weight: 500;
    top: 6px;
    right: 15px;

}

.btn-switch > label.btn-switch-inner:after{
    content: attr(data-off);
    width: 100px;
    height: 30px;
    line-height: 20px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 4px;
    top: 3px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
}


.btn-switch input[type="checkbox"]{
    cursor: pointer;
    width: 100%;
    height: 36px;
    opacity: 0;
    position: absolute;
    top: 0;left:0;
    z-index: 1;
    margin: 0px;
}

 
.btn-switch input[type="checkbox"]:checked + label.btn-switch-inner:after{
    content: attr(data-on);
    left: 94px;
   
}

.btn-switch input[type="checkbox"]:checked + label.btn-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

#btnNext{
    padding: 9px 50px;
    margin-top: 20px!important;
    min-width: 70%;
    font-weight: bold;
    font-size: 15px;
}

#iOff{
    margin-left: 10px;
    padding: 5px 10px;
    display: none;
    position: absolute;
    right: 30px;
    margin-top: 5px;
    
}
#iOff.offline{
    color: green;
    font-weight: bold;
}

.offline-treenode::after{
    content: "\f0ee";
    margin-left: 5px;font: normal normal normal 14px/1 FontAwesome;
}

.offline-filenode::after{
    content: "\f0ee";
    position: absolute;
    font-size: 50px!important;font: normal normal normal 14px/1 FontAwesome;
}
#bottombar_ad_div{
    min-height: 50px;min-width: 100%;
}
#uploaderDiv{
    display: none;
    width: 100%;
    min-height: 35px;padding: 5px;color: #022902;
    font-weight: 600;
    grid-template-columns: 100px calc(100% - 230px) 80px 40px
}

#ud_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ud_count{
    padding-left: 30px;
}
#ud_count::after {
    content: "\f0ee";
    position: absolute;left: 5px;
    font-size: 25px!important;
    font: normal normal normal 14px/1 FontAwesome;
}
#ud_pause{
padding: 6px;
}

.bbh_140{
    height: 140px !important;
}

/********* TOAST ************/

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }

  .snackbar .rb{
    float: right;
  }
  
  .snackbar.show {
    visibility: visible;
    animation: fade-in 0.5s, fade-out 0.5s 2.5s;
  }
  
  @keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
  }




/********* TEMPORARY************/
/* #transparent-wrapper{display: none;} */




 
  /* FROM DROVE-OORG.HTML 
    922-1001
  */