﻿

.section {
    padding: 0.5rem 0.5rem;
    width: 100%;
}


.cs-rounded-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 

/* cs-summary blocks */
.summary-cols6 {
    width: 16.66%;
}

.summary-cols12 {
    width: 22%;
}

.summary-cols50 {
    width: 50%;
}


/*.xoraapps-maincontainer{*/
.cs-summary-container {
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 8px;
    float: left;
}

.xoraapps-framecontent {
    border: 0px currentColor;
    border-image: none;
    text-align: left;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    /*color: #858482;*/
    margin-bottom: -12px;
}

.xoraapps-tilescontent {
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    /*min-height: 100px;*/
    display: block;
    padding: 5px;
    vertical-align: middle;
}

.content-format {
    text-align: center;
    font-weight: bold;
    /*color: #FFFFFF;*/
}

.bgcolor1 {
    background-color: #2E9AFE;
}

.bgcolor2 {
    background-color: #DBA901;
}


.textcolor1 {
    color: #4770eb;
}

.textcolor2 {
    color: #B18904;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.font32px {
    font-size: 32px;
    font-weight: bold;
}
.font28px {
    font-size: 28px;
    font-weight: bold;
}
.font18px {
    font-size: 18px;
}

.font14px {
    font-size: 14px;
}

hr {
    border-top: 1px solid #808080 !important
}
.charts {
    position: inherit;
}

.table-grid-container {
    display: block;
    border: 1px solid #ddd;
}

.flex-1 {
    flex: 1;
    padding: 6px
}

.flex-2 {
    flex: 2;
    padding: 6px
}

.flex-3 {
    flex: 3;
    padding: 6px
}

.margin6px {
    margin: 6px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        flex-grow: 1;
        flex-basis: 0;
        padding: 8px;
    }

/* cs hddpi */
@media only screen and (max-width: 1280px) {
    .summary-cols6 {
        width: 33%;
    }

    .summary-cols12 {
        width: 66%;
    }

    .summary-cols50 {
        width: 100%;
    }
}

/* cs ldpi */
@media only screen and (max-width: 1024px) {
    .summary-cols6 {
        width: 33%;
    }

    .summary-cols12 {
        width: 66%;
    }

    .summary-cols50 {
        width: 100%;
    }
}

/* cs lmdpi */
@media only screen and (max-width: 920px) {
    .summary-cols6 {
        width: 50%;
    }

    .summary-cols12 {
        width: 50%;
    }

    .summary-cols50 {
        width: 100%;
    }
}

/* cs mdpi */
@media only screen and (max-width: 768px) {
    .summary-cols6 {
        width: 50%;
    }

    .summary-cols12 {
        width: 50%;
    }

    .summary-cols50 {
        width: 100%;
    }
}

/* cs sdpi */
@media screen and (max-width: 580px) {
    .summary-cols6 {
        width: 100%;
    }

    .summary-cols12 {
        width: 100%;
    }

    .summary-cols50 {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {

    .navbar.is-fixed-top .navbar-menu,
    .navbar.is-fixed-top-touch .navbar-menu {
        border-top: 2px solid #ccc;
    }

    .navbar-item-alarm {
        position: absolute;
        top: 0;
        float: right;
        right: 52px;
    }

    .navbar-link:not(.is-arrowless) {
        font-size: 1.4rem;
        font-weight: bold;
        background: #f5f6f7;
    }

    .navbar-dropdown .navbar-item {
        font-size: 1.3rem;
        border-bottom: 2px solid #f9f9f9;
    }

    .buttons .button:not(:last-child):not(.is-fullwidth) {
        width: 100%;
        font-size: 1.4rem;
        background: #f5f6f7;
        border-width: 0px !important;
        font-weight: bold;
        justify-content: left !important;
    }

    .navbar-link:not(.is-arrowless)::after {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .table-panel .card-body .flex-container {
        padding-bottom: 8px;
    }

    .flex-container > div {
        min-width: 50%;
        padding: 8px 8px 0 8px;
    }

        .flex-container > div:nth-child(even) {
            text-align: right;
        }

    .cs-grid-header {
        display: none;
    }
}
