@import 'common.scss';

.right {
    padding: 0 24px 0 275px;
    color: rgba(51, 51, 51, 1);
    .title {
        height: 36px;
        line-height: 36px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(238,238,238,1);
        h1 {
            font-size: 20px;
            font-weight: normal;
        }
        input {
            padding: 9px 26px;
            font-size: 14px;
            margin-left: 10px;
            border: 0;
            border-radius:2px;
            &.cancel {
                background: #fff;
                border:1px solid rgba(158,158,158,1);
            }
            &.save {
                color: #fff;
                background:rgba(237,50,42,1);
            }
        }
    }
    .table-wrap {
        label {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-top: 2px;
            margin-right: 15px;
            background: url(./i/table-no-selected.png) no-repeat center center;
            background-size: 100% 100%;
        }
    }
}