/*
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 100px; /* body padding for fixed top nav */
}

.green {
    color: green !important;
}

.red {
    color: #f04124 !important;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

    .sidebar ul {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #cccccc;
    }

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 5px 0;
}

/*#0072bc
    #0063a3
*/
div.day {
    width: 12.5%;
    font-size: 10px;
    min-height: 125px;
    padding: 2px;
}

    div.day div.nameofday {
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 6px;
    }

        div.day div.nameofday small {
            text-align: right;
            font-size: .8em;
        }

    div.day div.daysched {
        height: 100%;
        width: 100%;
        padding: 1px;
        border: solid 1px #e1e1e1;
        background-color: #fafafa;
    }

        div.day div.daysched strong {
            display: block;
            font-size: 11px;
            padding: 2px 0px 5px 0px;
        }

a.calevent {
    display: block;
    width: 100%;
    padding: 2px;
    margin-bottom: 2px;
    background-color: #333;
    color: #fafafa;
    font-size: 1.3em;
}

div.noeventstoday {
    display: none;
    visibility: hidden;
}

div.noevents div.noeventstoday {
    display: block;
    visibility: visible;
    padding: 6px 0px 6px 0px;
    margin-top: 20px;
    text-align: center;
}

.bg-primary {
    color: #fff;
    background-color: #0072bc;
}

.bg-danger {
    background-color: #f2dede;
}

.bg-success {
    background-color: #dff0d8 !important;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .carousel {
        height: 70%; /* increases the carousel height so it looks good on phones */
    }

    div.day {
        width: inherit;
    }
}

div.invite-ctr {
    margin-top: 20px;
}

li.substitute {
    height: 45px;
    width: 100%;
    clear: both;
}

a.pick-sub {
    width: 250px;
    text-align: left;
}

ul#subs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.bg-dark {
    background-color: #333 !important;
}

.wait-spinner div {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    /*top: 60px;*/
    background-color: #333;
    border-radius: 50%;
    animation: move 4s infinite cubic-bezier(.2,.64,.81,.23);
}

    .wait-spinner div:nth-child(2) {
        animation-delay: 150ms;
    }

    .wait-spinner div:nth-child(3) {
        animation-delay: 300ms;
    }

    .wait-spinner div:nth-child(4) {
        animation-delay: 450ms;
    }

@keyframes move {
    0% {
        left: 0%;
    }

    75% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}


@media (min-width: 768px) {
    body {
        padding-top: 200px;
    }

    div.invite-ctr {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 100px;
    }

    div.invite-ctr {
        margin-top: 80px;
    }
}
