﻿#customerprofile .cptab {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

#customerprofile #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;
}

#controlspricing i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: #ddd;
}

#controlsnotes i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: #ddd;
}

#controlsprojects i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: #ddd;
}

#customerprofile #controls > div[data-disabled="true"] i {
    background-color: #f2f2f2;
    color: #848484 !important;
    cursor: not-allowed;
}

#customerprofile #ProfileComments {
    height:200px;
}

#customerprofile .tsbtn {
    float: right;
}

#customerprofile .notesarea {
    width: 100%;
}

#customerprofile .lrbtn {
    float: left;
}


#customerprofile .div1 {
    width: 430px;
}

#customerprofile .div2 {
    width: 500px;
}