.scroll-bar-wrap {
  /* width: 300px; */
  position: relative;
  /* margin: 2em auto; */
}
.scroll-box {
  width: 100%;
  /* height: 295px; */
  overflow-y: auto;
}
.scroll-box::-webkit-scrollbar {
  width: .4em;
  /* height: .4em; */
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #607D8B;
}
.cover-bar {
  position: absolute;
  background:#f5f4f6;;
  height: 100%;
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  -webkit-transition: all .5s;
}

.attach-header ul {
  padding-inline-start: 15px;
}
.attach-header ul li {
  display:inline-block;
  float:left;
  vertical-align: top;
  width: 50%;
  padding-right: 58px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-top-0-5-gray-important {
  border-top: 0.5px solid #edecec !important;
}

button.taskFilterDropdown.dropdown-toggle::after {
  content: none;
}

/* button.dropdown-toggle {
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  padding: 2px 0px 0px;
  margin: 0;
} */
button.dropdown-toggle span{
  padding-right: 30px;
  font-size: 17px !important;
}

.comm-table-icon {
  border: 1px solid;
  padding: 2px;
  border-radius: 12px;
  border-style: none;
}
.long-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30vh;
}
.icon-zoom {
  transition: transform .2s;
}
.icon-zoom:hover {
  transform: scale(1.25)
}

/* .card-zoom {
  transition: transform .2s;
} */
.card-zoom:hover {
  background-color: #F5F4F6;
  cursor: pointer;
}

td.checkbox-zoom input {
  transition: transform .2s;
}
td.checkbox-zoom input:hover {
  transform: scale(1.50)
}
.card-comm-draft {
  border-left-width: 0.25rem;
  border-left-color: #e37a25;
  cursor: pointer;
  padding-left: 9px;
}
.card-comm {
  border-left-width: 0.25rem;
  border-left-color: #495A63;
  cursor: pointer;
  padding-left: 9px;
}

.notes {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
/* Style the list */
ul.breadcrumb {
  padding: 12px 6px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  /* padding: 4px; */
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.table-comm td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  /* width: 100px; */
  max-width: 11vh;
}
.table-checkbox {
  width: 4%;
}
.table-icon {
  width: 5%;
}
.tc-l {
  text-align: left !important;
}
.tc-r {
  text-align: right !important;
}
.tc-2 {
  width: 2%;
}
.tc-5 {
  width: 5%;
}
.tc-10 {
  width: 10%;
}
.tc-15 {
  width: 15%;
}
.tc-20 {
  width: 20%;
}
.msg-time {
  font-size: 12px;
  margin-left: 1px;
  margin-right: 1px;
}
.mce-menubtn.mce-fixed-width span {
  width: 60px !important;
}
.Select {
  box-shadow: none;
}

.effort-input {
  display: flex;
  height: 30px;
  position: relative;
}
.effort-input-ext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.effort-input input {
  text-align: center;
  font-size: 14px;
  padding: 6px 3px 3px;
  padding-inline: 6px;
  /* border-radius: 4px; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  flex: 1 1 auto;
}
.effort-input input.leftduration.focused {
  border-color: #455A65
}
.effort-input input.rightduration.focused {
  border-color: #455A65
}
.effort-input .rightduration {
  text-align: left;
  border-left: 0px;
  border-radius: 0px 4px 4px 0px;
}
.effort-input .leftduration {
  text-align: right;
  border-right: 0px;
  border-radius: 4px 0px 0px 4px;
}

.effort-input span.focused {
  background: #fff;
  border-top: 1px solid #455A65;
  border-bottom: 1px solid #455A65;
  line-height: 26px;
}
.effort-input span {
  background: #fff;
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  line-height: 26px;
}

ul.circle-container {
  display: inline-block;
  padding-top: 10px;
}

ul.circle-container:hover {
  overflow-x: auto;
}

ul.circle-container ::-webkit-scrollbar{
  width: 0;
  overflow-x: auto;
}

ul.circle-container > li {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #eeeeee;
  margin: 0 2px;
  display: inline-block;
  color: white;
  position: relative;
  padding: 1.5px;
  margin: 0 4px;
}

ul.circle-container > li > a {
  text-decoration: none;
}

ul.circle-container > button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  line-height: 2.2em;
  border-radius: 20px;
  background: #eeeeee;
  margin: 0 2px;
  display: inline-block;
  color: white;
  position: relative;
  font-size: 18px;
  padding: 2.5px;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

ul.circle-container > button.client {
  width: 35px;
  height: 35px;
  padding: 0.5px;
}

ul.circle-container  >li:first-child::before {
  display: none;
}

ul > li > a.mysigrid-list-link, ul > li > a.mysigrid-list-link:hover {
  text-decoration: none;
  color: #ffffff !important;
}

.login-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.taskDetail {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90%;
}

.wordwrap {
  white-space: normal;      /* Webkit */
  word-break: break-word;      /* IE */
}
.btn:focus {
  box-shadow: none;
}
.ms-btn.active {
  color: #000;
}
.mini.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.card-hidden-richText {
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag-hidden-component {
  max-height: 21px;
  overflow-y: hidden;
}

/* need for empty class style */
.card-show-richText {}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  max-width: 100%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.active-right-pref {
  background-color: #e6e6e682;
  color: #455A65;
}
.active-factbook-border-pref {
  border-bottom: 0.5px solid rgba(0,0,0,.125) !important;
  border-left: 0.5px solid rgba(0,0,0,.125) !important;
}

.active-checklist-border-pref {
  border-bottom: 0.5px solid rgba(0,0,0,.125) !important;
  border-right: 0.5px solid rgba(0,0,0,.125) !important;
}

.close-card.ms-btn:hover {
  background-color: transparent;
}

/* tinymce full screen */
div.mce-fullscreen {
  left: 4% !important;
  top: 7% !important;
  padding-left: 10px;
  padding-top: 10px;
  width: 95% !important;
  z-index: 3000;
}

.pointer-cursor {
  cursor: pointer;
}

.loading {
  font-size: 30px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(15,end) 1000ms infinite;
  animation: ellipsis steps(15,end) 1000ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#607D8B;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bar {
  user-select: none;
  width: 100%;
  display: flex;
  align-items: center;
}

.bar__progress {
  flex: 1;
  border-radius: 5px;
  margin: 0 20px;
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bar__time {
  color: white;
  font-size: 16px;
}

.bar__progress__knob {
  position: relative;
  height: 16px;
  width: 16px;
  border: 1.5px solid white;
  border-radius: 50%;
  background-color: orange;
}

/* Tool Tip */
#tooltip
{
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;

  display: inline-block;
}

#tooltip.right
{
  margin-left: 5px;
}

#tooltip.left
{
  margin-left: -5px;
}

#tooltip.top
{
  margin-top: -5px;
}

#tooltip.bottom
{
  margin-top: 5px;
}

#tooltip .tooltip-arrow
{
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

#tooltip.right .tooltip-arrow
{
  top: 50%;
  left: auto;
  margin-left: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}



#tooltip.top .tooltip-arrow
{
  top: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

#tooltip.left .tooltip-arrow
{
  top: 50%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  right: -5px;
  left: auto;
}

#tooltip.bottom .tooltip-arrow
{
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

#tooltip .tooltip-arrow
{
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-right-color: transparent;
  border-style: solid;
}

#tooltip .tooltip-label
{
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.lsw .header-fixed {
  width: 100%
}

.lsw .header-fixed > thead,
.lsw .header-fixed > tbody,
.lsw .header-fixed > thead > tr,
.lsw .header-fixed  > tbody > tr,
.lsw .header-fixed > thead > tr > th,
.lsw .header-fixed > tbody > tr > td {
  display: block;
}

.lsw .header-fixed > tbody > tr:after,
.lsw .header-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

.lsw .header-fixed > tbody {
  overflow-y: auto;
  height: 83vh;
  max-height: 85vh;
}

.lsw .header-fixed > tbody > tr > td,
.lsw .header-fixed > thead > tr > th {
  width: 33%;
  float: left;
}

.deadline > div.react-datepicker-wrapper {
  width: 100% !important;
}
.deadline > div.react-datepicker-wrapper > div.react-datepicker__input-container {
  width: 100% !important;
}

textarea.preference_form_italic_placeholder:placeholder-shown {
  font-style: italic !important;
}

/* .dropdown-toggle-subscription::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid #0000;
  border-bottom: 0;
  border-left: .3em solid #0000;
} */

/* .notification > div.react-datepicker-popper {
  transform: translate3d(-100px, 28px, 0px) !important;
}

.notification > div.react-datepicker-popper > div.react-datepicker > div.react-datepicker__triangle {
  left: 160px !important;
} */

.task-effort.d-inline-block.right:hover {
  background-color: #cacaca;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.task-list-table tbody > tr {
	transition: background-color 100ms;
}

.task-list-table tbody > tr:last-child {
	border-bottom: none !important;
}

.task-list-table tbody > tr:hover {
	background-color: rgb(248, 248, 248);
}

.task-list-table tbody > tr > td {
	padding: 12px;
}

.task-list-table tbody tr > td p {
	margin: 0;
}

.task-item div.title button.edit,
.task-list-table tbody tr > td.title button.edit {
  opacity: 0
}
.task-item div.title:hover button.edit,
.task-list-table tbody tr > td.title:hover button.edit {
  opacity: 1
}

.task-item div.status:not(.closed) div:not(.d-flex),
.task-list-table tbody tr > td.status:not(.closed) div:not(.d-flex),
.task-list-table tbody tr > td.action-date:not(.closed) p,
.task-list-table tbody tr > td.estimated-remaining-effort p,
.task-list-table tbody tr > td.notification:not(.closed) p,
.task-list-table tbody tr > td.date:not(.closed) p,
.task-list-table tbody tr > td.clients:not(.closed) p {
	box-shadow: 0 0 0 5px transparent;
	border-radius: 1px;
	cursor: text;
	transition: all 100ms;
}

.task-item div.status:not(.closed) div:not(.d-flex):hover,
.task-list-table tbody tr > td.status:not(.closed) div:not(.d-flex):hover,
.task-list-table tbody tr > td.action-date:not(.closed) p:hover,
.task-list-table tbody tr > td.estimated-remaining-effort p:hover,
.task-list-table tbody tr > td.notification:not(.closed) p:hover,
.task-list-table tbody tr > td.date:not(.closed) p:hover,
.task-list-table tbody tr > td.clients:not(.closed) p:hover {
	background-color: rgb(230, 230, 230);
	box-shadow: 0 0 0 5px rgb(230, 230, 230);
}

.task-item div.priority > div.prioritylabel,
.task-list-table tbody tr > td.priority > p {
	align-items: center;
	border-radius: 3px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 5px;
	padding-top: 8px;
	text-transform: uppercase;
	transition: background-color 100ms;
}

.task-item div.priority.low > div.prioritylabel,
.task-list-table tbody tr > td.priority.low > p {
	background-color: rgb(240, 240, 240);
}

.task-item div.priority.normal > div.prioritylabel,
.task-list-table tbody tr > td.priority.normal > p {
	background-color: #d8f2de;
	color: #0a591f
}

.task-item div.priority.normal:not(.closed) > div.prioritylabel:hover,
.task-list-table tbody tr > td.priority.normal:not(.closed) > p:hover {
	background-color: #c1d8c7;
}

.task-item div.priority.urgent > div.prioritylabel,
.task-list-table tbody tr > td.priority.urgent > p {
	background-color: #ffe9c1;
	color: #7d5d22;
}

/* .task-item div.priority.urgent > div.prioritylabel, */
.task-item div.priority.critical > div.prioritylabel,
.task-list-table tbody tr > td.priority.critical > p {
	background-color: #ffcbce;
	color: #920e0e;
}

.task-list-table tbody > tr > td.date div.react-datepicker-wrapper {
	height: 33px;
}

.task-list-table tbody > tr > td.date div.react-datepicker-wrapper input {
	border-radius: 4px;
}
.ms-csmtaskfortoday,
.ms-csmtaskfortoday-item{
  display: grid;
  grid-template-columns: 5fr 1fr 1fr 1fr 1.5fr 1fr 1fr;
  border: 0.5px solid #dee2e6;
}

.ms-grid,
.ms-grid-item{
  display: grid;
  grid-template-columns: 6fr 1fr 1fr 1.5fr 1fr 1fr;
  border: 0.5px solid #dee2e6;
}

.ms-grid-item:hover,
.ms-csmtaskfortoday-item:hover{
  background: #f5f4f6;
}

.ms-grid > span,
.ms-grid-item > span,
.ms-csmtaskfortoday-item > span {
  padding: 8px 4px;
}

.ms-grid > span.ms-grid-header,
.ms-csmtaskfortoday > span.ms-grid-header{
  font-weight: bold;
  padding: 8px 4px;
  background-color: #f5f4f6;
}

.ms-grid-item > span.priority.low > div,
.ms-csmtaskfortoday-item > span.priority.low > div{
	background-color: rgb(240, 240, 240);
}

.ms-grid-item > span.priority.normal > div,
.ms-csmtaskfortoday-item > span.priority.normal > div{
	background-color: #d8f2de;
	color: #0a591f
}

.ms-grid-item > span.priority.normal:not(.closed) > div:hover,
.ms-csmtaskfortoday-item > span.priority.normal:not(.closed) > div:hover {
	background-color: #c1d8c7;
}

.ms-grid-item > span.priority.urgent > div,
.ms-csmtaskfortoday-item > span.priority.urgent > div{
	background-color: #ffe9c1;
	color: #7d5d22;
}

.ms-grid-item > span.priority.critical > div,
.ms-csmtaskfortoday-item > span.priority.critical > div{
	background-color: #ffcbce;
	color: #920e0e;
}

.ms-grid-item > span.priority > div,
.ms-csmtaskfortoday-item > span.priority > div{
	align-items: center;
	border-radius: 3px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 5px;
	padding-top: 8px;
	text-transform: uppercase;
	transition: background-color 100ms;
}

.ms-grid-item > span div.estimated-remaining-effort,
.ms-grid-item > span div.action-date{
  box-shadow: 0 0 0 5px transparent;
	border-radius: 1px;
	cursor: text;
	transition: all 100ms;
}

.ms-grid-item > span div.estimated-remaining-effort:hover,
.ms-grid-item > span div.action-date:hover{
	background-color: rgb(230, 230, 230);
	box-shadow: 0 0 0 5px rgb(230, 230, 230);
}