﻿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;
    padding-top: 50px;
}

/* 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;
    }
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #ffffff;
}



.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item p {
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
}

.list-group-item:first-child {
    border-top: none;
}

.list-group-item:last-child {
    border-bottom: none;
}
#voteStatus .list-group {
    margin-bottom: 5px;
}

/* 
.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    } */





.footer {
    margin-top:15em;
  }
  

  /* --------------- Responsive TAB Fixes --------------- */
/* small device */
@media (max-width: 767px) {
    #planning-nav{
        display: inherit;
    }

    /* .device-big {
        display: none;
    }

    .device-small {
        display: block;
    } */
}
/* big device */
@media only screen and (min-width : 768px) {
    #planning-nav{
        display:none;
    }

    /* .device-big, .tab-content > .tab-pane {
        display: block;
    }

    .device-small {
        display: none;
    }

    .tab-content > .tab-pane {
        display: block;
    } */
}
/* --------------- / Responsive Fixes --------------- */