.display-setting-base{
    .position-and-rotate{
        width: 100%;
    }
    .position,.rotate{
        width: calc(50% - 5px);
    }
    .position .fe-modal-content,.rotate .fe-modal-content{
        height: 90px;
    }
    .rotate .fe-modal-content{
        position: relative;
    }
    .position{
        float: left;
    }
    .rotate{
        float: right;
    }
    .position .flexem-form-body{
        height: 90px;
    }
    .width-and-height{
        height: 30px;
        width: 100%;
    }
    .width-and-height>div{
        width: 50%;
        display: inline-block;
        max-width: 137px;
    }
    .width-and-height:nth-child(1){
        margin-bottom: 10px;
    }
    .inline-block{
        display: inline-block;
    }
    span.inline-block{
        width: 20px;
    }
    input.inline-block{
        width: 80px;
        height: 30px;
    }
    .width-and-height:nth-child(2){
        margin-bottom: 0;
    }
    .rotate-body{
        width: 64px;
        height: 64px;
        margin: 2px 10px;  
        position: relative;
        top: -5px; 
    }
    .rotate-border{
        width: 54px;
        height: 54px;
        position: absolute;
        border: 1px solid #b5c2ca;
        top: 11px;
        left: 5px;
    }
    .rotate-top,.rotate-middle,.rotate-bottom{
        width: 100%;
        height: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rotate-middle,.rotate-bottom{
        margin-top:16px; 
    }
    .rotate-top>div,.rotate-middle>div,.rotate-bottom>div{
        width: 10px;
        height: 10px;
    }
    .rotate-body{
        height: 66px;
    }
    .rotate-body input[type=radio]{
     width: 10px;
     height: 10px;
     position: relative;
    }
    .rotate-body input[type=radio]::before{
        width: 10px;
        height: 10px;
        background: white;
        border: 1px solid #b5c2ca;
        border-radius: 0;
        position: absolute;
        left: 0;
        top:0;
    }
    .rotate-body input[type=radio]::after{
        top: 1px;
        left: 1px;
    }
    .rotate-body input[type=radio]:checked:before{
        width: 10px;
        height: 10px;
        background: #3695ff;
    }
    .rotate-body input[type=radio]:checked:after{
        top: 1px;
        left: 1px;
    }
    .angle{
        width:130px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .angle span{
        width: 45px;
        line-height: 30px;
        font-size: 14px;
    }
    .angle input{
        width: 80px;
        height: 30px;
        padding: 5px 10px;
    }
    .flexem-form-body{
        position: relative;
        input{
            padding: 0 5px;
        }
    }
    .primeng-datatable-container{
        .ui-table-thead{
            tr{
                border-bottom: 0!important;
            }
        }
        th,td{
            box-sizing: border-box;
            background: transparent;
            padding: 0 10px!important;
            line-height: 29px;
        }
    }
    .primeng-datatable-container .primeng-no-data{
        box-sizing: border-box;
        padding: 5px 10px;
        height: 30px;
    }
    .ui-table-scrollable-body{
        margin-top: -1px;
    }
    .btns button{
        margin-right: 10px;
    }
    .btns{
        margin: 10px 0; 
    }
    .margin-top-5{
        margin-top: 5px;
    }
    .and-or-select{
        font-size: 12px;
        color: #666666;
        height: 24px;
        width: 80px;
    }
}
