﻿
/* 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%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

.borderless td, .borderless th {
    border-width: 0 !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.navbar-brand > img {
    max-width: 170px;
    max-height: 76px;
}

#currentPrices .expired {
    font-style: italic;
    text-decoration: line-through;
    color: #666;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 55px;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 55px;
}

    .footer .text-muted {
        font-size: 1.2em;
    }

    .footer hr {
        margin-bottom: 0px;
    }

    .footer div {
        margin-right: 5%;
        margin-top: 15px;
        font-size: 10px;
        float: right;
    }

        .footer div.version {
            float: left;
            margin-top: 20px;
            margin-left: 275px;
            color: #777777;
        }

    .footer img {
        height: 25px;
        margin-left: 10px;
    }

/* Bootstrap override */
#wrapper #page-content-wrapper {
    position: relative;
}

#visibilityButton {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 999;
}

    #visibilityButton .btn {
        padding: 6px 20px;
        font-size: 30px;
        color: #888888;
    }

.validation-summary-valid {
    display: none;
}

.ui-pnotify.parity-notification {
    z-index: 50;
}
