.wy-nav-content {
    max-width: 100% !important;
}
.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
    list-style: disc;
    line-height: 24px;
    margin-bottom: 0px!important;
}
.wy-table-bordered-all, .rst-content table.docutils {
    border: 1px solid #e1e4e5;
    width: 100%!important;
}
p {
    margin-bottom: 0.5em!important;
}
.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td, .wy-table th, .rst-content table.docutils th, .rst-content table.field-list th {
    font-size: 100%!important;
}
.wy-nav-side {
    background: #2980b9;
}
.rst-content dl:not(.docutils) dt {
    display: table;
    width: 100%;
    margin: 6px 0;
    font-size: 90%;
    line-height: normal;
    background: #e7f2fa;
    color: #2980B9;
    border-bottom: solid 1px #6ab0de;
    border-top: solid 1px #6ab0de;
    padding: 6px;
    position: relative;
}
/* override table width restrictions */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
         this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}
/* Colors and text decoration.*/
.black {
    color: black;
}

.gray {
    color: gray;
}

.grey {
    color: gray;
}

.silver {
    color: silver;
}

.white {
    color: white;
}

.maroon {
    color: maroon;
}

.red {
    color: red;
}

.magenta {
    color: magenta;
}

.fuchsia {
    color: fuchsia;
}

.pink {
    color: pink;
}

.orange {
    color: orange;
}

.yellow {
    color: yellow;
}

.lime {
    color: lime;
}

.green {
    color: green;
}

.olive {
    color: olive;
}

.teal {
    color: teal;
}

.cyan {
    color: cyan;
}

.aqua {
    color: aqua;
}

.blue {
    color: blue;
}

.navy {
    color: navy;
}

.purple {
    color: purple;
}

.under {
    text-decoration: underline;
}

.over {
    text-decoration: overline;
}

.blink {
    text-decoration: blink;
}

.line {
    text-decoration: line-through;
}

.strike {
    text-decoration: line-through;
}

.it {
    font-style: italic;
}

.ob {
    font-style: oblique;
}

.small {
    font-size: small;
}

.large {
    font-size: large;
}

.smallpar {
    font-size: small;
}


.sap-icon {
    font-family: "SAP-icons" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid transparent;
    border-radius: 3px;
    /* background-color: rgb(84, 150, 205); */
    height: 26px;
    /* color: white; */
}

/* Custom sizes */
.sap-icon-small { font-size: 12px; }
.sap-icon-medium { font-size: 16px; }
.sap-icon-large { font-size: 24px; }

.sapBase{
    border-bottom-left-radius: 3.2px;
    border-bottom-right-radius: 3.2px;
    padding-left :7px;
    padding-right :7px;
    height: 24px;
    font-family: "72", "72full", Arial, Helvetica, sans-serif;
    text-align :center;
    /* height: 1.625rem; */
    min-width: 2.0rem;
    vertical-align: middle;
}
.sapMBtnEmphasized {
    background-image: none;
    background-color:rgb(84, 150, 205);
    border-color:rgb(84, 150, 205);
    color: #fff;
    text-shadow: 0 0 .125rem rgba(0, 0, 0, 0.5);
}

.sapMBtnAccept{
    border-color: #2b7c2b;
    color: #2b7c2b;
    
}

.sapMBtnReject {
    border-color: #b00;
    color: #b00;
    
}