div.root-form{
    width: 100%;
    height: 100%;
}

div.root-form-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

div.root-form-container form, 
div.root-form-org-container form {
    height: 100%;
}

div.root-form-org-container{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
    padding-top: 45px;
    margin-top: -40px;
}

div.root-form-body{
    /* width: 800px; */
    height: 100%;
    padding: 30px 30px 10px;
    box-sizing: border-box;
}

div.root-form-footer {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
}

div.root-form-footer button{
    margin-right: 10px;
}

div.root-form div.ant-form-item-label label, 
div.root-form-org-container label {
    width: 120px;
    display: inline-block;
}

div.root-form div.ant-form-item-label label.ant-checkbox-wrapper,
div.root-form-org-container label.ant-checkbox-wrapper {
    width: 20px;
}

div.org-tree-select {
    margin-left: -20px;
    width: 280px !important;
    max-height: 350px !important;
}

div.root-modal  div.root-form-body{
    width: 500px;
    padding:5px 20px;
}

div.root-modal div.root-form-body div.ant-form-item label{
    width: 80px;
    display: inline-block;
}

div.root-modal-publish div.root-form-body div.ant-form-item label{
    width: 120px;
    display: inline-block;
}

div.root-search-eval-label div.ant-form-item label{
    width: 80px;
}

span.score-count{
    font-size: 22px;
    color: #f00;
    position: relative;
    top: 5px;
    left: 5px;
}

div.root-form-body-mul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: auto;
}

div.root-form-body-mul div.ant-form-item-label label {
    width: 80px;
}

div.root-form-line{
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px dashed #ddd;
    margin: 10px auto;
}

/*form radius */

.ant-select-selection, 
.ant-input,
.ant-btn{
    border-radius: 2px;
}

.extends-button {
    background: rgb(25, 194, 67);
}

div.root-form-body p{
    padding-left: 20px;
    color: #4086F0;
}