﻿    
/*container*/
#proforma #con {
    width: 1024px;
    padding: 0 10px;
}

/*header*/
#proforma #header {
    float: left;
}

#proforma #header .control-label {
    padding-top: 3px;
}

#proforma #header .borderless {
    padding-left: 4px;
}

#proforma #header #top-left {
    float: left;
    width: 280px;
}

#proforma #header #top-left #salesorderid-container a {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

#proforma #header #top-middle {
    float: left;
    width: 240px;
}

#proforma #header #top-right {
    float: left;
    width: 300px;
}

#proforma #header #top-right label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 4px;
}

#proforma #header #top-right #Notes {
    height: 88px;
    width: 100%;
}

/*lines*/
#proforma #lines {
    height: 240px;
    border: 1px solid lightgray;
    margin-top: 10px;
    float: left;
    width: 100%;
}

/*despatch*/
#proforma .despatch-proforma {
    width: 110px;
    margin-right: 5px;
}

#proforma .despatch-proforma > button {
    height: 28px;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#proforma .despatch-proforma > button:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

#proforma .despatch-proforma > button > span.filter-option {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#proforma .despatch-proforma > button > span.bs-caret .caret {
    color: #fff;
}

#proforma .despatch-proforma .dropdown-menu li[data-original-index="0"] {
    display: none;
}

#proforma .document-config .sub-title {
    padding-left: 10px;
    padding-bottom: 4px;
}

#proforma .document-config textarea {
    height: 143px;
}
