
.contact-title{
    margin-top: 1%;
    border-bottom: solid;
    border-color: #eeeeee;
   /* // margin-left: auto;
    //margin-right: auto; */
    width: 100%;
    min-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2%;
}

.contact-title-right{
    text-align: right;
}

.contact-title-left{
    text-align: left;
}

.search-section{
    text-align: right;
    margin-top: 1%; 
}

.title{
    margin-top: 5%;
}

.btn-primary {
    background-color: #ee2f74;
    border-color: #e41a63;    
}

.export-button {
    padding-top: 1%; 
    margin-left: 18px;    
}

.btn-default{
    border: 1px solid;
    background: transparent;
    border-color: #b7b5b5;
}

.mat-menu-panel {
    background:white !important;
}

.example-additional-selection {
    opacity: 0.75;
    font-size: 0.75em;
}
  
.inner-child-div{
    margin-left: 0;
    margin-right: 0;
    display: table;
}



.data-table{
    margin-top: 2%;
}

.mat-header-row {
    background: #eeeeee;
}

.mat-paginator { 
    background: #eeeeee; 
}

.menu-right-align{
    float: right;
}

.simple-search-box{
    height: 3vh;
    /* border-color:#fbfbfb; */
}

.nav > li {
    padding-right: 16px;
}

.action-button{
    border: 1px solid;
    background: transparent;
    border-color: #b7b5b5;
    border-radius: 5px;
    width: 50%;
}

.columns-selection-setting-icon{
    font-size: 15px;
    float: right;
    color: #a7a7a7;
}

.action-list-icons{
    padding-right: 5%;
}

.avatar {
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background:#eeeeee;
}

.user-avatar{
    margin-right: -7%;
    margin-left: -7%;
}

.advanced-search-title{
    font-size: 83%;
    text-align: center;
}

.mat-option {
    height: inherit !important;
}

.advanced-search-section{
    border: solid;
    border-color: #d9d9d9;
    border-width: thin;
    margin-top: 1%;
}

.advanced-search-inner-section{
    padding: 2%;
}

.advanced-search-dropdown{
    height: 4vh;
    width: 100%;
    border-radius: 4px;
}

.add-condition{
    padding-top: 1%;
    padding-bottom: 2%;
}

.btn-green {
    background-color: #61c997;
    border-color: #c7e8d2;
    color: white;
}

.save-search-condition-btn{
    text-align: right;
}

.user-condition-section{
    width: 100%;
    text-align: center;
}

.advacned-user-condition-section{
    width: 102%;
    text-align: center;
}

.mat-list{
    width: 100%;
}

.mat-button-toggle-checked {
    background-color: #61cc98;
}

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
    font-size: 13px;
}

.mat-button-toggle-label-content {
    margin-bottom: -11%;
}

.condition-appending-list-item{
    padding-bottom: 3.5%;
}

/deep/.contacts-advanced-search  .mat-option {
    background: #cccccc;
    height: 3vh;
}

/deep/.contacts-advanced-search  .mat-option-text {
    height: 3vh;
    margin-top: -6%;
    margin-bottom: 5%;
}

.fullname-click{
    cursor: pointer;
}

.clickable-styles{
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.error-msg{
    color: red;
    text-align: center;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.float-right{
    float: right !important;
}

/* //Css which are given */

.col-lg-6{float:none;width:auto;display:inline-block;vertical-align: top;}
.row.contact-title .col-lg-6{vertical-align:middle;}
.menu-right-align[_ngcontent-c0]{float:none;margin-bottom:0;}
.search-section[_ngcontent-c3]{
    text-align:left;
    width: 91.5%;
    min-width: 1246px;
}
.menu-right-align[_ngcontent-c3]{float:none;}
.mat-elevation-z8{
    display:table;
}
.mat-table {display:table;}
.mat-header-row, .mat-row{display:table-row;padding:0;}
.mat-cell, .mat-header-cell{display:table-cell;}
.user-avatar[_ngcontent-c3]{margin:0 !important;}
.mat-header-row{min-height:auto;}
.mat-row{min-height:auto;}
.mat-header-cell{padding:15px 15px;}
.mat-cell{padding:10px 15px;}
.mat-select{display: block;width: 95px !important;outline: 0;float:none !important;}

.align-center-details{
    text-align: center;
}

.advance-search-buttons{
    float: right !important;
}

.divLoadingWrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    text-align: center;
}

.divLoadingBg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.divLoadingContent {
    background-color: #2f2442;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 7pt;
    padding: 10px 12px;
    position: absolute;
    top: 45%;
    left: 45%;
    box-shadow: rgba(0,0,0,0.8) 0 4px 10px -1px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 4px 10px -1px;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0 4px 10px -1px;
    -khtml-box-shadow: rgba(0,0,0,0.8) 0 4px 10px -1px;
}

.contact-info-attributes {
    margin-left: 18px;
}

.cM-client-exportBtn{
    float: right;
}
.cM-client-exportCancelBtn{
    float: right;
    margin-right: 5px;
}

.cM-clients-checkbox-exporttxt{
    margin-left: 8px;
}