.dashboardTitle{
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    padding:5px 0px;
}

.orderRow{
    width: 100%;
    height: 55px;
}

.orderRowBorder{
    border-bottom:solid;
    border-bottom-color: #36a4a4;
    border-width: 1px;
}

.orderRow:hover{
    background: #afdbdb;
}

.customerRow{
    width: 100%;
    height: 55px;
}

.customerRowBorder{
    border-bottom:solid;
    border-bottom-color: #adab94;
    border-width: 1px;
}

.customerRow:hover{
    background: #d9d8c2;
}


.noticeRow{
    width: 100%;
    height: 55px;

}

.noticeRowBorder{
    border-bottom:solid;
    border-bottom-color: #104d91;
    border-width: thin;
}

.noticeRow:hover{
    background: #b7c7dd;
}

.worklistRow{
    width: 100%;
    height: 55px;

}

.worklistRowBorder{
    border-bottom:solid;
    border-bottom-color: #f28500;
    border-width: thin;
}

.worklistRow:hover{
    background: #f9eabb;
}

.worklistRowReport{
    width: 100%;
    height: 55px;
    border-bottom:solid;
    border-bottom-color: #f28500;
    border-width: thin;
}

.worklistRowReport:hover{
    background: #f9eabb;
}

.documentsRow{
    width: 100%;
    height: 55px;
}

.documentsRowBorder{
    border-bottom:solid;
    border-bottom-color: #f28500;
    border-width: thin;
}

.documentsRow:hover{
    background: #f9eabb;
}

.eventsRow{
    width: 100%;
    height: 55px;
}

.eventsRowBorder{
    border-bottom:solid;
    border-bottom-color: #f28500;
    border-width: thin;
}

.eventsRow:hover{
    background: #f9eabb;
}

.rowText {
    width: 70%;
    padding: 15px 5px 5px 15px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.dashboardImage{
    width: 28px;
    padding: 9px;
    float: right;
}
.dashboardImage img{
    height: 32px;
    width: 22px;
    padding: 7px 3px 2px 2px;
}

.dashboardCount{
    font-weight: bold;
    font-size: 22px;
    padding:10px 2px 0px 2px;
    float: right;
    text-align: right;
}

.subText{
    font-style: italic;
    font-weight: normal;
    margin: 3px 0px 0px 0px;
}

.arrows{
    font-size: 32px;
    padding: 10px 2px 10px 0px;
    float: right;
    visibility: hidden;
}

.panel-order {
    border-color: #36a4a4;
}

.panel-order > .panel-heading {
    background-image: -webkit-linear-gradient(top, #c3e4e4 0, #afdbdb 100%);
    background-image: -o-linear-gradient(top, #c3e4e4 0, #afdbdb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e4e4), to(#afdbdb));
    background-image: linear-gradient(to bottom, #c3e4e4 0, #afdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3e4e4', endColorstr='#ffafdbdb', GradientType=0);
    background-repeat: repeat-x;
    border-color: #36A4A4;
    padding: 5px 10px;
}


.panel-customer {
    border-color: #adab94;
}
.panel-customer > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9d8c2 0, #d9d8c2 100%);
    background-image: -o-linear-gradient(top,  #d9d8c2 0, #d9d8c2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d8c2), to(#d9d8c2));
    background-image: linear-gradient(to bottom,  #d9d8c2 0, #d9d8c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d8c2', endColorstr='#ffd9d8c2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #adab94;
    padding: 5px 10px;
}

.panel-notice,.panel-CCSP{
    border-color: #104D91;
}
.panel-notice > .panel-heading,.panel-CCSP > .panel-heading {
    background-image: -webkit-linear-gradient(top, #7291bb 0, #7291bb 100%);
    background-image: -o-linear-gradient(top,  #7291bb 0, #7291bb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7291bb), to(#7291bb));
    background-image: linear-gradient(to bottom,  #7291bb 0, #7291bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7291bb', endColorstr='#ff7291bb', GradientType=0);
    background-repeat: repeat-x;
    border-color: #104D91;
    padding: 5px 10px;
}

.panel-worklist, .panel-ACN{
    border-color: #f28500;
}
.panel-worklist > .panel-heading ,.panel-ACN > .panel-heading {
    background-image: -webkit-linear-gradient(top, #ffbb1b 0, #ffbb1b 100%);
    background-image: -o-linear-gradient(top,  #ffbb1b 0, #ffbb1b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbb1b), to(#ffbb1b));
    background-image: linear-gradient(to bottom,  #ffbb1b 0, #ffbb1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1b', endColorstr='#ffffbb1b', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f28500;
    padding: 5px 10px;
}

.panel-documents {
    border-color: #f28500;
}
.panel-documents > .panel-heading {
    background-image: -webkit-linear-gradient(top, #ffbb1b 0, #ffbb1b 100%);
    background-image: -o-linear-gradient(top,  #ffbb1b 0, #ffbb1b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbb1b), to(#ffbb1b));
    background-image: linear-gradient(to bottom,  #ffbb1b 0, #ffbb1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1b', endColorstr='#ffffbb1b', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f28500;
    padding: 5px 10px;
}

.panel-events {
    border-color: #adab94;
}
.panel-events > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9d8c2 0, #d9d8c2 100%);
    background-image: -o-linear-gradient(top,  #d9d8c2 0, #d9d8c2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d8c2), to(#d9d8c2));
    background-image: linear-gradient(to bottom,  #d9d8c2 0, #d9d8c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d8c2', endColorstr='#ffd9d8c2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #adab94;
    padding: 5px 10px;
}
