@charset "utf-8";

@media print {
    #page-top #content-outer {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 20px !important;
    }
}

body {
    background-color: #fbfbfb;
}

@media screen and (max-width: 480px) {
    main {
        margin-top: 70px;
        padding-left: 0px;
        padding-right: 0px;
    }
    div.oe_structure.o_editable.js-smart-portal{
        padding-left: 0px;
    }
    div.card.chart{
        padding-left: 0px;
    }
}

/* Navbar */
.navbar{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
    div.oe_structure.o_editable.js-smart-portal{
        padding-left: 0px;
    }
    div.card.chart{
        padding-left: 0px;
    }
    g.center-group {
        transform: scale(0.8) translate(250px,50px);

    }
}

.sidebar a:active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

li {
    list-style-type: none;
}

header.o_header_affixed {
    transform: none;
}

.sidebar-footer{
    height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
    list-style-type: none;
    padding-bottom:5.5em;
    padding-left: 5px;
    padding-right: 50px;
}
.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 480px) {
    main {
        margin-top: 100px;
        margin-bottom: 100px;
        padding-left: 240px;
        padding-right: 100px;
    }
}

.container{
    height: 100%;
    width: 100%;
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87;
}
.counter-box.colored-red {
    background: #ee4433;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}
main{
    margin-top: 70px;
}
main.modal-body{
    margin-top: 30px;
    margin-bottom: 30px;
}

.portal-card{
    height: 256px;
}

span.align-middle{
    color: white;
    border: none;
}
button.btn-outline-secondary{
    color: #276e72;
    background-color: #276e72;
}
