footer {
  background: #e7e7e7;
  clear: both;
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.smark-cpyright {
  float: left;
  color: #646464;
  margin-bottom: 6px;
  padding-top: 6px;
}
.swcm-img {
  float: right;
  padding-top: 6px;
}
.hidden-class {
  display: none;
}
.divDisable {
  display: none;
  position: fixed;
  z-index: 3;
  background-color: #d8d8d8;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.cpyright {
  float: left;
}
.swcm-img {
  float: right;
}
/* #footer {
  margin-top: 0px;
  border-top: solid 1px #e9ebf3;
} */
.full-list {
  min-height: 100%;
  display: flex;
}
.master-dropdown {
  width: 296px;
  height: 35px;
  line-height: 1.5;
}

.navbar-nav .p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding: 3px 0px 3px 10px !important;
}
.p-dropdown-trigger .pi,
.p-dropdown-clear-icon.pi {
  font-size: 0.85rem !important;
}
.p-dropdown-trigger .pi {
  right: 1.357rem !important;
}
.p-dropdown-clear-icon.pi {
  right: 1.7rem !important;
}
/* .taskDropArea > div {
  height: 400px;
} */
.storytitle{
  max-width: 80%;
  word-wrap: break-word;
}

.projects-header {
    margin-top: 35px;
}
.footer-container {
    display: block;
    padding-bottom: 40px;
}
.master-dropdown {width: 180px !important;}
.master-dropdown-first {width: 260px !important;}
@media (min-width: 1397px) and (max-width: 1500px) {
    .master-dropdown {
		width: 160px;
	}
}
@media (min-width: 1199px) and (max-width: 1388px) {
    .master-dropdown.master-dropdown-first {
        width: 145px !important;
    }
	.master-dropdown {
        width: 151px !important;
    }
}
@media (max-width: 1199px) {
	.navbar-expand-lg .navbar-collapse {flex-basis: auto; flex-direction: column; align-content: flex-start;}
	.navbar-expand-lg .navbar-nav {margin: unset !important;}
}
@media (max-width: 991px) {
    .st-w-100 {
        width: unset;
        margin: 5px 5px 5px 0px;
    }
}
@media (max-width: 990px) {
	.rt-pnl {
		display: flex;
		align-items: center;
	}
	.rt-pnl li {
		margin: 2px;
	}
	.rt-pnl li .add-form-btn {
		min-width: 110px;
	}
}
@media (max-width: 575px) {
	.footer-container {
		display: flex;
		padding-bottom: 10px;
		height: unset;
	}
	.projects-container {
		padding-bottom: 90px;
	}
	.cpyright {
		font-size: smaller;
	}
	.swcm-img {
		padding-top: unset;
	}
}