
html {
    position: relative;
    min-height: 100%;
}
.body-background {
    background-image: url('../../images/CCSbackground.jpg') ;
    background-size: cover;
    margin: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    display: block;
    overflow: auto;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*Override dataTables and buttons align properties to centre the buttons on the page*/
.dataTables_wrapper .dt-buttons {
    float:none;
    text-align:center;
}

table.dataTable tbody tr.selected {
    color: white !important;
    background-color: #e0e0e0 !important;
}

/*Make a very large modal*/
@media only screen and (min-width: 767px){
    .bigModal
    {
        width: 1450px;
        margin-left: -330px;
    }}

/*Make a medium large modal*/
@media only screen and (min-width: 767px){
    .mediumModal
    {
        width: 1000px;
        margin-left: -330px;
    }}


/*Override the color of an Active tab*/
#selectedTab
{
    background-color: #343a40;
    color: white;
}

#deselectedTab
{
    background-color: lightgrey;
    color: black;
}

/*Override the color of an Active tab class*/
.selectedTab
{
    background-color: #343a40;
    color: white;
}

.deselectedTab
{
    background-color: lightgrey;
    color: black;
}


/*Align all number input fields to the right*/
input[type=number]
{
    text-align:right
}


/*Show validation errors as red*/
label.error {
    color: red;
}

/* links */
label {
    font-weight: bold;
}

.table-cell-right-align {
    text-align: right;
}


a.paginate_button .current {
    background: red !important;

}


/*To bring data picker to the front on modal*/
.datepicker {z-index: 1151 !important;}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
}

.styled-select {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 30px;
    height: initial !important;
}
.table-area{
    max-width: 100% !important;
}

/*@media (max-width: 978px) {*/
/*.container-mobile{*/
/*padding:0;*/
/*margin:0;*/
/*}*/
/*}*/

/* For User modal */

.modal-dialog {
    top: 0!important;
    transform: translateY(0%) !important;
    width: 70%;
}

.modal-user {
    max-width: 70% !important;
}

/* For Dashboard Tables */
.dash-table > thead > tr > th,
.dash-table > tbody > tr > td,
.dash-table > tfoot > tr > td {
    color: white !important;
    opacity: .75 !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
}
td >.btn {
    font-size: 14px !important;
    padding: 5px 6px !important;
}
.btnLrg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}
div#allowSelectStore {
    padding: 0px 20px;
}

.qrContainer p {
    margin-bottom: 0px !important;
    color: black !important;
}
.meterRow div{
    padding-right: 1px !important;
    padding-left: 12px !important;
}

.dropdown-item.active{
    color: #495057 !important;
    text-decoration: none;
    background-color: #ffffff !important;
}
.dropdown-item.active:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #2FA4E7 !important;
}
.row.searchRow {
    padding-right: 20px;
}
#searchDates
{
    background: #1976d2 none repeat scroll 0 0 !important;
    border-radius: 4px  !important;
    color: #ffffff  !important;
    margin-right: 3px  !important;
    padding: 4px 15px  !important;

}