/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 25, 2018, 10:41:41 AM
    Modern Services
*/


.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {

    margin-bottom: 30px;
}
.home {
     background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    position: fixed;
    top:40%;
    left:25%;
}
#reportrange {
    background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%;
}
#notes-table tr{
padding: 10px;
}

#chart_div, #table_div {
    left: -5%;
}
.stats {
    left:-10%;
    padding-right: 5%;
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}
.table-pdf {
    font-size: 10px;
}
#search-div, #search-div button, #search-div a  {
    font-size: 14px;
}
.btn-primary {
    background-color: #1c4861 !important;
    border-color: #1c4861 !important;
}

a {
    color: #1c4861 !important;
}

.btn-secondary {
    color: #fff !important;
     background-color: #FB8500 !important;
     border-color: #ffca4c !important;
}
.page-item.active .page-link {
    background-color: #1c4861 !important; 
   border-color: #1c4861 !important;
}
#category-warn {
    margin-top: 20%;
/*    margin-left:-10%;*/
    width:50%; 
    display: none;
}