/* Archive Version */
.archive-container {
  padding-left: 0px;
}

.archive-container input[type=checkbox] {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}

/* .table-row .archive-versioned1{
  color: #4caf50a8;
} */
.archive-versioned {
  background: rgba(235, 224, 172, 1) !important;
}

.spacer {
  padding: 0 19px;
}

.archive-name {
  position: absolute;
  right: 0
}

/* Delete User*/
#deleteUser .close span:nth-child(1) {
  cursor: pointer;
}

/* Add Thumbnail */
.input-file-container {
  position: relative;
}

.input-file-trigger {
  display: inline-block;
  padding: 0 10px;
  background: #dce4ec;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  line-height: 40px;
}

.input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.input-file:hover+.input-file-trigger,
.input-file:focus+.input-file-trigger,
.input-file-trigger:hover {
  background: #34495e;
  color: #FFFFFF;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 1em 0;
}

.file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}

.file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

.upload-button-wrapper button {
  background-color: #6daae6;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: 20px;
}

.upload-button-wrapper i {
  font-size: 20px;
}

.upload-button-wrapper .fa-check,
.fa-spinner.fa-spin {
  color: #00afa9;
  margin-right: 10px;
}

.upload-button-wrapper .uploading-done,
.progress-spin {
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 20px;
}

/* Add Parent Product */
.select-wrapper .select2-container {
  width: 100% !important;
}

.select-wrapper label {
  margin-bottom: 10px;
}

.select-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Multi Language Video */

@media not all and (min-resolution:.001dpcm) {
  @media {
    .safari-width {
      width: 18%;
    }
  }
}


.error_container {
  display: flex;
}

.error_container_msg {
  padding: 0px 4px !important;
  width: 122px;
}

.error_container .error-msg {
  white-space: normal;
  background: 0 0 !important;
  color: red;
  margin-top: 0 !important;
}

/*  */

/* Custom-modal */
.notify_span {
  margin-left: 3px;
}

.fa-check-circle {
  color: #fff !important;
  margin-right: 8px !important;
  font-size: 18px;
  vertical-align: top;
}

.fa-close.no {
  color: #fff !important;
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  cursor: pointer !important;
  opacity: 0.8;
}

.fa-close.no:hover {
  opacity: 1;
}

.custom-modal .modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto !important;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.custom-modal .fade {
  opacity: 1;
}

.custom-modal .modal-dialog {
  width: 745px;
  margin: 5% auto;
}

.custom-modal .custom-background {
  background-color: #1f1d1d9c;
}

.custom-select2 .select2-container {
  z-index: 0 !important;
}

.select2-container {
  z-index: 9999 !important;
}

/* Custom-modal */

/* Scroll To Top */
.back-top-div .angle-background {
  position: fixed;
  bottom: 50px;
  right: 53px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  z-index: 99999 !important;
}

.back-top-div .angle-background div {
  position: absolute;
  left: 25%;
  top: 4%;
  font-size: 40px;
}

.back-top-div .angle-background {
  right: 20px;
}

/* Scroll To Top */

/* Custom Tag Component */
.tags-input {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 95px;
  width: 100%;
  padding: 0 8px;
  border: 1px solid #e4e4e9;
  border-radius: 0px;
}

.input-text input {
  flex: 1;
  border: 0 !important;
  height: 46px;
  font-size: 14px;
  padding: 4px 0 0 0;
  outline: 0px transparent !important;
  margin-left: 8px;
  width: 100%;
}

.input-text {
  width: 100%;
}

#tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 8px 0 0 0;
}

.tag {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfedf2;
  color: #255a9e !important;
  border-radius: 0px;
  font-size: 14px;
  padding: 2px 5px;
  margin-right: 10px;
  margin: 4px;
}

.tag-title {
  margin-top: 3px;
}

.tag-close-icon {
  width: 16px;
  height: 16px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  margin-left: 8px;
  color: #a5bddb;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
}

.tag-close-icon:hover {
  color: #0052cc;
}

/* .err {
  position: relative;
} */
.tags-err {
  width: 100%;
  text-align: left;
  display: block;
  color: red;
  background: transparent !important;
  padding: 8px 0 !important;
  margin-top: 0px !important;
  position: unset !important;
  font-size: 15px !important;
}

/* Custom Tag Component */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #545454;
  font-family: "helvetica";
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fa-check-circle {
  color: #45bf55;
  font-size: 18px;
  vertical-align: top;
}

.file-name {
  font-size: 14px;
  color: #545454;
  margin-bottom: 5px;
  display: block;
}

.sucess-msg {
  display: block;
  font-size: 12px;
}

.notification-box {
  overflow: auto;
  max-height: 130px;
}

.notification-box li {
  float: none !important;
  margin: 15px 10px;
}

.single-msg {
  display: inline-block;
  width: 200px;
}

.cancel-button {
  color: #545454;
  background-color: #dfedf2;
  font-size: 12px;
  padding: 6px 13px 2px;
}

.cancel-button:hover {
  color: #45484b;
}

.fa-times {
  margin-left: 5px;
}

.pofile-wrapper {
  display: none;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 70px;
  right: 30px;
  min-width: 185px;
  box-shadow: 0 0 15px #959595;
}

.pofile-wrapper:before {
  position: absolute;
  right: 25px;
  top: -10px;
  width: 5.71%;
  height: 42px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.profile-section,
.portal-group {
  z-index: 999;
  position: relative;
}

.profile-section a {
  font-size: 14px;
  color: #45484b;
  display: block;
  padding: 13px 25px;
}

.profile-section a:hover {
  background: #f0f2f3;
}

.fa-user,
.fa-sign-in {
  font-size: 16px;
  color: #255a9e;
  margin-right: 10px;
}

/*navigation bar*/
.navigation-wrapper {
  height: 60px;
}

.top-navigation .container-fluid {
  padding-right: 0;
}

.top-navigation {
  background-color: #273240;
  height: 60px;
  margin: 0;
  z-index: 999999;
}

.right-menu,
.current-folder-breadcrumb {
  list-style-type: none;
  margin: 0;
}

.current-folder-breadcrumb .title {
  color: #255a9e;
  font-family: "helvetica-bold";
  font-size: 16px;
  margin: 15px 0;
}

.right-menu>li {
  float: left;
}

.header-logo {
  display: inline-block;
}

.site-logo {
  display: block;
  margin-top: 20px;
}

.profile-button {
  display: block;
  background-color: #4a5d76;
  padding: 11px 9px 10px;
}

.full-name {
  color: #fff;
  font-size: 14px;
  margin: 20px 18px;
}

.bell-wrapper {
  display: block;
  margin: 20px 15px 19px;
}

.bell-wrapper .fa-bell {
  color: #fff;
  font-size: 17px;
}

.menu-bar {
  display: block;
  padding: 20px 21px;
}

.menu-bar:hover {
  background: #2f3d4e;
}

.main-container {
  height: calc(100% - 60px);
  min-height: 400px;
}

.left-sidebar {
  display: table-cell;
  /*float: left;*/
  height: 100%;
  width: 200px;
  box-sizing: border-box;
}

.border-right-1px-gray {
  border-right: 1px solid #e4e4e4;
}

.border-bottom-1px-gray {
  border-bottom: 1px solid #e4e4e4;
}

.current-folder-navigation {
  display: table;
  width: 100%;
  background-color: #f7f7f7;
  height: 52px;
  box-shadow: 0px 3px 3px #f2f2f2;
  /*position: relative;*/
}

.current-folder {
  /*overflow: hidden;*/
  width: calc(100% - 200px);
  display: table-cell;
  /*float: left;*/
  height: 100%;
  padding-right: 25px;
}

.current-folder-breadcrumb {
  display: inline-block;
  padding-left: 20px;
  height: 100%;
}

.current-folder-breadcrumb li:first-child {
  /*margin-right: 10px;*/
  margin-right: 0;
}

.back-button,
.home-button {
  margin: 15px 10px;
  display: block;
}

.doc-site-breacum-wrapper .back-button {
  margin: 15px 10px !important;
}

.doc-site-breacum-wrapper .current-folder-breadcrumb .manage-home-button {
  margin: -3px 10px !important;
}

.doc-site-breacum-wrapper .manage-home-button i {
  font-size: 16px;
  color: #6d6e70;
}

.home-button span {
  font-size: 16px;
  color: #6d6e70;
}

.font-blue {
  color: #255a9e;
}

.folder-nav {
  display: block;
  font-size: 16px;
  margin: 15px 5px;
}

.doc-site-breacum-wrapper .folder-nav {
  margin: 15px 5px;
}

.not-last-folder {
  text-decoration: none;
}

.not-last-folder:hover {
  text-decoration: none;
}

.left-angle-icon {
  display: block;
  margin: 19px 0 0;
}

.doc-site-breacum-wrapper .left-angle-icon {
  margin: 18px 0 0 !important;
}

.fa-chevron-right {
  /*color: #d3d3d3;*/
  color: #999;
  font-size: 13px;
  margin-left: 5px;
}

.copy-path {
  margin: 10px 0 10px 20px;
  display: block;
  float: left;
  padding: 8px 9px 6px;
  border-radius: 2px;
  color: #6d6e70;
  background-color: #e7e9ea;
}

.copy-path:hover {
  color: #545454;
}

.right-submenu ul {
  list-style-type: none;
}

.right-menu {
  position: relative;
}

.submenu-button {
  color: #6d6e70;
  display: block;
  font-size: 17px;
  margin: 15px;
}

.submenu-button:hover {
  color: #545454;
}

.notification-wrapper {
  display: none;
  border-radius: 4px;
  padding: 10px 0px 10px 10px;
  background-color: #fff;
  width: 340px;
  top: 75px;
  min-height: 175px;
  position: absolute;
  left: -280px;
  box-shadow: 0 0 15px #959595;
}

.notification-title {
  font-size: 14px;
  border-bottom: 1px solid #e3e5e6;
  padding: 0 10px 5px;
}

.notification-wrapper:before {
  position: absolute;
  right: 35px;
  top: -10px;
  width: 5.71%;
  height: 42px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.setting-dropdown {
  display: none;
  background: #fff;
  position: absolute;
  width: 210px;
  /*right: 20px;*/
  /*top: 65px;*/
  right: 1.5%;
  top: 105px;
  box-shadow: 0 0 15px #959595;
  z-index: 999999;
}

.setting-dropdown:before {
  position: absolute;
  right: 31px;
  top: -10px;
  width: 5.71%;
  height: 42px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.setting-list {
  position: relative;
  z-index: 9999;
}

.setting-list a {
  font-size: 14px;
  color: #45484b;
  display: block;
  padding: 13px 25px;
}

.setting-list a:hover {
  background: #f7f7f7;
}

.portal-dropdown {
  display: none;
  background: #fff;
  position: absolute;
  width: 340px;
  left: -290px;
  top: 70px;
  border-radius: 3px;
  box-shadow: 0 0 15px #959595;
  z-index: 999;
}

.portal-dropdown:before {
  position: absolute;
  right: 20px;
  top: -9.51px;
  width: 5.71%;
  height: 42px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.portal-group li a {
  display: block;
  padding: 16px 10px 16px 20px;
}

.portal-group li a:hover {
  background: #4a5d76;
}

.fa-eye,
.fa-users,
.setting-list .fa-file-text,
.fa-link,
.user-domain {
  color: #255a9e;
  font-size: 16px;
  margin-right: 10px;
}

.fa-check {
  color: #fff;
  font-size: 18px;
}

/*left side css*/
.new-button-box {
  color: #45484b;
  position: relative;
}

.new-button-box .new-folder a {
  color: #45484b;
  font-size: 14px;
  display: block;
  padding: 13px 25px;
  text-align: left;
  border-radius: 4px;
}

.new-button-box .new-folder:first-child a,
.profile-section li:first-child a {
  border-bottom: 1px solid #e3e5e6;
}

.new-button-box .new-folder a:hover {
  background: #f0f2f3;
}

.new-button-popup {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 9999;
  left: 75px;
  top: 50px;
  width: 190px;
  border-radius: 3px;
  box-shadow: 0 0 15px #959595;
}

.new-button-popup:before {
  position: absolute;
  top: -10px;
  width: 7.71%;
  left: 10px;
  height: 33px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
  overflow: hidden;
  z-index: -1;
}

.sidebar-section {
  margin-top: 10px;
}

.new-button {
  display: inline-block;
  margin: auto;
  background-color: #a462ac;
  padding: 8px 66px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 2px;
}

.new-button:hover,
.new-button:focus,
.new-button:visited {
  color: #fff;
}

.new-button-box {
  margin-bottom: 20px;
}

.select-folder {
  padding-top: 20px;
}

.folders-button {
  font-size: 16px;
  color: #45484b;
  display: block;
  height: 52px;
  padding: 15px 0;
  border-left: 5px solid #fff;
}

.folders-button:last-child {
  padding: 13px 0;
}

.folders-button:first-child img {
  vertical-align: top;
}

.folders-button img {
  margin-left: 15px;
  margin-right: 20px;
  vertical-align: middle;
}

.disabled {
  background-color: #f0f2f3;
  border-left: 5px solid #255a9e;
  cursor: default;
  pointer-events: none;
}

.folders-button:hover {
  border-left: 5px solid #255a9e;
}

/*body section*/
.body-section {
  /*height: calc(100% - 115px);*/
  height: 100%;
  min-height: 400px;
  display: table;
  width: 100%;
}

#angular-fileman-container,
.main-page {
  height: 100%;
  min-height: 400px;
}

.main-body {
  height: 100%;
  /*float: left;*/
  padding: 15px 25px;
  width: calc(100% - 205px);
  margin-left: -1px;
  display: table-cell;
}

.search-text {
  display: inline-block;
  width: calc(100% - 35px);
  border: none;
  outline: none;
  font-size: 14px;
  padding: 10px 0;
}

.fa-search {
  font-size: 16px;
  color: #6d6e70;
  margin-right: 15px;
}

.main-navigation {
  margin-bottom: 15px;
}

.table-heading {
  background-color: #f7f7f7;
  font-size: 13px;
  padding: 7px 0 5px;
}

.table-body {
  font-size: 16px;
  color: #45484b;
  position: relative;
}

.table-body .table-row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-body .row-data-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table-body .doc-lang {
  z-index: 1;
  top: 75%;
  /* padding-left: 9%; */
  padding-left: 20.5%;
}

.table-row:hover {
  background-color: rgba(240, 242, 243, 0.9);
}

.table-body .col-heading {
  padding: 9px 15px;
}

.fa-folder,
.fa-file-archive-o,
.fa-file-text,
.fa-upload {
  color: #255a9e;
  margin-right: 5px;
}

/* css for right click menu*/
.dropdown-menu.dropdown-right-click {
  background: #fff;
  border: none;
  width: 165px;
  margin: 0;
  padding: 0;
}

.dropdown-menu.dropdown-right-click>li>a {
  font-size: 14px;
  padding: 14px 25px 11px;
}

.dropdown-menu.dropdown-right-click .divider {
  margin: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #f7f7f7;
}

/*grid view css*/
.folder-title,
.files-title {
  font-size: 13px;
  padding: 9px 20px 5px;
  background: #f7f7f7;
}

.folder-single {
  margin: 20px 20px 0 0;
  background: #f0f2f3;
  border-radius: 1px;
}

.folder-single a {
  border: 1px solid #d8d8d8;
  display: block;
  color: #545454;
  font-size: 16px;
  padding: 14px;
  width: 210px;
}

.folder-single a:hover {
  color: #fff;
  background: #255a9e;
  border: 1px solid #255a9e;
}

.folder-single a:hover .fa-folder {
  color: #fff;
}

.folder-single .fa-folder {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.files-title {
  margin-top: 40px;
}

.files-single {
  margin: 20px 20px 0 0;
}

.files-single a {
  border: 1px solid #d8d8d8;
  display: block;
  color: #545454;
  font-size: 16px;
  padding-top: 28px;
  text-align: center;
  width: 210px;
}

.files-single a:hover .files-name {
  background: #255a9e;
  color: #fff;
}

.files-single .fa-file-archive-o,
.files-single .fa-file-text {
  font-size: 40px;
}

.files-single .files-name {
  background: #f0f2f3;
  display: block;
  padding: 15px;
  margin-top: 28px;
}

.ui-widget-content {
  z-index: 9999999 !important;
}

/*css for copy to clipboard*/
.copied_message,
.hover-effect-copytoclipboard {
  background: #deeef2;
  color: #255a9e;
  border-radius: 2px;
  border: 1px solid #6baafc;
  font-size: 12px;
  padding: 7px 20px 6px;
  display: none;
}

.copied_message:hover {
  color: #255a9e;
}

.copied_message .fa-clipboard {
  margin-right: 5px;
}

@-moz-document url-prefix() {
  input {
    border: 2px solid rgb(238, 238, 238);
  }

  .toggle-wrapper {
    vertical-align: top;
  }
}

.draft-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.custom-path-head {
  position: relative;
}

.custom-path-col {
  position: absolute;
  text-align: center;
  background: #ec3b47;
  color: #fff;
  top: 0;
  right: 20px;
  width: 133px;
  bottom: 0;
  font-size: 14px;
  padding: 5px;
}

.custom-path-col:hover,
.custom-path-col:visited {
  color: #fff;
}

select.version-dropdown {
  background: transparent;
  width: 70px;
  height: 20px;
  margin-right: -30px;
  border: 1px solid #ccc;
  margin-left: 15px;
  padding-left: 5px;
}


.modal .description-chr-count {
  font-size: 11px;
}

.modal .modal-description-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}




.no-suggestions {
  color: #999;
  padding: 0.5rem;
}

.suggestions {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 250px;
  overflow-y: auto;
  padding-left: 0;
  width: 100%;
}

.suggestions li {
  padding: 0.5rem;
  font-size: 14px;
}

.suggestion-active,
.suggestions li:hover {
  background-color: #3f95bf;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

.suggestions li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}

.unzip-stag-div {
  display: flex;
  gap: 20px;
  align-self: baseline;
}

.unzip-stag-input {
  width: 70%;
}

.unzip-stag-input input {
  font-size: 16px;
  color: #959595;
  border: 1px solid #ccc;
  padding: 0.5rem;
  width: 100%;
}

.unzip-stag-btn{

  background: #a462ac;
  border: 0;
  border-radius: 2px!important;
  padding: 5px 15px;
  font-size: 16px;  
  color: #fff;
  height: fit-content;
}

.unzip-stag-btn.disabled{
 opacity: 0.5;
 pointer-events: none;  
}

.unzip-stag-title {
  margin-top: 20px;
  font-size: 14px;
  color: #545454;
  font-weight: 400;
}

.unzip-stag-title span{
  margin-top: 20px;
  font-size: 13px;
  color: #807e7e;
  font-weight: 400;
}
em.green{
  color: green;
}

em.red{
  color: red;
}