﻿#ffrma #lines {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

#ffrma #con {
    width: 1024px;
    height: 100%;
    padding: 10px;
}

#ffrma .imp {
    margin-left: 5px;
    float: left;
    height: 45px;
}

#ffrma .large {
    width: 250px;
}

#ffrma .rma-group {
    width: 480px;
    float: left;
}

#ffrma .btn-info {
    width: 100px
}

#ffrma .NotesBox {
    width: 100%;
}

#ffrma .tsbtn {
    float: right;
}


#ffrma #detail #controls i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: transparent;
    float: left;
}

#ffrma #detail #replace i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: transparent;
}

#ffrma .special-date-picker {
    width: 150px;
}

#ffrma .editor1 {
    width: 500px;
}

#ffrma .editor2 {
    width: 500px;
}