*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.contC {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 1px 1px 6px #d0d0d0;
    border-radius: 5px;
    padding: 10px 0px;
    max-width: 600px;
    display: inline-block;
    margin-left: 20px;
}

.contDiv {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: #f9f9f9;
    margin: 0;
    background-image: url(img/bg2.png);
    background-position: center top;
}
h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b6b6b;
    padding: 30px 0;
}

/* Table Styles */

input[type=date] {
    padding: 5px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ababab;
}



.upDiv {
    background: #fff;
    padding: 10px;
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0px 0px 4px 1px #ccc;
}

.uploadInp {
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px #ccc;
    margin: 15px;
}

.btnU {
    padding: 10px;
    border: none;
    box-shadow: 1px 1px 1px #80bd1a;
    background: #80bd1a;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.stat {
    display: inline-block;
    padding: 20px;
    background: transparent;
    width: 90%;
}

.stat-item {
    display: inline-block;
    width: 220px;
    font-size: 16px;
    /* border: 1px solid #e6e6e6; */
    text-transform: uppercase;
    box-shadow: 0px 2px 2px #abababcc;
    line-height: 18px;
    margin-top: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #6f6f6f;
    background: linear-gradient(to bottom, #d7eab7 -200%, #79b90f 100%);
    border-radius: 4px;
    padding: 7px;
    /* box-shadow: 1px 1px 1px #ccc;*/
}

.stat-num {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.stat-item2 {
    background: #e89f29;
}

.subText {
    font-size: 20px;

}

.iname {
    display: inline-block;
    width: 260px;
    /* display: block; */
    word-wrap: break-word;
    /* width: 50px; */
    white-space: normal;
    margin: 20px;
}

.iname span {
    color: #808080;
    font-size: 21px;
    text-transform: uppercase;
}

.table-wrapper{
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    background: #f9f9f9;
    height: 100%;
    padding-bottom: 50px;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    box-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.2 );
    max-height: 200px;
    overflow: auto;
    width: 100%;
    display: block;
    float: left;
    margin: 20px;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #65882b;
    position: sticky;
    top: 0;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: linear-gradient(to bottom, #d7eab7 -200%, #79b90f 100%);
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
  border: 3px solid #fff;
}

h1 {
    padding: 5px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(to bottom, #d7eab7 -200%, #79b90f 100%);
    font-size: 24px;
}

.menu {
    width: 100%;
    text-align: center;
}

.menu a {
    padding: 15px 15px;
    margin-top: 20px;
    margin-left: 5px;
    display: inline-block;
    background: #80bd1b;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 1px 1px #a9a9a9;
}

.frmUser {
    height: 300px;
    position: absolute;
    left: 50%;
    width: 500px;
    margin-top: 100px;
    margin-left: -250px;
    text-align: center;
}

.frmUser input {
    padding: 10px;
    margin: 5px;
    border: 1px solid #79b90f;
    font-size: 18px;
}

.frmUser input[type=submit] {
    background: #79b90f;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 30px;
    display:block;
    margin: 0 auto;
    margin-top: 15px;
}

.themed-grid-col {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgb(232 243 216);
    border: 1px solid rgb(196 208 178);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.lifeCont {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 1px 4px #afafaf;
}

.red {
    background: linear-gradient(to bottom, #eab7b7 -200%, #b90f0f 100%);
}

.infoBox {
    box-shadow:none;text-shadow:none;background: transparent;color: #3c3c3c;width:100%;font-size:12px;
    margin-top: 2px;
}

.info {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #dee2b7;
    padding: 5px;
    background: #fcffe2;
    border-radius: 10px;
}

.subTitle {
    font-weight: bold;
    color: #676565;
    text-transform: uppercase;
    margin-top: 20px;
}

.boxField {
    background: #ffffff;
    border: 1px solid #eaeaea;
    max-width: 1000px;
    box-shadow: 1px 2px 3px #eaeaea;
    margin: 0 auto;
    padding: 15px 15px 30px 15px;
}

.smallBox {
    width: 150px;
}