﻿
body {
    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%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.ibox {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%), 0 6px 8px 0 rgb(0 0 0 / 8%);
    border: solid 1px rgba(0,0,0,0.1);
}

.ibox-title {
    border-top-color: #5697c2;
    background-color: #fcfcfc;
}

.breadcrumb {
    padding: 8px 0px 8px 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    background: #fcfcfc;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}

h5 {
    font-weight: 700;
}

body {
    font-size: 14px;
}

.nav > li {
    font-size: 13px;
}

.gray-bg {
    background: #eeeef3;
}

.status.online:before {
            background-color: #44b72d;
            border-color: #78D965;
            box-shadow: 0px 0px 4px 1px #94E185;
        }


.status.offline:before {
    background-color: #8e8081;
    border-color: #717171;
}

.status:before {
            content: ' ';
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 5px;
            border: 1px solid #000;
            border-radius: 7px;
        }
