@import './variables.scss';
@import './mixin.scss';
@import './transition.scss';
@import './element-ui.scss';
@import './sidebar.scss';
@import './btn.scss';
@import './factoringBusinessInfo/index.scss';
@import './chargeback/index.scss';
@import './assetaudit/common.scss';

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: block;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  a {
    color: #337ab7;
    cursor: pointer;

    &:hover {
      color: rgb(32, 160, 255);
    }
  }
}

//Tooltip 文字提示 全局样式
.el-tooltip__popper{
  max-width: 70%;
  line-height: 15px !important;
  // letter-spacing: 2px;
}
//main-container全局样式
.app-container {
  padding: 20px;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.pagination-container {
  margin-top: 30px;
}

.text-center {
  text-align: center
}

.marginLeftDownLoad {
  margin-left: 45.5%;
  font-size: 18px;
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  transition: 600ms ease position;
  background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);

  .subtitle {
    font-size: 20px;
    color: #fff;
  }

  &.draft {
    background: #d0d0d0;
  }

  &.deleted {
    background: #d0d0d0;
  }
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;

  &:hover {
    color: rgb(32, 160, 255);
  }
}

//refine vue-multiselect plugin
.multiselect {
  line-height: 16px;
}

.multiselect--active {
  z-index: 1000 !important;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
  width: 8px;  /*滚动条宽度*/
  height: 8px;  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;  /*滚动条的背景区域的圆角*/
  background-color: white;/*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 10px;  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #d2e1ff;  /*滚动条的背景颜色*/
}

.el-table__fixed-right-patch {
  background-color: #D2E1FF !important;
}

.header-title {
  .el-collapse-item__header {
    font-size: 16px;
  }
}

.transfer-class {
  text-align: center;
  .el-transfer-panel {
    text-align: left;
    width: 420px;
  }
  .el-transfer-panel__item {
    display: block;
  }
  .el-checkbox:last-of-type {
    margin-right: 30px;
  }
}

.treeselect-class {
  .el-form-item__content {
    line-height: 38px;
  }
}

.proj-font {
  .iconfont {
    color: #409EFF;
    font-size: 25px;
    margin-left: 5px;
  }
}

.btn-right {
  text-align: right;
}

.empty {
  display: none;
}

.org-class {
  .el-tree-node>.el-tree-node__children {
    overflow: visible;
  }
}

.select-width {
  width: 100%;
}

.organ-item {
  .el-form-item {
    margin-bottom: 10px !important;
  }
}

// 弹性布局
.flex-left{
	display: flex;
	align-items: center;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-spaceB{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-spaceA{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.column-top{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.column-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.column-bottom{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.column-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.column-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.column-spaceB{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.column-spaceA{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}


.column-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.price-table-cell-class {
  height: 72px;
  padding: 0px !important;
}

.vue-treeselect__value-container {
  display: unset;
  height: 34px !important;
}

.vue-treeselect__input-container {
  height: 34px !important;
}
.btnMarginRigth {
  margin-right: 10px;
}
.buttonGroupCenter {
  text-align: center;
  margin: 10px 0px;
}

.lading-head-input {
  width: 180px !important;
  margin-left: 10px;
  .el-input__inner{
    height :36px !important;
  }
}

/* 资料审核：折叠面板collapse--标题、内容样式 */
.coll-title {
  .el-collapse-item__header {
    font-size: 16px;
    color: #6e778f;
    clear: both;
    font-weight: bold;
  }
}

.coll-body {
  .el-collapse-item__content {
    padding-bottom: 15px;
  }
}

.textRight{
  text-align: right;
}
.displayNone{
  display: none;
}
.lineHeight{
  line-height: 36px;
}

.marginBottom2{
  margin-bottom: 10px;
}

.marginBottom3{
  margin-bottom: -6px;
}

.marginBottom4{
  margin-bottom: -2px;
}

.marginBottom5 {
  margin-bottom: -15px;
  z-index: 2;
}

.marginBottom20 {
  margin-bottom: -20px;
  z-index: 2;
}

.marginBottom6{
  margin-bottom: 60px;
}

.marginBottom7{
  margin-bottom: -4px;
}

.marginBottom8{
  margin-bottom: 7px;
}

.marginBottom9{
  margin-bottom: -22px;
}

.title {
  font-weight: 700;
  color: #1890ff;
}

.divider {
  height: 1px;
  background-color: #DCDFE6;
  margin: 5px 0
}

.marginLeft {
  margin-left: 10px;
}

.marginRight{
  margin-right: 20px;
}

.el-select{
  width: 100%;
}

.width{
  width: 100%;
}

.marginRight1{
  margin-right: 10px;
}

.copyImg{
  margin-top: -72px;
  margin-left: 47.35%;
  width: 80px;
  height: 100px;
  float: left;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
  -webkit-appearance:textfield;
}
input[type="number"]{
  -moz-appearance:textfield;
}

.marginBottom {
  margin-top: 3px;
  margin-bottom: -26px;
  z-index: 1;
}

.marginTop{
  margin-top: 20px;
}

.floatRight{
  float: right;
}

.el-divider--horizontal{
margin:15px 0 !important;
}
.iconCorrection{
  color: red;font-size: 24px
}
.correctionMargin{
  margin-left: 5px;
}
.textDecoration{
text-decoration: underline
}
.interviewBaseInfo_style1{
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #C3D4F8;
  height: 42px;
  text-align: center;
  line-height: 40px;
  background-color: #ECF2FF
}
.interviewBaseInfo_style2{
  text-align: center;
  line-height: 40px
}
.interviewBaseInfo_style3 {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #C3D4F8;
  height: 42px;
  text-align: center;
  line-height: 40px;
  background-color: #ECF2FF
}
.interviewBaseInfo_style4 {
  border-bottom: 1px solid;
  border-color: #C3D4F8;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px
}
.interviewBaseInfo_style5 {
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px
}
.interviewBaseInfo_style6 {
  border: 1px solid;
  border-color: #C3D4F8;
  height: 40px;
  background-color: #ECF2FF;
  color: #6D8BBF
}
.interviewBaseInfo_style7 {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #C3D4F8;
}
.interviewBaseInfo_style8 {
  text-align: center;
  line-height: 210px;
  background-color: #ECF2FF;
  color: #6D8BBF
}
.interviewBaseInfo_style9 {
  color: #6D8BBF
}
.interviewBaseInfo_style10 {
  text-align: center;
  line-height: 168px;
  background-color: #ECF2FF;
  color: #6D8BBF
}
.interviewBaseInfo_style11 {
  margin-top: 20px;
  text-align: center
}
.customerMargin{
  margin-left: 7%
}
.employeeButton {
  color: #4C84FF;font-size: 30px;
  float:right;
  cursor: pointer
}
.employeeButtonPadding {
  margin-top: -20px;
}
.selectClass .el-select .el-input__inner {
  background-color: #EEF7FF !important;
}
.selectClass .el-input__inner {
  background-color: #EEF7FF !important;
}
.selectClass .el-input .el-input__inner {
  background-color: #EEF7FF !important;
}
.maintenanceGroupSelect{
  width: 100%
}
.myTable .el-tooltip .el-input__inner{
  padding: 0px !important;
  padding-left: 5px !important;
}
.myTable .common-table-cell{
  padding: 4px 0px !important;
}
.loadmore{
  text-align: center;
  margin-top: 10px
}
.loadmore span{
  cursor: pointer !important;
}

.el-message--error{
  z-index: 5000  !important;
}
