
.el-select-group__title{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.el-select-group .el-select-dropdown__item{
  padding-left: 35px;
}


.textRoleRadio .el-radio__inner{
     width:18px;height:18px
}


.icon-right-set {
  position: absolute;
  right: 2px;
  top: -28px;
  cursor: pointer;
  height: 28px;
}
.clientTitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.lang-item-box {margin-bottom: 10px;}
.lang-item-box .el-input-group__prepend{min-width: 75px;padding: 0 10px;text-align: center;}


.salesCreditTitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}


.addressViewBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressText{
    width: 90%;
    text-justify: newspaper;
    work-break:break-all;
}


.body{
  width:auto;
  height:100%;
  overflow:scroll;
  overflow-x: hidden;
}
.cardMargin{
 margin-bottom: 15px;
}
.clearfix>span{
  font-size:18px;
}
.newCustomersHead{
  height:50px;
}


.body {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.cardMargin {
	margin-bottom: 15px;
}
.clearfix>span {
	font-size: 18px;
}
.newCustomersHead {
	height: 50px;
}


.projectDialogTable tbody .cell{
  padding:0px;
}
.ProjectTable tbody .cell{
  padding:0px;
}
.contactMethod{
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden
}
.contactMethod span{
  margin-right: 20px;
}
.contactMethod span:nth-child(3){
  margin-right: 0px;
}

