﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.jtitle {
    text-align: center;
    font-size: 30px;
    text-shadow:1px 1px 5px rgba(43,43,43,0.2);
    font-weight:bold;
    color:#00011e;
    letter-spacing:1pt;
    word-spacing:-5pt;
    font-family:tahoma, verdana, arial, sans-serif;
    line-height:1;
    padding-bottom: 10px;
    padding-top: 20px;
}

.light-grey-bg {
    background-color: #eeeeee;
}
.txt-p-behavior {
    color: green;
    font-weight: bold;
}
.txt-n-behavior {
    color: red;
    font-weight: bold;
}

.txt-tot-points-p
{
  color: green;
}
.txt-tot-points-n
{
    color: red;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label.btn.toggle.active,
label.btn.toggle.active.focus {
    background-color: green;
}

.point-table {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    /*background-color: #a1a1a1;*/
    /*-webkit-box-shadow: 3px 4px 14px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 3px 4px 14px 0px rgba(0,0,0,0.59);
    box-shadow: 3px 4px 14px 0px rgba(0,0,0,0.59);*/
}
.point-table-row {
    border-bottom: 5px solid #b4b4b4;
}
   .point-table-container {
        padding-bottom: 10px;
        /*border-bottom: 1px solid #a1a1a1;*/
        -webkit-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.15);
        box-shadow: 1px 1px 14px 0px rgba(0,0,0,0.15);
    }