#dashboard {
    white-space: nowrap;
    position: relative;
    top: 0;
    vertical-align: text-top;
    xxheight: 640px;
    opacity: 1;
    transition: opacity .4s;
}

#dashboard.ng-hide {
    opacity: 0;
    display: block;
}

.dashboard-section {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.dashboard-section:nth-child(1) {
    max-width: 40%;
}

.dashboard-section:nth-child(2) {
    max-width: 55%;
}

/************  PANELS   **********************************************************/
#dashboard .taskList, #dashboard .invoiceApprovalQueue {
    position: relative;
    top: 0;
    xxxbackground: blue;
    box-shadow: 3px 3px 10px #aaaaaa;
    display: inline-block;
    margin-bottom: 15px;
}

/***********   GRID HEADERS  *****************************************************************/
#dashboard .rfng-grid__header {
    background: #80807F;
}

#dashboard .taskList .rfng-grid__header-control,
#dashboard .invoiceApprovalQueue .rfng-grid__header-control {
    float: left !important;
    font-weight: 600;
    color: #f79720;
    font-size: 20px;
    cursor: inherit;
    display: inline-block;
    text-align: center;
    width: 100%;
}

/***********   END: HEADER  *****************************************************************/

/**************  GRID FOOTER  *****************************************************/
#dashboard .rfng-grid {
    margin-bottom: 0 !important;
}

/**********  Lookup   ********/
#dashboard .lookup {
    background: white;
    position: relative;
    box-shadow: 3px 3px 10px #aaaaaa;
    height: 250px;
    width: 100%;
    margin-right: 25px;
    margin-bottom: 15px;
}

#dashboard .lookup .body {
    padding: 10px 30px 10px 30px;
    position: relative;
    height: 185px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#dashboard .lookup .header {
    display: inline-block;
    top: 0;
    text-align: center;
    padding-left: 10px;
    width: inherit;
    height: 36px;
    line-height: 36px;
    background: #80807F;
    font-weight: 600;
    color: #f79720;
    font-size: 20px;
    cursor: inherit;
}

#dashboard .lookup .footer {
    position: absolute;
    bottom: 0;
    margin-top: 3px;
    height: 40px;
    padding: 8px 8px 0px 8px;
    width: 100%;
    color: #f79720;
    background: #e2e3e3;
}

.multiContainer {
    width: 100%;
    display: table;
    margin: 15px;
}

.multiContainer > div {
    display: table-cell;
    border: none;
}
