.customerCasePanel {
    width: 1000px;
    height: 600px;
}

.form-wizard .steps {
    margin-bottom: 5px;
}

/*.nav>li>a {*/
    /*padding: 0px 15px !important;*/
/*}*/

.form-wizard .steps > li.done > a.step .number {
    background-color: #67809F !important;
}

/* Case Summary Styles */

.customerCaseSummaryPage {
    height: 355px;
}

.case-summary-field-label {
    float: left;
}

.case-summary-field-label label {
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 14px;
    color: #666;
}

.case-summary-field {
    float: left;
    font-size: 14px !important;
    font-weight: 600;
    color: #666;
}

.ccsp-case-details-item {
    margin: 30px 0px 30px 0px;
}

.ccsp-contact-info-item {
    margin: 30px 0px 30px 0px;
}

.ccsp-prod-id-item {
    margin: 30px 0px 30px 0px;
}

.ccsp-replacement-product-item {
    margin: 30px 0px 30px 0px;
}

.ccsp-acct-item {
    margin: 30px 0px 30px 0px;
}

/* Case Edit Styles */
.case-field-label {
    float: left;
}

.case-field-label label {
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 14px;
    color: #666;
}

.case-field {
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    color: #666;
}

.case-field-row {
    margin: 25px 0px 25px 0px;
}

.case-field-row2 {
    margin: 10px 0px 10px 0px;
}

.case-form-body {
/*    height: 325px; */
}

.case-log-comment {
    position: absolute;
    bottom: 70px;
    width: 100%;
    border-top: solid 1px;
    padding: 20px 0px 10px 20px;
    height: 110px;
}

.case-form-footer {
    position: absolute;
    bottom: 0px;
    padding: 8px 0px 8px 0px !important;
    height: 60px;
    background-color: #FFFFFF !important;
}

.case-form-footer-button {
    float: right;
    margin-right: 25px;
    margin-bottom: 15px;
}

.customerCaseTasks {
    width: 500px;
    height: 575px;
}

.case-search-button .w2ui-buttons {
    padding: 5px 0px 5px 0px !important;
}

.case-search-button .w2ui-buttons button {
    float: right;
    width: 200px;
    margin-right: 15px;
}

.form-wizard .progress {
    overflow: visible;
}

.custCaseSideBar {
    width: 100%;
    height: 100%;
/*    background-color: #1D97BC; */
    background-color: #67809F;
}

.custCaseSideBarMenuBody {
/*    background: url(../../global/img/menu_2.gif) repeat-y; */
    padding: 20px 0px 0px 15px;
}

.custCaseSideBarMenuList {
    width: 180px;
    padding-left: 10px !important;
    list-style-type: none;
}

.custCaseSideBarMenuList li {
    height: 37px;
    background: url(../../global/img/menu_3.gif) bottom repeat-x;
}

.custCaseSideBarMenuList li a {
    width:180px;
    height:33px;
    border-left:#75c5de 10px solid;
    font:bold 12px Verdana, Arial, sans-serif;
    color:#ffffff;
    text-decoration:none;
    padding:10px 0 0 10px;
    display:block !important;
    display: inline-block;
}

.custCaseSideBarMenuListItem {
    margin: 20px 0px 20px ;
}

.custCaseSideBarMenuList li a:hover {
    background:url(../../global/img/menu_5.jpg) left repeat-y;
}

.ccEditMainBlank {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}