
.assDetailsMain {
    max-height: calc(100vh - 120px);
    height: auto;
    overflow-y: auto;
}
.template_type label{
    float: initial;
}
.companyRatio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.companyRatio .el-input{
    width: 60px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.companyRatio.ibox-content-title:before{
    top: 15px !important;
}

.assDetailsDialog .el-dialog {
  margin: 0 auto;
  height: 100%;
  border-radius: 0;
}
.assDetailsDialog .el-dialog .el-dialog__body {
  padding-bottom: 0;
}

