
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 14px !important;
}

body {
    color: #111;
    background: #d6d6d6;
    overflow-x: hidden;
}

.bg-dark {
    background-color: #0f415a !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
}

label .menu {
    position: absolute;
    right: -100px;
    top: -113px;
    z-index: 100;
    width: 200px;
    height: 183px;
    border-radius: 0%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: pointer;
}

.logo {
    width: 40%;
}

label .hamburger {
    position: absolute;
    top: 146px;
    left: 50px;
    width: 30px;
    height: 2px;
    background: #69D2e7;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    label .hamburger:after, label .hamburger:before {
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #69d2e7;
    }

    label .hamburger:before {
        top: -10px;
    }

    label .hamburger:after {
        bottom: -10px;
    }

label input {
    display: none;
}

    label input:checked + .menu {
        box-shadow: 0 0 0 15vw #FFF, 0 0 0 15vh #FFF;
        border-radius: 0;
    }

        label input:checked + .menu .hamburger {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            label input:checked + .menu .hamburger:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                bottom: 0;
            }

            label input:checked + .menu .hamburger:before {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                top: 0;
            }

        label input:checked + .menu + ul.trNav {
            opacity: 1;
            -webkit-transition: .25s 0s ease-in-out;
            transition: .25s 0s ease-in-out;
        }

ul.trNav {
    z-index: 200;
    position: absolute;
    top: 18rem;
    right: 10rem;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-30%, -50%);
    opacity: 0;
    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
    margin: 0;
    padding: 0;
}

    ul.trNav a {
        margin-bottom: 1em;
        display: block;
        color: #297c8c;
        text-decoration: none;
    }

        ul.trNav a:hover {
            text-decoration: inherit;
        }

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.headbox {
    padding: 13px;
    margin-bottom: 20px;
}

.headbox2 {
    padding: 13px;
    min-height: 500px;
}

.mainh {
    font-size: 28px;
    color: #000;
    margin-left: 15px;
    margin-top: 10px;
}

.clientnm {
    color: #68bec3;
    font-weight: 600;
    font-size: 19px;
    font-size: 19px;
    margin-top: 10px;
    margin-right: 15px;
}

.f-gap {
    margin-bottom: 30px;
}

#app {
    padding: 50px 0;
}

.custom-legend {
    cursor: pointer;
}

text.custom-legend-value {
    font-size: 28px;
    fill: black;
    alignment-baseline: hanging;
}

text.custom-legend-title {
    font-size: 15px;
    fill: grey;
    alignment-baseline: hanging;
}

.chart {
    width: 260px;
    max-width: 100%;
}

.chartele {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.mainboxh {
    font-size: 16px;
    color: #000;
}

.c1, .c2, .c3 {
    padding: 5px 31px 5px 5px;
}
.c1 {
    background: #0e415a;
}

.c2 {
    background: #61b6bb;
}

.c3 {
    background: #137887;
}

.m-t-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-tb-20 {
    margin-bottom: 20px;
}

.ctxt {
    color: #000;
    font-size: 15px;
}

.lirow {
    background: #eee;
    padding: 2px 10px 2px 3px;
    margin-bottom: 20px;
}
/*
Generic Styling, for Desktops/Laptops
*/

.table-blue thead th {
    background: #0e415a;
    color: white;
    font-weight: bold;
}

/* shrink font size of all tables */
.table {
    font-size: 0.85rem;
}

/*table {
    width: 100%;
    border-collapse: collapse;
}*/

/*th {
    background: #0e415a;
    color: white;
    font-weight: bold;
}

th {
    padding: 7px;
    border: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

td {
    padding: 7px;
    border: 0px;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}*/

.ltxt {
    color: #000;
    font-size: 15px;
    margin-top: 7px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .7rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    color: #fff;
    background-color: #237887;
    border-color: #237887;
    border-radius: 0px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0e415a !important;
        border-color: #0e415a !important;
    }

.sbtn {
    color: #fff;
    background-color: #0e415a !important;
    border-color: #0e415a !important;
    margin-top: 20px;
    border-radius: 0px !important;
}

    .sbtn:hover {
        color: #fff;
        background-color: #237887;
        border-color: #0e415a !important;
        margin-top: 20px;
    }

.ofilter {
    margin-top: 20px;
    color: #000;
    margin-right: 19px;
    font-size: 20px;
    font-weight: 300;
}

.filters {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

.m-b-100 {
    /*<!-- margin-bottom: 100px;-->*/
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5f5f5f;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 32%;
    padding: 21px 25px 24px 24px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
    margin-bottom: 170px;
    margin-top: 100px;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #68bec3 none repeat scroll 0 0;
    border-color: #68bec3;
    color: #ffffff;
    font-size: 21px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: center;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.btn.lnr {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    .btn.lnr::before {
        font-family: Linearicons-Free;
    }

.labletxt {
    float: left;
    color: #000;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 4px;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }


.dtxt {
    color: #000;
    font-size: 18px;
    line-height: 3;
}

.detailsrow {
    width: 90%;
    margin: 0px auto;
}



@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
           max-width: 100%;
    }
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, tr, th, td {
        display: block !important;
        width: 100%;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {

    .main-div {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 2px;
        margin: 10px auto 30px;
        max-width: 96%;
        padding: 21px 25px 24px 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 901px) {

    .main-div {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 2px;
        margin: 10px auto 30px;
        max-width: 96%;
        padding: 21px 25px 24px 24px;
    }
}


/* ===[ Alert boxes ]=== */
.alert-box {
    font-family: Tahoma,Geneva,Arial,sans-serif;
    border-radius: 10px;
    padding: 12px 10px 8px 50px;
    margin: 5px;
    color: #555;
    position: relative;
    text-align: left;
    min-height: 55px;
}

    .alert-box::before {
        font-size: 30px;
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .alert-box.info {
        border: 1px solid #68a2cf;
        background: #e1f2fc;
    }

    .alert-box.success {
        border: 1px solid #a3c159;
        background: #eeffdd;
    }

    .alert-box.notice {
        border: 1px solid #e6c555;
        background: #fef7e0;
    }

    .alert-box.error {
        border: 1px solid #ff9999;
        background: #feebeb;
    }

    .alert-box.info::before {
        font-family: fontAwesome, Arial, Helvetica, sans-serif;
        font-weight: 400;
        content: "\f05a";
        color: #68a2cf;
    }

    .alert-box.success::before {
        font-family: fontAwesome, Arial, Helvetica, sans-serif;
        font-weight: 400;
        content: "\f00c";
        color: #a3c159;
    }

    .alert-box.notice::before {
        font-family: fontAwesome, Arial, Helvetica, sans-serif;
        font-weight: 400;
        content: "\f071";
        color: #e6c555;
    }

    .alert-box.error::before {
        font-family: fontAwesome, Arial, Helvetica, sans-serif;
        font-weight: 400;
        content: "\f00d";
        color: #ff4444;
    }

    .alert-box.small {
        background-image: none;
        padding: 6px 10px 6px 10px;
        min-height: auto;
        font-size: 13px;
    }

        .alert-box.small::before {
            margin-right: 6px;
            font-size: 1em;
            left: 0;
            top: 0;
            position: relative;
        }

    .alert-box .close-box {
        position: absolute;
        right: 16px;
        top: 6px;
    }

        .alert-box .close-box:hover {
            cursor: pointer;
        }

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

    .alert-box > ul {
        list-style: disc;
        margin: 0.4em 0 0 1.4em;
    }


.col-green {
    color: #36D900;
}

.col-red {
    color: #D90000;
}

html,
body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.footer {
    height: 50px;
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    margin: 0;
    background: #0e415a;
    color: #68bec3;
}


/* Tablesorter Sort Icons */
.tablesorter-header {
    position: relative;
    box-sizing: border-box;
}

.tablesorter-header-inner {
    padding-right: 1em;
}

.tablesorter-header::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 1.2em;
    content: "\21C5";
}

.tablesorter-header.tablesorter-headerAsc,
.tablesorter-header.tablesorter-headerDesc {
    border-bottom: 3px solid #fff;
}

    .tablesorter-header.tablesorter-headerDesc::after {
        content: "\2193" !important;
    }

    .tablesorter-header.tablesorter-headerAsc::after {
        content: "\2191" !important;
    }

/* .NET Radio and Checkbox spacing */
.dotNetRadio input[type="radio"] {
    margin: 0 0.5em;
}

.dotNetCheckbox input[type="checkbox"] {
    margin: 0 0.5em;
}


/* base button */
.btn {
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

    /* Allow for inline font awesome classes */
    /* padding between font awesome and button / textbox text */
    .btn.fas::before, .btn.far::before, .btn.fal::before {
        font-family: "Font Awesome 5 Pro";
        margin-right: 0.4em;
        /*font-size: 0.9em;*/
    }

    .btn.fas::before { /* Font Awesome Solid icon weight */
        font-weight: 900;
    }

    .btn.far::before { /* Font Awesome Regular icon weight */
        font-weight: 400;
    }

    .btn.fal::before { /* Font Awesome Light icon weight */
        font-weight: 300;
    }

    .btn.iconOnly.fas::before,
    .btn.iconOnly.far::before,
    .btn.iconOnly.fal::before {
        margin-right: 0;
    }

    .btn.iconOnly.fa::before {
        margin-right: 0;
    }

    /* Margin between inline buttons */
    .btn.btn-block + .btn {
        margin-top: 0.2em;
    }

.bg-grey {
    background-color: #eee !important;
}


#header .logo {
    width: auto;
    max-height: 5rem;
}

#header .navbar {
    position: initial !important;
}

    #header .navbar span.fal.fa-bars {
        color: #69d2e7;
        font-size: 2rem;
    }

#header #navWrapper {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 24rem;
    z-index: 100;
    font-size: 1.6rem;
    color: #297c8c;
}

#footer {
    height: 50px;
    bottom: 0;
    top: auto;
    width: 100%;
    margin: 0;
    background: #0e415a;
    color: #68bec3;
}
