.btn {
/*	padding: .65rem 1.4rem;*/
	font-size: 0.8rem;
	opacity: 1;
	border-radius: 4px;
	/* padding: .275rem .5rem; */
	    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
 
.btn:focus,
.btn:hover {
	/*opacity: .9;*/
	transition: all .3s
}
.btn .btn-label {
	display: inline-block
}
.btn .btn-label i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: -2px;
	line-height: 0;
	margin-top: -2.5px
}
.btn .btn-label.just-icon i {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.btn-lg {
	font-size: 15px;
	border-radius: 3px;
	padding: 12.5px 27.5px;
	font-weight: 400
}
.btn-lg .btn-label i {
	font-size: 27px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: -7px;
	line-height: 0;
	margin-top: -2.5px
}
.btn-lg .btn-label.just-icon i {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.btn-sm {
	font-size: 11px;
	padding: 7px 13px
}
.btn-xs {
	font-size: 10px;
	padding: 5px 9px
}
.btn.disabled:hover,
.btn:hover:disabled {
	opacity: .65
}
.btn-icon {
	font-size: .9375rem;
	height: 2.5125rem;
	line-height: normal;
	min-width: 2.5125rem;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 2.5125rem
}
.btn-icon.btn-lg {
	height: 2.75rem;
	min-width: 2.75rem;
	width: 2.75rem
}
.btn-icon.btn-sm {
	height: 2rem;
	min-width: 2rem;
	width: 2rem
}
.btn-icon.btn-xs {
	height: 1.6875rem;
	min-width: 1.6875rem;
	width: 1.6875rem
}
.btn-white {
	background: #fff !important;
	color: #1a2035 !important
}
.btn-white:disabled,
.btn-white:focus,
.btn-white:hover {
	background: #fff !important;
	color: #1a2035 !important
}
.btn-default {
	background: #1a2035 ;
	color: #fff  ;
}
.btn-default:disabled,
.btn-default:focus,
.btn-default:hover {
	background: #1a2035;
	color: #fff 
}
.btn-primary {
	background: #1572e8 !important;
	border-color: #1572e8 !important
}
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover {
	background: #1572e8 !important;
	border-color: #1572e8 !important
}
.btn-secondary {
	background: #6861ce !important;
	border-color: #6861ce !important
}
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover {
	background: #6861ce !important;
	border-color: #6861ce !important
}
.btn-info {
	background: #48abf7 !important;
	border-color: #48abf7 !important
}
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover {
	background: #48abf7 !important;
	border-color: #48abf7 !important
}
.btn-success {
	background: #31ce36 !important;
	border-color: #31ce36 !important
}
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover {
	background: #31ce36 !important;
	border-color: #31ce36 !important
}
.btn-warning {
	background: #ffad46 !important;
	border-color: #ffad46 !important;
	color: #fff !important
}
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover {
	background: #ffad46 !important;
	border-color: #ffad46 !important;
	color: #fff !important
}
.btn-danger {
	background: #f25961 !important;
	border-color: #f25961 !important
}
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover {
	background: #f25961 !important;
	border-color: #f25961 !important
}
.btn-light {
	background: #fff !important;
	border-color: transparent
}
.btn-light:disabled,
.btn-light:focus,
.btn-light:hover {
	background: #ebecec !important;
	border-color: transparent
}
.btn-dropdown-card-header {
	padding: 0;
	background: 0 0;
	color: inherit;
	font-size: 15px
}
.btn-dropdown-card-header:after {
	display: none
}
/*.btn-border {
	background: 0 0 !important
}
.btn-border:focus,
.btn-border:hover {
	background: 0 0 !important
}*/
.btn-border.btn-white {
	color: #fff !important;
	border: 1px solid #fff !important
}
/*.btn-border.btn-default {
	color: #1a2035 !important;
	border: 1px solid #1a2035 !important
}*/
.btn-border.border-default.selected {background-color: #f7f7f7;}

 
.svgIconFill.svgTop svg [fill],
.sidebar2 svg [fill],
.quick-actions-item svg [fill] {fill: #919191;}

 
.btn-cancel {
	background: #d5d5d5;
  	color: #1e2227;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-weight: bold;
}
.btn-cancel:hover {
	background: #e5e4e5;
  	color: #28272d;
  	/* border: none; */
}
.btn-border.btn-default, .btn-border.border-default {
    /* color: #00107a;
    border:none;
    background-color: #e2e5f6 !important;   */
	background: #f3f3f3;
  	color: #28272d;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn-border.btn-default:hover, .btn-border.border-default:hover {
	background: #e5e4e5;
  	color: #28272d;
}
.btn-border.btn-primary {
	color: #1572e8 !important;
	border: 1px solid #1572e8 !important
}
.btn-border.btn-secondary {
	color: #6861ce !important;
	border: 1px solid #6861ce !important
}
.btn-border.btn-info {
	color: #48abf7 !important;
	border: 1px solid #48abf7 !important
}
.btn-border.btn-success {
	color: #31ce36 !important;
	border: 1px solid #31ce36 !important
}
.btn-border.btn-warning {
	color: #ffad46 !important;
	border: 1px solid #ffad46 !important
}
.btn-border.btn-danger {
	color: #f25961 !important;
	border: 1px solid #f25961 !important
}
.btn-border.btn-light {
	border: 1px solid #efefef;
	background: #fff !important
}
.btn-round {
	border-radius: 100px !important
}
.btn-link {
	border: 0 !important;
	background: 0 0 !important
}
.btn-link:focus,
.btn-link:hover {
	text-decoration: underline !important;
	background: 0 0 !important;
	border: 0 !important
}
.btn-link.btn-default {
	color: #1a2035 !important
}
.btn-link.btn-default:hover {
	color: #1a2035 !important
}
.btn-link.btn-primary {
	color: #1572e8 !important
}
.btn-link.btn-primary:hover {
	color: #1572e8 !important
}
.btn-link.btn-secondary {
	color: #6861ce !important
}
.btn-link.btn-secondary:hover {
	color: #6861ce !important
}
.btn-link.btn-info {
	color: #48abf7 !important
}
.btn-link.btn-info:hover {
	color: #48abf7 !important
}
.btn-link.btn-success {
	color: #31ce36 !important
}
.btn-link.btn-success:hover {
	color: #31ce36 !important
}
.btn-link.btn-warning {
	color: #ffad46 !important
}
.btn-link.btn-warning:hover {
	color: #ffad46 !important
}
.btn-link.btn-danger {
	color: #f25961 !important
}
.btn-link.btn-danger:hover {
	color: #f25961 !important
}

/*      Timeline     */

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline-header  {position: relative;}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #eeeeee;
	left: 50px;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before {
	content: " ";
	display: table;
}
.timeline > li:after {
	content: " ";
	display: table;
	clear: both;
}
.timeline > li:before {
	content: " ";
	display: table;
}
.timeline > li:after {
	content: " ";
	display: table;
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 100%;
	float: left;
	border: 1px solid #eeeeee;
	background: #ffffff;
	border-radius: 3px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
	-moz-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
	box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted) {
	margin-top: -60px;
}
.timeline > li:not(.timeline-inverted) {
	padding-right: 90px;
}
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
	margin-top: -60px;
}
.timeline > li.timeline-inverted {
	padding-left: 130px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #eeeeee;
	border-right: 0 solid #eeeeee;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #263238;
	width: 90px;
	height: 90px;
	/*line-height: 90px;*/
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 0;
	/* margin-left: -25px; */
	 background-color: #eceff1; 
	/*z-index: 100;*/
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
 
.timeline-title {
	font-size: 17px;
	margin-top: 0;
	color: inherit;
	font-weight: 400;
}
.timeline-heading i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}

.activity-feed,
.lines-feed {
	padding: 15px;
	list-style: none
}
.activity-feed .feed-item,
.lines-feed .feed-item {
	position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    border-left: 2px solid #e4e8eb;
    padding-top: 10px;
}
.activity-feed .feed-item:last-child {
	border-color: transparent;
	padding-bottom: 0;
}
.activity-feed .feed-item::after,
.lines-feed .feed-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #177dff
}


.lines-feed .IsActive .date { border-left: 3px solid #8BC34A; padding-left: 5px;}
.lines-feed .IsActive>span>div { background-color: #E8F5E9; border-left: 3px solid #8BC34A;}

.lines-feed .IsInActive .date { border-left: 3px solid #E64A19; padding-left: 5px;}
.lines-feed .IsInActive>span>div { background-color: #FBE9E7; border-left: 3px solid #E64A19;}

.feed-item-default::after {
	background: #78909C!important
}
.feed-item-primary::after {
	background: #1572e8!important
}
.feed-item-secondary::after {
	background: #6861ce!important
}
.feed-item-success::after {
	background: #31ce36!important
}
.feed-item-danger::after {
	background: #f25961!important
}
.feed-item-info::after {
	background: #48abf7!important
}
.feed-item-warning::after {
	background: #ffad46!important
}
.activity-feed .feed-item .date,
.lines-feed .feed-item .date {
	display: block;
	position: relative;
	top: -5px;
	color: #8c96a3;
	text-transform: inherit;
	font-size: 0.8rem;
    font-weight: 500;
}
.activity-feed .feed-item .text,
.lines-feed .feed-item .text {
	position: relative;
	top: -3px;
	color: #90a4ae;
    font-size: 0.7rem;

}


@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #ECEFF1; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #ECEFF1; }
  100% { background-color: #FFFFFF; }
}

.IsAdded{    
    background-image:none !important; 
         -o-animation: fadeIt 5s ease-in-out; 
            animation: fadeIt 5s ease-in-out; 
}

.icon-right, .btn-right, .icon-left {position: absolute; right: 0; top: 0;}
.icon-left {right: inherit; left: -5px;top: 8px;}
.hide {display: none;}
.card .clickTag .icon-right {right:5px; top: 5px;}

 

/* 		List Group Messages 	*/
.list-group-messages .btn-dropdown {
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #b5b5b5;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
}
.list-group-messages .list-group-item {
  /*padding-top: 1.25rem;
  padding-bottom: 1.25rem;*/
}
.list-group-messages .list-group-item.unread .list-group-item-title {
  font-weight: 600;
}
.list-group-messages .list-group-item-title a {
  color: #000;
}

/*      Conversations Wrapper     */
.conversations {
  display: flex;
  height: calc(100vh - 150px);
  flex-direction: column;
}
.conversations .message-header {
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0 1px 0 0 rgba(61, 70, 79, 0.075);
  z-index: 1;
}
.conversations .message-title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.conversations .message-title .user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conversations .message-title .user .name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.conversations .message-title .user .last-active {
  display: block;
  font-size: 11px;
}
.conversations .message-title .return {
  background: transparent;
  border: 0;
  font-size: 25px;
  cursor: pointer;
  height: 100%;
  top: 0;
}
.conversations .conversations-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem 2rem;
  scrollbar-width: thin;
}
.conversations .conversations-content {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 1rem;
}
.conversations .messages-form {
  margin: 0;
  padding: 0.7rem 1rem;
  background: #fff;
}

.conversations-action {
  background: #f6f6f6;
  padding: 10px 0;
}
.conversations-action .action {
  display: flex;
  padding: 1rem 1.5rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  cursor: pointer;
}
.conversations-action .action:hover {
  background: #f4f5f5;
}
.conversations-action .action span {
  font-size: 16px;
  line-height: 21px;
}
.conversations-action .action i {
  font-size: 21px;
  width: 2.5rem;
  color: rgba(38, 50, 56, 0.5);
}
.conversations-action .action.danger span, .conversations-action .action.danger i {
  color: #ff0000;
}
.conversations-action .action:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .conversations {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.fieldsList .card-body:first-child {   max-height: calc(60vh - 100px); overflow-y: auto;  }

.forSplitView #splitView_sidebar { box-shadow: none; background: transparent; padding-left: 0; padding-bottom: 0; }
.forSplitView .leftSidePort { border: none; border-radius: 0;}
.forSplitView #splitView_sidebar .filter_Box,
.forSplitView #splitView_sidebar .filter_Header,
.forSplitView #splitView_sidebar .filter_Footer { border-right:none; background: transparent;}
.forSplitView #splitView_sidebar .filter_Body .card-list .item-list.selected {
    background: #f4f6fb;
/*    border-left: 3px solid #00AFE9 ;*/
    position: relative; 
    border-radius: 5px 0 0 5px;
/*    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);*/
    margin-bottom: 10px;
    margin-right: 0px;
    border: none;
	padding-right: 10px;
}
.forSplitView #splitView_sidebar .filter_Body { padding-right:0; }
.forSplitView .item-list.selected::after {
  content:'';
  position: absolute;
}
.forSplitView #splitView_sidebar .filter_Body .card-list .item-list {
    background: /*#eeeff3*/ transparent;
    border-radius: 5px;
    position: relative; 
    padding: 0 0 0 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #e2e5f6;
    /*margin-right: 15px;*/
}
.forSplitView #splitView_sidebar .filter_Body .card-list .item-list:hover { 
	background: #f4f6fb;
}
.forSplitView #splitView_sidebar .filter_Body .card-list .item-list.selected:hover { 
	background: #f4f6fb;
}
.item-list .info-user { opacity:1; }
.item-list.selected .info-user { opacity:1; }

.forSplitView .forSplitViewDetail { 
	background:#f4f6fb; 
	margin: 15px 15px 0 0; 
	/*border-radius:10px 10px 0 0; 
	box-shadow:0 2px 6px 0 rgba(67,89,113,.12); */
}
.forSplitViewDetail .page-wrapper { padding:0;}
.forSplitView .forSplitViewDetail .page-wrapper { padding: 1rem;}

.forSplitView #splitView_sidebar.active ~ .forSplitViewDetail { margin-left:50px; }

.forSplitView .forSplitViewDetail .detailCardBg { 
/*	margin:0.5rem; */
	border-radius: 1rem 1rem 0 0;
	box-shadow: none;
	border: none; 
	margin: 0;
}
.forSplitView .forSplitViewDetail .card-footer {
  background: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 1;
/*  border-bottom: 1px solid rgb(208, 212, 216);*/
  border-top: 0px;
  border-radius: 0 0 1rem 1rem;
}
/*.forSplitView .card-list .item-list .spiltViewDrop {
	visibility: hidden;
}
.forSplitView .card-list .item-list.selected .spiltViewDrop {
	visibility: visible;
}*/
.forSplitView .card-list .item-list .info-user { flex:auto;
}
.forSplitViewDetail .card { box-shadow: none; border:1px solid  rgb(228, 231, 233); background:#fff; }
.forSplitViewDetail .card .card-header { background-color: rgba(255,255,255,.03); }
.forSplitViewDetail .card  .table td { border-bottom: none; }

.forSplitView #splitView_sidebar .toggleFolSplitView,
#splitView_sidebar .toggleFolSplitView {
    -webkit-backface-visibility: hidden;
   background: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    display: inline-block; 
    cursor: pointer;
    border-radius: 0px 0.5rem 0.5rem 0px;
    transition: all 1s ease;
   box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 10%;
    left: -20%;
	border: 5px solid #ededed;
}

.forSplitView #splitView_sidebar.active .toggleFolSplitView,
#splitView_sidebar.active .toggleFolSplitView   {     left: 55px;
    /* right: 0; */
    top: 96px;
    border-radius: 50px; 
	left: 50px;

}

.rightWidget {
    /* border-left: 1px solid #e5e8ea; */
    background: #eaeef5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.react-flow {z-index: 1;}
