/*Entity Card CSS Starts*/

.objectList ul.card-view li.entity-selection.entity-card {
	border-color: unset !important;
    border : 0px solid rgba(0, 0, 0, 0.75) !important;
}

.objectList ul.card-view li.entity-card {
	height: 130px !important; 
    width: 220px !important;
    margin: 10px !important;
    background-color:#fafafa;
    box-shadow: 0 0 5px #cfcfcf;
    border-color: #cfcfcf;
}

.objectList ul.card-view li.entity-card.associated-objects-not-available {
	height: 100px !important; 
	width: 180px !important;
}

.objectList ul.card-view li.entity-card:hover,
.objectList ul.card-view li.entity-card.entity-selection {
	box-shadow: 0 0 5px #cfcfcf;
    border: 1px solid var(--theme-color) !important;
}

.objectList ul.card-view li.entity-card:hover .more-actions,
.objectList ul.card-view li.entity-card.entity-selection .more-actions{
	visibility:visible;
}

.objectList ul.card-view li.entity-card .entity-card-container {
    height:100%;
    position:relative;
}

.objectList ul.card-view li.entity-card .entity-card-container .entity-selected-status {
	position: absolute;
    top: -5px;
    left: -5px;
    display:none;
}

.objectList ul.card-view li.entity-card  .entity-card-top-section {
    height:70%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.objectList ul.card-view li.entity-card.associated-objects-not-available .entity-card-top-section{
	 height:100%;
}

.objectList ul.card-view li.entity-card .entity-card-top-section .entity-avatar{
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 50%;
    background: #f1f2f7;
} 

.objectList ul.card-view li.entity-card .entity-card-top-section .entity-avatar img{
	border-radius: 50%;
    height: 100%;
    width: 100%;
}

.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-avatar p{
    font-size: 25px;
    margin-bottom: 0px;
}

.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-information {
    width: calc(100% - 50px);
    padding-left: 10px;
   /*  text-align: center; */
}

.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-information p:first-child{
	padding-top:0px;
}
.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-information p {
	margin-bottom: 0px;
	padding-top:5px;
}

.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-information p:only-child {
	padding-top:0px;
}

.objectList ul.card-view li.entity-card  .entity-card-top-section .entity-information .entity-name {
	font-weight: bold;
	user-select:none;
}


.objectList ul.card-view li.entity-card .entity-card-bottom-section {
	height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #e7eaec; */
  	 /* background-color: #f1f2f7; */
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section p{
	margin-bottom: 0px;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section p.associated-objects.has-reference:hover{
	text-decoration: underline;
}

.objectList ul.card-view li.entity-card  .entity-card-bottom-section .entity-quick-action-icons {
	width: 100%;
	display: flex;
    flex-direction: row;
}

.objectList ul.card-view li.entity-card  .entity-card-bottom-section .entity-action-icon{
	 width: 33%;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section .entity-attribute-section {
	width:50%;
	text-align:center;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section .entity-attribute-section p {
	margin-bottom:0px;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section .entity-attribute-section .entity-attribute-length {
	font-weight:bold;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section .mdm-entity-external-type-section {
	width:60%;
}

.objectList ul.card-view li.entity-card .entity-card-bottom-section .mdm-entity-external-type-section span{
	padding-left: 10px;
}


.objectList ul.card-view li.entity-card .status-container {
	position: relative;
    padding-left: 40px;
}

.objectList ul.card-view li.entity-card .status-container .status-icon {
	position: absolute;
    top: 8px;
    left: 10px;
}

.objectList ul.card-view li.entity-card  .active-status .status-content{
	 padding-left: 5px;
}

.objectList ul.card-view  li.entity-card.entity-selection {
	box-shadow: 0 0 5px #cfcfcf;
    border: 1px solid #2a8ace !important;
}

.objectList ul.card-view li.entity-card.entity-selection .entity-selected-status{
	display:block;
}

.objectList ul li.entity-card .more-actions,
.entity-table tbody tr td.entity-name-box .more-actions {
	cursor:pointer;
	padding:1px;
	height: 22px;
    width: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.objectList ul.card-view li.entity-card .more-actions {
	position:absolute;
	top: -5px;
	right:-5px;
	visibility:hidden;
}

.objectList ul li.entity-card .more-actions .kebab-menu,
.entity-table tbody tr td.entity-name-box .more-actions .kebab-menu{
	font-size: 17px;
    font-weight: bold;
    position: absolute;
    color: #b3b3b3;
    top: 1px;
    right: 3px;
}

.objectList ul li.entity-card .more-actions .kebab-menu::after,
.entity-table tbody tr td.entity-name-box .more-actions .kebab-menu::after {
	content: '\2807';
}

.objectList ul li.entity-card.more-actions-enabled .more-actions,
.objectList ul li.entity-card .more-actions:hover,
.entity-table tbody tr.more-actions-enabled .more-actions,
.entity-table tbody tr td.entity-name-box .more-actions:hover {
	 background-color: #e7eaec;
	 transition: 0.3s;
}

.objectList ul li.entity-card.more-actions-enabled .kebab-menu,
.objectList ul li.entity-card .more-actions:hover .kebab-menu,
.entity-table tbody tr.more-actions-enabled .kebab-menu,
.entity-table tbody tr td.entity-name-box .more-actions:hover .kebab-menu {
	color: #666;
	transition: 0.3s;
}

.objectList ul .entity-card .margin-bottom-5 {
	margin-bottom:5px;
}
.objectList ul .entity-card .entity-card-bottom-section .segment-content {
	font-size:10px;
	/* margin-bottom:5px !important; */
}
.objectList ul .entity-card .segment-label{
	color: #b3b3b3;
	font-size:10px;
}

.objectList ul .entity-card .default-entity{
	background-color: #00b9f5;
    color: #fff;
   /*  padding: 2px 4px; */
    border-radius: 5px;
    width: 50px;
    margin-top: 5px;
    display: inline-block;
}

/*Entity Card CSS Ends*/

/*Entity Table CSS Starts*/

.entity-table {
	width: 100%;
    text-align: left;
}
.entity-table tr{
	 background-color:#fafafa;
	 border-bottom:1px solid #edebe9;
}
.entity-table th{
	padding: 8px 8px;
	background-color:#eaeaec;
	box-sizing: border-box;
}
.entity-table td{
   padding: 5px 8px;
   box-sizing: border-box;
}

.entity-table th.entity-name{
	padding-left: 40px;
}

.entity-table tbody tr:hover,
.entity-table tbody tr.entity-selection{
	background-color:#f3f2f1;
	cursor:pointer;
	transition: 0.3s;
}

.entity-table tbody tr td.entity-name-box .entity-select-status,
.entity-table tbody tr td.entity-name-box .more-actions{
	visibility:hidden;
}
 .entity-table tbody tr td.entity-name-box{
 	display: flex;
 	align-items: center;
 }
 .entity-table tbody tr td.entity-name-box .entity-select-status-container {
 	width :25px;
 }
.entity-table tbody tr td.entity-name-box .entity-name {
	margin-bottom :0px;
	padding-left:5px;
	/* width : calc(100% - 50px); */
	box-sizing:border-box;
	word-break: break-all;
}
.entity-table tbody tr td.entity-name-box .more-actions {
	margin:auto;
}
.entity-table tbody tr.more-actions-enabled td.entity-name-box .more-actions,
.entity-table tbody tr.entity-selection td.entity-name-box .entity-select-status,
.entity-table tbody tr:hover td.entity-name-box .more-actions{
	visibility:visible;
}

/*Entity Table CSS Ends*/

/*Entity Info panel CSS starts*/

.objectList.list-object-list,
.entity-info-panel {
	margin: 5px 20px;
}

 .objectList ul.card-view {
	padding: 0px 0 10px 0px;
}
.entity-info-panel {
	display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 5px;
    padding: 5px 0px 10px 0px;
    background-color:#fff;
    border-bottom: 1px solid #eee;
}

.entity-info-panel .entity-icon {
	width: 30px;
}
/* .entity-info-panel .entity-icon img { */
/* 	width:30px; */
/* 	height :30px; */
/* } */
.entity-info-panel .entity-description{
 	width: calc(100% - 230px);
    padding: 0px 5px;
    box-sizing: border-box;
}
.entity-info-panel .entity-description p{
	margin-bottom:0px;
}

.entity-info-panel .action-items {
	width: 350px;
    text-align: right;
}

.entity-info-panel .action-items .btn-default {
	margin-bottom: 0px;
    margin-left: 10px;
}

/*Entity Info panel CSS Ends*/




/* Resource Library Entity Card CSS Starts */
.objectList ul.card-view li.entity-card.resource-library-entity-item {
   height: unset !important;
   width: unset !important;
   cursor: pointer;
   padding: 15px 10px 10px 15px;
   margin: 3px !important;
   vertical-align: top;
   display: inline-block;
   border: 1px solid transparent;
   background-color: transparent;
   box-shadow: none;
}

.resource-library-entity-item .object-text-container .object-text{
    width: 75px;
    word-break: break-all;
}

.objectList ul.card-view li.entity-card.resource-library-entity-item .entity-card-container .entity-selected-status {
    top: -12px;
    left: -12px;
}

/* Resource Library Entity Card CSS Ends */

/* Edit button css starts */


.text-align-center {
    text-align: center;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modified-on {
    position: relative;
}

.width50Percent {
    width: 50%;
    margin: 0 auto;
}

.edit-button {
    padding: 3px 18px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #255fa6;
    color: #fff;
    text-align: center;
    display: inline-block;
}


/* Edit button css ends */