html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.pagination li{
    padding:0;
    margin:0;
}

.datepicker {
    max-width:10em;
}
.control-label
{font-weight:500}

.walkthrough-accent {
    color: #1575A7;
}

.card {
    overflow:hidden;
}
.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-body .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: -10px;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

.stat-image {
    font-size: 7rem;
}
.card-inverse {
    color:white;
}

.card-header h5{
    margin-bottom:0;
}

.ajaxLoadDiv{
    position:relative;
}

.loadingImage {
    background-image: url('../images/ajax-loader.gif');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px; /* Adjust as needed */
    height: 75px; /* Adjust as needed */
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    display:none;
}

.vallssButton {
    width:99px;
}

.disabledReadingPlan:disabled{
    background-color:white;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-google {
    color: white !important;
    background-color: #ea4335;
}

.btn-google:hover {
    background-color: #e72918;
}

.statsAnchor{
    text-decoration:none;
    color:white;
}

.linkIsDisabled {
    /*color: currentColor;*/
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}

.noPlan{
    width:100px;
    display:inline-block;
}

.addObjectiveModal textarea {
    height:100px;
}