﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.container {
    height: 100px;
    padding-top: 17px;
    transition: all .3s;
}

.navbar-inverse {
    background-color: #157fcc;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-size: 20px;
        padding-top: 22px;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #333;
        }

        .navbar-nav {
            background-color: #157fcc;
        }

.headerSmall {
    height: 70px;
    padding-top: 5px;
}

#BCLogo {
    left: -15px;
    top: 7px;
    position: absolute;
}

.flip-card {
    background-color: transparent;
    width: 282px;
    height: 185px;
    perspective: 1000px;
    margin-bottom: 3em;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: #888888;
}

.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}

.cell-imagecommand {
    background-position: center;
    width: 100%;
    margin-top: -5px;
    height: 30px;
}