/* Enter your custom styles here */
.sapMTitleStyleAuto {
    font-size: 1.5rem !important;
}
zsapMPage, .sapMPage>section {
	height: inherit !important;
}
.zredFontBold{
	font-weight: bold !important;
	color: red !important;
}
.sapMTile.sapMTileActive{
	background: #F47321;
}

.sapUiTableHSb {
    height: 26px !important;
}
html.sap-desktop ::-webkit-scrollbar {
    height: 26px !important;
}
html.sap-desktop ::-webkit-scrollbar-thumb  {
    border-radius: 10px !important;
}
.zversion {
    font-size: 0.7rem !important;
}


.sapMDialog>header .sapMDialogTitleGroup .sapMTitle {
    color: #F47321;
}
.sapMDialogInformation>header>div:last-of-type .sapMIBar.sapMIBar {
    box-shadow: inset 0 -0.125rem #F47321;
}
/*
.sapMTitle {
    color: #32363a;
}*/

.sapMDialogInformation>header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
    color: #F47321;
}
.sapUiCalHead>.sapUiCalHeadB {
    color: #F47321;
}
.sapMInputBaseIconPressed .sapMInputBaseIcon, html.sap-desktop .sapMInputBaseIconPressed .sapMInputBaseIcon:hover {
    background: #F47321;
}
span.sapMBtnInner.sapMBtnEmphasized {
    background-color: #F47321 !important;
    border-radius: 10px;
    border-color: transparent;
}
.sapMBtnInner {
    border: 0rem ;
}
.sapMBtnIcon {
	color: #bbbcc0;
}
/* Boton Regresar*/
span.sapMBtnInner.sapMBtnAccept {
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    font-weight: bold;
    color: #FFFFFF;
    border-color: transparent;
}

:not(.sapMBtnDisabled):not(.sapMSBActive)>span.sapMBtnInner.sapMBtnAccept:not(.sapMBtnActive):not(.sapMToggleBtnPressed)>.sapMBtnIcon {
    color: #bbbcc0 !important;
}

.sapMBtnInner.sapMBtnText .sapMBtnIcon:before {
    color: white;
}
/* Button Cerrar sesion */
span.sapMBtnInner.sapMBtnReject {
    color: #FFFFFF;
    border-radius: 10px ;
    font-weight: bold;
    background-color: #231f20 ;
    border-color: transparent;
}
.sapMDialogInformation>header:last-of-type .sapMIBar.sapMIBar {
	box-shadow: inset 0 -0.125rem #F47321;
}


.sapMInputBaseContentWrapper:not(.sapMInputBaseReadonlyWrapper) {
    border-radius: 10px !important;
}
.sapMPDFViewerContent.sapMPDFViewerReducedContent {
    border-radius: 1rem !important;
}
.sapMLabel {
	color: #32363a !important;
	font-weight: bold;
}

.sapUiTableHeaderRow {
    background-color: #bbbcc0 !important;
}
.zbackgroundPage{
	background-image: url('../img/fondo.jpg') ;
	background-repeat: no-repeat;
	background-size: cover;
}
.zbackgroundImgBorder{
	padding: 0rem 2.5rem 0 2.5rem !important;
	background-color: #FFFFFF;
}
.zbackgroundImgMenu{
	background-image: url('../img/Menu.jpg') ;
	background-repeat: no-repeat;
	background-size: cover;
}
.zpadding2Rem{
	padding: 0rem 2.5rem 0 2.5rem !important;
}
.zbackgroundPageColor{
	background-color: #FFFFFF;
}
.zsapMBar.sapMIBar.sapMHeader-CTX {
	background-color: #bbbcc0 !important;
}

.zbackgroundSignIn{
	background-color: #FFFFFF !important;
	border-radius: 2rem !important;
}
.zBorderRadius2Rem{
	border-radius: 1rem;
}


.sapUiTableCnt {
    border-radius: 1rem;
}
.zwhite{
	color: #FFFFFF;
}
.zwhiteBC{
	background-color: #FFFFFF;
}
.sapMTile {
    border-radius: 1rem;
}
.sapMStdTileTopRow {
     padding: 2rem 2rem 0 2rem !important;
}
html.sap-phone .sapMStdTileTitle {
    line-height: 1rem;
}    

.sapMStdTileIconDiv{
	color: #32363a;
	padding: 0rem 3rem;
}
.sapMLnk {
    color: #F47321;
    font-weight: bold;
}

.zTitle2 {
    color: #231F20 !important;
}
.sapMStdTileTitle {
    font-weight: bold;
    text-align: center;
}
.zTileIcon .sapUiIcon {
  font-size: 3rem;
}