/* possible collors */
/* #00b3ec */
/* #4fc3f1 */
/* #83d0f5 */
/* #c9e8fb */
/* #e5f4fe */
/* #e6f5ff */

.reportPage {
    background-color : #e6f5ff !important;
}

.reportPage ::-webkit-scrollbar-thumb {
    background-color: #c9e8fb !important;
}

.reportPage ::-webkit-scrollbar-thumb:hover {
    background-color: #00b3ec !important;
}

.reportToolbar.sapMIBar.sapMHeader-CTX {
    background: #00b3ec !important;
}

.reportToolbar .sapMTBSeparator {
    background-color: white !important;
}

.reportPage .sapMTB {
    border-bottom: 1px solid #00b3ec !important;
}

.reportPage .sapMPageHeader::before {
    border: none !important;
}

.reportToolbar {
    background-color : #00b3ec !important;
    border-bottom : none;
}
        
.reportToolbar .sapMBtn:hover>.sapMBtnHoverable {
    background-color : #83d0f5 !important;    
}

.reportToolbar div.sapMBtnInner.sapMBtnEmphasized {
    background-color : #00b3ec !important; 
    border-color : #00b3ec !important;
    text-shadow : none !important;
}

.reportGothamRndBook {
    font-family: GothamRnd-Book, Arial !important;
}

.reportToolbarLabel {
    font-family: GothamRnd-Book, Arial !important;
    color : white !important;
    text-shadow : none !important;
}

.reportToolbarButton .sapMBtnIcon {
    color : white !important;
    border : none !important;
    text-shadow : none !important;
}

.reportCustomSplitContainer .sapMBtnIcon {
    color : black !important;
    border : none !important;
    text-shadow : none !important;
}

.reportDataItemHeaderLabel {
    font-family : GothamRnd-Book, Arial !important;
    color : black !important;
    text-shadow : none !important;
    font-size : 0.8rem !important;
    line-height : normal !important;
    font-weight : bold !important;
    text-transform : uppercase !important;
}

.reportDataItemHeader {
    background-color : #83d0f5 !important;
    line-height : 3rem !important;
    text-transform : uppercase !important;
    font-weight: bold !important;
    font-size : 0.8rem !important;
    padding-left : 1rem !important;
    padding-right : 1rem !important;
    border-bottom : none !important;
    background-image : none !important;         
}

.reportDataItemHeader  .sapMBtn:hover>.sapMBtnHoverable {
    background-color : #00b3ec !important;
}

.reportItemButtonTable .sapMBtnInner{
    background: #00b3ec !important;
    border: none !important;
    text-shadow: none !important;
    color: white !important;
}

.reportItemButtonTable .sapMBtnIcon{
    color: white !important;
}

.reportItemButtonTable:focus>.sapMFocusable{
    outline: none !important;
}

.reportFilterTable {
    background-color : #83d0f5 !important;    
}

.reportFilterTable .sapMListTblCell {
    padding-bottom: 0rem !important;
}

.reportDataInput input {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
}   

.reportDataTable .sapMBtn:hover>.sapMBtnHoverable{
    background-color : #83d0f5 !important;        
}

.reportDataTable .sapMLIBHoverable:hover {
    background-color : #e5f4fe !important;        
}

.reportDataTable .sapMListTblCell {
    border-color : #83d0f5 !important;
}

.reportDataTable .sapMListTbl th {
    background: #e5f4fe !important;
    background-color: #e5f4fe !important;
}

.reportDataItemSimpleForm .sapUiFormResLayout>div {
    background-color : #e6f5ff !important;
}

.reportDataItemSimpleForm {
    background-color : #e6f5ff !important;
}

.reportDataItemSimpleForm .sapUiFormResGrid>div {
    background : none !important;
}

.reportDataItemSimpleForm .sapUiFormResGrid {
    background-color : none !important;
}

.reportDataItemSimpleForm .sapUiForm .sapUiFormTitle {
    background-color : #c9e8fb !important;
    line-height : 3rem !important;
    text-transform : uppercase !important;
    font-weight: bold !important;
    font-size : 0.8rem !important;
    padding-left : 1rem !important;
    padding-right : 1rem !important;
    border-bottom : none !important;
    background-image : none !important;         
    display: block !important;
}

.reportDataItemSimpleForm .sapUiForm .sapUiFormTitle {
    font-family : GothamRnd-Book, Arial !important;
    color : black !important;
}

.reportDataItemLabel {
    color : black !important;
}

.reportFilterSelectList .sapMLIB {
    background-color: #e6f5ff !important;
    border-bottom-color: #00b3ec !important;
}

.reportFilterSelectListBusyIndicator {
    background-color: #e6f5ff !important;
}

.reportSearchField {
    font-family: GothamRnd-Book, Arial !important; 
}

.reportLink {
    font-family : GothamRnd-Book, Arial !important;
    color : blue !important;
}

.reportDataMaintainListGrouping .sapMLIBContent {
    color : black !important;
}

.reportDataMaintainListGrouping .sapMLIB.sapMGHLI {
    background-color : #80d9ff !important;
    border-bottom-color: #008fcc !important;
}

.reportDataItemSubHeader{
    background-color : #c9e8fb !important;
}

.reportDataItemSubHeader .sapMBtn:hover>.sapMBtnHoverable {
    background-color: #83d0f5 !important;
}

.reportDataItemSubHeader{
    background-color : #c9e8fb !important;
}

.reportDataItemSubHeader .sapMBtn:hover>.sapMBtnHoverable {
    background-color: #83d0f5 !important;
}

.reportItemButton .sapMBtnIcon {
    color: white !important;
}
        
.reportItemButton .sapMBtnInner {
    background: #00b3ec !important;
    border: none !important;
    text-shadow: none !important;
    color: white !important;
}

.reportItemButton:focus>.sapMFocusable{
    outline: none !important;
}

.reportSwitch {
    border-color : #00b3ec !important;
}

.reportSwitch .sapMSwtOn:not(.sapMSwtAcceptReject) {
    background-color : #00b3ec !important;
}  

