a {
  color: #60cdf6;
  font-weight: 500;
}
.required{
	color:red;
}
.not_valid {
  border: 1px solid red !important;
}
.faded {
  opacity: 0.4;
}
#layout-menu .app-brand-logo.demo {
  display: block;
  width: 185px;
  height: auto;
}
#layout-menu .app-brand-logo.demo img{
	width:100%;
}
.authentication-basic .app-brand-logo.demo {
  display: block;
  max-width: 290px;
  width: auto;
  height: auto;
}
.authentication-basic .app-brand-logo.demo img{
	width:100%;
}	
.card-body.project_desc {
  min-height: 132px;
}
.singleProject .card-header {
  min-height: 70px;
}
.project_tiles a {
  color: #516377;
}
.project_tiles a:hover {
  color: #516377;
}
#select2-assigned_to-results li div {
  color: #666363;
}
.overlapEditor .comment-toolbar {
  margin-top: -43px;
  z-index: 8;
}
.p_image {
  background: #AEE6E0;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: block;
}
.select2-selection__rendered div {
  color: #677788;
}
.select2-dropdown .select2-results ul li div {
  color: #677788;
}
.loading{
	background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;
}

body .bg-label-info {
  background-color: #60cdf6 !important;
  color: #fff !important;
  border: 1px solid #60cdf6 !important;
}

.kanban-wrapper{
  background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;	
  min-height:150px;
}
.kanban-wrapper.ps{
  background-image:none;	
}
.loading form{
	visibility:hidden;
}	
.loading div{
	visibility:hidden;
}	
.loading hr{
	visibility:hidden;
}
.loading h5{
	visibility:hidden;
}
.notes_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  background: #fff;
  height: 70px;
}
.notesDetails {
  min-height: 300px;
}
.discussionIconCounter {
	width: 60px;
	text-align: center;
	background: url('../img/icons/comment_back.png');
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
	height: 40px;
	line-height: 31px;
	margin-top: 4px;
}
.single_comment {
	background: #F6F6F9;
	padding: 10px 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
	border: 1px solid #e1dede;
}
.text-right {
  text-align: right !important;
}
.allcomments {
  margin-top: 25px;
}
.loading_info {
  min-height: 200px;
}
.inputFileOuter {
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.previewImage {
  width: 80px;
  border: 1px solid;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: url("../img/avatars/avtar.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center;
  background-size: cover;
}
.chooseFileOuter {
  line-height: 80px;
}
.userAvtar {
  border-radius: 50%;
}
.userImg {
  width: auto;
  height: 80px;
}
#projectGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill,minmax(317px,1fr));
}
div[data-id*="board-completed4"] button{
  display:none;
}
.projInfoIcon {
  font-size: 1.40rem;
  margin-top: -5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0px 2px;
}
.projectQuickView {
  max-width: 250px;
  padding: 15px !important;
}
.projectQuickView .projDesc p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
.projectQuickView .projDesc {
  font-size: 12px;
}
.projectQuickView .projDesc .det {
  font-weight: normal;
  margin-bottom: 10px;
}
.tastNavWrap {
	background: #fff;
  padding: 15px 24px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.tastNavWrap .nav-item .nav-link {
  border: 1px solid #BECDE8;
}
.kanban-board{
	margin-left:0px !important;
}
.single_comment p {
  margin-bottom: 0px;
}
.taskOverlapEditor .note-editable {
  height: 180px;
}
.lftBrder {
  border-left: 1px solid;
}
.dBlock {
  display: block;
}
.pl-0 {
  padding-left: 0px !important;
}
.l-15 {
  left: 15px;
}
.taskDetail {
  margin-bottom: 25px;
}
.taskBody .allImages {
  grid-template-columns: repeat(auto-fit, minmax(250px, 296px));
}
.taskBody .allImages .sigleImg {
  height: 200px;
}
.allImages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 110px));
  grid-gap: 16px;
  background-color: #fff;
  color: #444;
}
.taskBody .allImages .tskImg {
  border: 1px solid #f5f0f0;
  border-radius: 8px;
  padding: 4px;
}
.taskBody .allImages .imgDown {
  text-align: right;
  margin-right: 3px;
}
.allcomments .allImages {
	background: none;
}
.allcomments .sigleImg {
  border: none;
} 
.allcomments .sigleImg img {
  border-radius: 8px;
} 
.rightBgColor {
  background: #F6F6F9;
  border-left: 1px solid #d4d8dd;
}
.sigleImg {
  border: 1px solid #f5f0f0;
  border-radius: 8px;
  transition: ease .3s border;
  height: 110px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.fileDownload i {
  border: 1px solid #cecece;
  padding: 0px 2px 1px 2px;
  border-radius: 4px;
  margin-top: 5px;
}
.imgDown {
  text-align: center;
}
.attachmentDivEdit .fileDownload{
  display: none;
}
.attachmentDiv .comfirmBoxAjax{
  display: none;
}
.comfirmBoxAjax i {
  color: red;
}
.attachmentDivEdit .top_hader {
  display: none;
}
#adQuickDisc .imageuploadify button span {
  font-size: 11px;
  padding-bottom: 4px;
}
#adQuickDisc .imageuploadify .btn-default{
  border-radius: 0px 0px 10px 10px;
}
#adQuickDisc .note-editor {
  border-radius: 3px 3px 0px 0px;
}
.leftClose .btn-close {
  position: absolute;
  left: -37px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 5px;
}
.noRadious {
  border-radius: 8px 8px 0px 0px !important;
}
.noShaddow .note-editor{
  box-shadow: none;
  border-radius: 0px;
}
.lowAttachFileBorder .imageuploadify-images-list .btn-default {
  border-radius: 0px 0px 8px 8px !important;
}
.offcanvas .noBorderSelect,.modal-dialog .noBorderSelect {
  border: none;
  color: #60cdf6;
  font-weight: 500;
  padding: 0px 6px 0px 0px;
  background:none;
}
.offcanvas .noBorderSelect:focus,.modal-dialog .noBorderSelect:focus {
  border: none;
  box-shadow: none;
}
.form-label {
  color: #677788;
  font-weight: 500 !important;
  background: none;
}
.offcanvas .noBorderText,.modal-dialog .noBorderText{
  padding: 0px;
  border: none;
  width: auto;
  font-weight: 500;
  color: #60cdf6;
  background:none !important;
}

.pl-1 {
  margin-left: 0.5rem !important;
}
.offcanvas .noBorderText::placeholder {
  color: #60cdf6 !important;
}
body .tastNavWrap .nav-item .nav-link {
  border: 1px solid #60cdf6;
}
body .btn-primary {
  background-color: #60cdf6;
  border-color: #60cdf6;
}
body .btn-primary:hover {	
	background-color: #a5daee !important;
	border-color: #a5daee !important;
} 
body .bg-label-primary {
  background-color: #60cdf6 !important;
  color: #fff !important;
} 
body .btn-primary.active,body .btn:first-child:active{
  color: #fff !important;
  background-color: #60cdf6 !important;
  border-color: #60cdf6 !important;
}
body .form-check-input:checked {
  background-color: #60cdf6;
  border-color: #60cdf6;
}
body .switch-input:checked ~ .switch-toggle-slider {
  background: #60cdf6;
  color: #fff;
}
body .bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #60cdf6;
}
body .app-brand .layout-menu-toggle i {
  color: #60cdf6;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #60cdf6 !important;
  border-color: #60cdf6 !important;
}
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
  border-color: #60cdf6 !important;
  background-color: #60cdf6 !important;
}  
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #60cdf6 !important;
}
.noBorderText:focus{
  color: #60cdf6 !important;
  border: none !important;
  box-shadow: none !important;  
}
.assignedCont .ms-options-wrap > button::after {
  content: 'Choose';
  height: 0;
  position: absolute;
  top: 34%;
  right: 53px;
  width: 0;
  border: none;
  margin-top: -3px;
  text-decoration: underline;
  font-size: 12px;
  color: #60cdf6;
  font-weight: 500;
}
.offcanvas-body{
	height:100%;
}
.lowAttachFileBorder .ms-options-wrap button {
  border-radius: 0px;
}
.text-muted {
  font-size: 13px;
}
.cornerBox {
  border-radius: 20px !important;
  margin-top: 5px;
}
.cornerBox .toast-header{
  border-radius: 20px;
}
.viewSelectedCont button {
	border-radius: 30px !important;
	width: auto !important;
}
.viewSelectedCont button span {
  visibility: hidden;
  width: 45px;
  overflow: hidden;
  display: inline-block;
}
.viewSelectedCont button {
  border-radius: 30px;
  width: auto;
  padding: 7px 12px;
  line-height: 15px;
  text-decoration: none;
}
.viewSelectedCont .ms-options {
  border-radius: 7px;
}
#quickEditTeam .showName {
  color: #677788;
  border: 1px solid #60cdf6;
  border-radius: 4px;
  padding: 5px 11px;
  margin-bottom: 5px;
  background: #60cdf6;
  color: #fff;
}
#comment_form.form .overlayForComment {
  display: none;
}
#comment_form form {
  display: none;
}
#comment_form.form form {
  display: block;
}
#comment_form .overlayForComment {
  border: 1px solid #d4d8dd;
  border-radius: 5px;
  padding: 5px 14px;
  color: #b7b2b2;
}
#comment_form .overlayForComment:hover {
  border: 1px solid #8a8b8c;
  cursor: pointer;
}
.flatpickr-calendar .flatpickr-day.selected{
	background: #60cdf6 !important;
	border: 1px solid #60cdf6 !important;
}
.flatpickr-calendar .flatpickr-day.selected:hover{
	background: #60cdf6 !important;
	border: 1px solid #60cdf6 !important;
}
.flatpickr-calendar .flatpickr-prev-month,.flatpickr-calendar .flatpickr-next-month {
  border: 1px solid #60cdf6;
}
.flatpickr-calendar .flatpickr-prev-month svg,.flatpickr-calendar .flatpickr-next-month svg {
  fill: #60cdf6;
  stroke: #60cdf6;
}
.flatpickr-input:focus{
	color: #60cdf6;
}
.board-completed4 #AddTask{
	display:none;
}
.color-danger {
  color: red;
}
.ml-3 {
  margin-left: 8px;
}
#comment_form .taskEditComment form {
  display: block;
}
.single_comment .allImages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 110px));
}  
.discusionLoading{
  background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.timesheetLoading{
  background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.activityLoading{
  background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.popover {
  z-index: 1;
}
.leftClose .nodeBody > .row {
  height: 100%;
}
.notesDiv{
	background:#FFF4DA !important;
}	
.notesDiv p{
	background:none;
}
#taskTime {
  height: 50px;
  font-size: 18px;
}
.projectTime .simple_title td {
  background: #fff;
}
.projectTime .date_title td {
  font-weight: 600;
  padding-left: 0;
  padding-top: 22px;
}	
.totalHours {
  border-top: 1px solid #c6cdd5;
  border-bottom: 1px solid #c6cdd5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  margin-left: 1px;
  margin-right: 1px;
}
.totalHours span{
  font-weight: 700;	
}
.timeLoading{
  background-image: url('../img/ajax/ajaxLoading1.gif');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.noBorderSelect2 .select2-selection {
  border: none !important;
}
.select2-selection__arrow {
  display: none;
}
.noBorderSelect2 #select2--container {
  padding-left: 0;
  color: #60cdf6;
  font-weight: 500;
  line-height: 1.5 !important;
}
.noBorderSelect2 .select2-selection__rendered {
  padding-left: 0 !important;
  color: #60cdf6 !important;
  font-weight: 500;
  line-height: 1.5 !important;
}
.noBorderSelect2 .select2-selection{
	background:none !important;
	height: auto !important;
}

.noBorderSelect2 #select2--container span{
	display:none;
}
.noBorderSelect2 .select2-dropdown {
  border-radius: 5px !important;
} 
.mr-12 {
  margin-right: 12px;
} 
.pt-5x {
  padding-top: 5px;
}
.avatar-initial.rounded-circle.bg-label-info {
  border: 1px solid #ccebee;
}
.time_td {
  width: 50px;
}
.timeSheetTable th.current_day {
  border-bottom: 2px solid #60cdf6 !important;
}
.timeSheetTable td.current_day {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  border-left: 1px solid #dfdddd;
  border-right: 1px solid #dfdddd;
}
.timeSheetTable td.time_td {
  border-left: 1px solid #d4d8dd;
}
.switch-input.is-valid:checked ~ .switch-toggle-slider {
  background: #60cdf6 !important;
}
.switch .switch-input.is-valid ~ .switch-toggle-slider {
  border: 1px solid #60cdf6 !important;
}
code {
  color: #60cdf6 !important;
}
body a{
  color: #60cdf6;
  font-weight: 500;
}
body a:hover {
  color: #9ee1fb;
}
.breadcrumb-wrapper button i {
  color: #60cdf6;
}
.clearDate {
  position: absolute;
  margin-left: 142px;
  margin-top: -22px;
}
.bg-menu-theme .menu-inner > .menu-item.active i {
  color: #fff;
}
.activityDiv{
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
}
.activityDiv .main_date_row{
  font-weight: 600;
}
.activityDiv td{
  padding: 0.625rem 1.5rem;
}
.activityDiv .date_time{
  max-width: 200px;
  text-align: right;
  font-weight: 501;
  padding-top: 0px;
  color: #a8b1bb;
  padding-right: 28px;
}
.activityDiv .desc{
  white-space: initial;
  vertical-align: top;
}
.activityDiv .desc1{
  background-image: url("../img/icons/bar_line.png");
  background-repeat: repeat-y;
}
.activityDiv .desc2{
  background-image: url("../img/icons/bar_line_full.png");
  background-repeat: repeat-y;
}
.activityDiv .desc::before{
  content: ".";
  font-weight: bold;
  margin-top: -41px;
  position: absolute;
  font-size: 50px;
  margin-left: 0px;
  color: #60cdf6;
}
.activityDiv .details{
  padding: 0;
  vertical-align: top;
}
.activityDiv .desc_text
{
  padding-bottom: 15px;
}
.mian_date_text{
  padding: 15px 52px;
  font-weight: 600;
  display: block;
}
.desc .nameCirDiv{
  max-width: 35px;
  width: 35px;
}
.act_name{
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
#activities del{
  color: red;
}
.breadcrumb-wrapper.py-3{
  border-bottom: 2px solid #60cdf6;
  padding-bottom: 10px !important;
  margin-bottom: 25px !important;
}
.ml-2{
	margin-left:10px !important;
}
.loginPage .app-brand-logo.demo
{
  display: block;
  max-width: 290px;
  width: auto;
  height: auto;
}
.loginPage .app-brand-logo.demo img
{
  width: 100%;
}
.noAddPer .dt-buttons .add-new {
  display: none;
}
.readonlyForm input {
  background: #f7f7f7;
  pointer-events: none;
}
.readonlyForm select {
  background: #f7f7f7;
  pointer-events: none;
}
.readonlyForm .assignedCont {
  background: #f7f7f7;
  pointer-events: none;
}
.readonlyForm .imageuploadify{
  background: #f7f7f7;
  pointer-events: none;	
}
.readonlyForm .switch{
  background: #f7f7f7;
  pointer-events: none;	
}
.readonlyForm textarea{
  background: #f7f7f7;
  pointer-events: none;	
}
element {
}
.signlePermision {
  border: 1px solid #cecdcd;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 22px;
  margin-bottom: 30px;
}
