html, body {
  position: relative;
  height: 100%;
  width: 100%;
}

#userMenuNameContainer {
  height: 100%;
  display: table;
  position: relative;
  float: right;
  padding-right: 1rem;
}

#userMenuNameContainer > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

#user-menu-options {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#user-menu-options li {
  padding-left: 1rem;
  padding-right: 1rem;
}

#user-menu-options li:hover {
  background-color: rgba(0,0,0,0.03);
}

#userMenuNameContainer > div > i.fa-chevron-down {
  font-size: 0.7rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}

.cg-blueprint {
  display: none !important;
}

#offCanvasLeftSidemenu li {
  display: none;
}

#offCanvasLeftSidemenu li a {
  font-weight: 450;
}

/*For sweet alert*/
.hidden-input {
	visibility: hidden !important;
	height: 0px !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	border: 0px !important;
	display:none !important;
}

.swal2-buttonswrapper.swal2-loading::after {
  visibility: hidden !important;
}

.no-shared-access {
  display: none !important;
}

/* Prevents elements stacking up on page resize */
ul#userMenu {
  max-height: 70px;
}

ul#userMenu > li.user-menu-item {
  min-width: 100px;
  text-align: right;
}

ul#userMenu > li.user-menu-item li {
  text-align: center;
}

i.mdi-navigation-menu {
  cursor: pointer;
}

i.mdi-navigation-menu:hover {
  color: #00b96e;
}

div.croogloo-toast.body-attached {
  margin-top: 75px;
}

.no-text-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.swal2-justified {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.swal2-justified #swal2-content {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.swal2-popup .swal2-select {
  font-size: .9375rem !important;
  padding-right: 7% !important;
}

div.croogloo-toast.error-toast {
  color: lightcoral !important;
}

a.more-details-msg {
	color: lightblue !important;
	cursor: pointer;
}

a.more-details-msg:hover {
	text-decoration: underline !important;
	opacity: 0.7 !important;
}

#helpPopup {
  text-align: center;
}

#helpPopup div.doc-link {
  display: inline;
  margin: 8px 14px 0px 14px;
  font-size: 15px;
}

#helpPopup div.doc-link > a {
  text-decoration: underline;
}

#helpPopup div.result-container {
  border-bottom: 1px solid darkgray;
}

#helpPopup div.title {
  font-weight: bold;
  cursor: pointer;
  text-align: left;
}

#helpPopup div.description {
  text-align: justify;
  font-size: 0.9rem;
}

#helpPopup div.description img {
  clear: both;
  margin-bottom: 10px;
  cursor: zoom-in;
}

div.enlarged-pic {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 90px;
  z-index: 1000;
  text-align: center;
}

div.enlarged-pic > img {
  outline: 3px solid black;
}

div.doc-overlay {
  z-index: 950;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.4;
}

.dropdown-pane {
  z-index: 10000;
  max-height: 75%;
  overflow-y: auto;
}

div.doc-src-title {
  font-size: 12px;
  letter-spacing: 4px;
  background-color: #f5f5f5;
  padding: 4px 0px;
  border-radius: 15px;
  margin-bottom: 5px;
}

a#helpMenuBtn {
  border-radius: 50%;
  border-color: #0CC265;
  border-style: solid;
  width: 40px;
  display: block;
  padding: 5px; 
}

#helpMenuBtn > img:hover {
  opacity: 0.5;
}

#helpPopup .no-result-span {
  color: lightgray;
  padding-bottom: 10px;
  display: none;
}

#notification-counter > img:hover {
  opacity: 0.5;
}

a#notification-counter {
  border-radius: 50%;
  border-color: #0CC265;
  border-style: solid;
  width: 40px;
  display: block;
  padding: 5px;
}

#uploadMenuBtn > img:hover {
  opacity: 0.5;
}

a#uploadMenuBtn {
  border-radius: 50%;
  border-color: #0CC265;
  border-style: solid;
  width: 40px;
  display: block;
  padding: 5px;
}

#contactMenuBtn > img:hover {
  opacity: 0.5;
}

a#contactMenuBtn {
  border-radius: 50%;
  border-color: #0CC265;
  border-style: solid;
  width: 40px;
  display: block;
  padding: 5px;
}

.button.success.filled-btn {
  color:#fefefe !important;
}

#serviceTitle {
  visibility: visible;
  padding: 4px 15px;
  color: brown;
  text-align: center;
  margin-top: 6px;
  font-weight: bold;
  font-size: 1.05rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.swal2-progresscircle, .swal2-progressline {
  background-color: #13C46A !important;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  opacity: 0.6 !important;
}

#trialBar {
  background-color: red;
  position: absolute;
  bottom: calc(-1.5rem - 4px);
  left: 0;
  width: 100%;
  height: 1.5rem;
  opacity: 0.5;
  color: white;
  text-align: center;
  z-index: 10;
}

#trialBar > div {
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
  font-size: 0.8rem;
}

#trialBar > div > span {
  cursor: pointer;
}

#trialBar > div > span:hover {
  text-decoration: underline;
  opacity: 0.5;
}

#planSelection {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#duplicateFileFolderLink:hover {
  text-decoration: underline;
}

/* The 3 rules below are important for loading screens */

#main {
  position: relative !important;
  overflow: auto;
}

a:focus {
  outline: none;
}

.main-content-transform {
  /* margin-left: 50px; */
  margin-left: 7.375rem;
}

.show-menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  justify-content: space-around;
  position: fixed;
  top: 0;
  bottom: 0;
  margin-top: 4.8125rem;
  background: #166f3a;
  /* width: 50px; */
  width: 7.375rem;
  /* 2.4375rem; + 1rem + 3.9375rem */
  z-index: 11;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  /* opacity at 1 since menu opens on hover */
  opacity: 1; 
  -webkit-transition: opacity .65s ease-in-out;
  -moz-transition: opacity .65s ease-in-out;
  -ms-transition: opacity .65s ease-in-out;
  -o-transition: opacity .65s ease-in-out;
  transition: opacity .65s ease-in-out;
}

.show-menu-button:hover {
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  #userMenu li:not(.user-menu-item) {
    display: none;
  }
  #userMenu {
    min-width: 200px !important;
  }
}

#footer {
  z-index: /*20001*/ 1060; /* MUST BE HIGHER THAN .screen-overlay */
}

.no-scroll, .no-scroll *:not(#offCanvasLeftSidemenu):not(#main) {
  overflow: hidden !important;
}

/* The 3 rules above are important for loading screens */

/* Page menu scroll bar

#offCanvasLeftSidemenu::-webkit-scrollbar {
  width: 14px;
}

#offCanvasLeftSidemenu::-webkit-scrollbar-thumb {
  border-radius: 12px;
  box-shadow: inset 0px 0px 10px gray;
}

*/

#offCanvasLeftSidemenu::-webkit-scrollbar-track {
  border-radius: 12px;
  box-shadow: inset 0px 0px 10px gray;
}

/* TUTORIAL VIDEO OVERLAY */

#tutorialVideoContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 10000;
  overflow: auto;
}

#videoPlayerContainer {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	position: relative;
}

#videoPlayer {
	display: table-cell;
	vertical-align: middle;
}

#videoPlayer > video {
	height: 40%;
}

div#playlist {
	background-color: rgba(0,0,0,0.3);
	width: 300px;
	display: inline-block;
	border-bottom-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

.visible-playlist {
  animation: fadein;
  animation-duration: 0.4s;
  display: inline-block !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

div#playlist > ul {
	position: absolute;
	margin: 32px 0 0 32px;
	color: #fafafa;
	font-size: 1.2rem;
	overflow-y: hidden;
	overflow-y: auto;
	width: 240px;
}

div#playlist > ul > li {
	cursor: pointer;
}

div#playlist > ul > li:hover {
	color: #00b96e;
}

/* div#playlist > ul::-webkit-scrollbar {
  width: 14px;
}

div#playlist > ul::-webkit-scrollbar-thumb {
  border-radius: 12px;
  box-shadow: inset 0px 0px 10px gray;
}

div#playlist > ul::-webkit-scrollbar-track {
  border-radius: 12px;
  box-shadow: inset 0px 0px 10px gray;
}

*/

#offCanvasLeftSidemenu.loading-phase {
  max-width: 0 !important;
}

#offCanvasLeftSidemenu{
  min-height: 100%;
  min-height: -webkit-fill-available;
  min-height: -moz-fill-available;
  min-height: fill-available;
}

#main.loading-phase {
  width: 100vw !important;
  height: 100vh !important;
  margin-left: 0 !important;
}

body.loading-phase .swal2-container {
  z-index: 100002;
}

div.wm-notif-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.wm-notif-content {
  font-size: 0.9rem;
}

div.wm-notif-content > a {
  text-decoration: underline;
}

body.swal2-toast-shown > .swal2-container.swal2-top-start,
body.swal2-toast-shown > .swal2-container.swal2-top-end {
  top: 80px !important;
}

#wrapSupportLink {
  cursor: pointer;
  color: #00b96e;
}

#wrapSupportLink:hover {
  text-decoration: underline;
}

.swal-white-font * {
	color: white !important;
	font-weight: bold !important;
}

.cg-swal-radio * {
	font-size: 0.9rem !important;
	cursor: pointer;
}

/* upload folder tree */
#folderTreeContainer {
	text-align: left;
	padding: 5px 0px 5px 40px;
}

.swal2-progresssteps {
	z-index:0;
	margin-top: 20px;
}

.swal2-header {
	margin-bottom: 20px;
}

.paragraph , .numInvite , .name{
	margin-top: 40px;
	color:black;
	font-weight: bolder;
}

.name {
	font-size:large;
  text-align: justify;
}

.chooseSecurityGroupTable td {
	border-style:hidden;
}

.chosen-results , .active-result , .chosen-choices {
  text-align: justify;
}

.swal2-progresssteps {
  z-index: 0;
}
