/* XYZ AdminCSS */

body {
    /* background-color:#e0e0e0;*/
    font-family: 'Source Sans Pro', sans-serif;
    background: #ffffff;
    color: #7d66b6;
}

.header {
    font-family: Verdana, Geneva, sans-serif;
    color: #ffffff;
    padding: 15px 15px 15px 25px;
    border-radius: 5px 5px 0px 0px;
    min-height: 35px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.5);
}

#nav {
    float: right;
    clear: left;
    padding: 10px;
    margin: 20px 0px 0px 0px;
}

.adminhead {
    font-size: 30px;
    font-family: 'Slabo 27px', serif;
    font-weight: bold;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    margin-bottom: 10px;
    display: block;
    border-radius: 0px 0px 5px 5px;
    text-align: left;
}


.style1 {
    height: 444px;
}

a.link {
    color: #333333;
    font-size: 12px;
    padding: 5px;
    background-color: #eeeeee;
    text-decoration: none;
    border: 1px solid #cccccc;
    width: 100% !important;
}

    a.link:hover {
        background-color: #ffffff;
        text-decoration: none;
    }

.linkHead {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px !important;
    padding: 5px;
    background-color: #eeeeee;
    text-decoration: none;
    border: 1px solid #666666;
    border-radius: 5px;
    display: inline-block;
}

a.linkHead:hover {
    background-color: #ffffff;
    text-decoration: none;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #777;
    border-radius: 0px 0px 8px 8px;
}

    .item ul {
        list-style: none;
        margin: 0px !important;
        padding-left: 0px;
    }

    .item li, .item li a {
        text-decoration: none !important;
        padding-left: 8px;
        line-height: 25px;
        display: block;
        color: #202021;
        border-bottom: 1px solid #ccc;
    }

        .item li:first-of-type {
            background: #585858;
            margin-top: 0px !important;
            padding: 5px !important;
            color: #ffca00;
            font-weight: bold;
            text-transform: uppercase;
            background-image: none !important;
            font-size: 15px !important;
            -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -8px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
            -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -6px 0 rgba(0,0,0,.25), inset 0 -8px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
            box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.25), inset 0 -1px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
        }

.item-headers {
    background: #194c9c;
    margin-top: 0px !important;
    padding: 5px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.76);
    font-weight: bold;
    text-transform: uppercase;
}

.item li:last-of-type {
    border-bottom: none !important;
}

.item li a:last-of-type {
    border-bottom: none !important;
}


.item li:hover {
    background-image: url(../images/RightArrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    padding-left: 21px;
    font-weight: bold;
    font-size: 14px;
}


.accordion {
    margin: 1em 0
}

    .accordion h3 {
        background-color: #028385;
        color: #fff;
        cursor: pointer;
        margin: 0;
        padding: 4px 10px
    }

        .accordion h3.current {
            cursor: default
        }

    .accordion div.pane {
        padding: 5px 10px
    }

.JReportL {
    font-size: 17px;
    font-weight: bold;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #779408;
    padding: 5px;
}

/* tables ------------------------------------------------- */

.table1 {
        min-width: 700px;
    }

table.table1 col.col_sel {
    width: 25px;
}

table.table1 col.col_sort {
    width: 37px;
}

table.table1 col.col_cmt {
    width: 50px;
}

table.table1 col.col_date {
    width: 70px;
}

table.table1 col.col_icon {
    width: 100px;
}

table.table1 {
    padding: 0;
    margin: 0;
    color: #333;
}
    table.table1 th {
        background: #333;
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
    }

        table.table1 th span {
            float: left;
        }

            table.table1 th span.cmt {
                text-indent: -900em;
                display: block;
                width: 13px;
                height: 13px;
            }

    table.table1 td {
        background: #f3f3f3;
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        /*font-weight: normal;*/
        vertical-align: middle;
    }

    table.table1 tr td:nth-child(2) {
        word-break: keep-all;
    }

    table.table1 tr.self td {
        background: #fff;
        color: #b42a2a;
    }

    table.table1 a.cmt {
        display: block;
        padding-left: 18px;
    }

input.sel {
    padding: 0;
    margin: 0px 0 0 5px;
    width: 14px;
    height: 14px;
}

td input.sel {
    margin: 0px 0 -2px 5px;
}

table.table1 th.sel, table.table1 td.sel {
    padding: 0px 0 0 0px;
    vertical-align: middle;
}

table.table1 td.sort {
    padding: 0px 3px;
}

table.table1 td.icon {
    padding: 0px 3px;
    vertical-align: middle;
}

.table_cell {
    padding: 5px;
}

.tdCenter {
    text-align: center;
}

.tabletop {
    font-size: 14px;
    min-width: 500px;
}

.tableedit {
    font-size: 14px;
    min-width: 1000px;
}

.tabletop td {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.tableGrid {
    font-size: 14px;
    min-width: 1200px;
}

    .tableGrid td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

table.tableData {
    padding: 0;
    margin: 0;
    color: #333;
    width: 100%;
    background: white;
}

    table.tableData th {
        background: #333;
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
    }

        table.tableData th span {
            float: left;
        }

    table.tableData td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
    }


    table.tableData tr:nth-child(even) {
        background: #d3d3d3
    }

.tablefull {
    border: 0px;
    width: 99%;
}


canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-full {
    width: 60%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: black;
}

#divClock {
    Color: black;
    float: right;
    display: block;
    font-size: 14px;
    margin-right: 10px;
}

td {
    max-width: 1000px;
    word-wrap: break-word;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 574px) {
    .chart-container {
        width: 98%;
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

    #tblPayNow td {
        display: inline-block;
    }

    canvas {
        min-height: 200px;
    }

    .invoice-box table tr td:nth-child(2) {
        text-align: left;
    }

    .input-group-text {
        display: flex;
        align-items: center;        
        text-align: center;
        white-space: nowrap;       
    }

    table.table1 {
        min-width: 350px;
    }

    table1, tabletop {
        width: 100%;
        min-width: 350px;
    }

    td, th {
        display: block;
        width: 100%;
    }

    tr {
        display: block;
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}
