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

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

header.login-bar {
    background-color: #222;
    color: rgb(157, 157, 157);
    margin-bottom: 20px;
    height: 50px;
    font-size: 18px;
}

header.login-bar:hover {
    color: white;
}

.log_panel {
    background-color: #f5f5f5;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #5b8436;
}

.log_container {
    width: 80%;
    padding: 5px;
    margin-left: 35px;
}
.log_title {
    color: #6b6767;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.log_footer {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
}

.container {
    width: 1270px;
    max-width: 1340px;
}

#main-container {
    width: 300px;
}
/***
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
***/

.img-captcha {
    margin-right: 10px;
    width: 200px;
    height: 100px;
}

/***
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
***/
/***
.container-fluid {
    margin-top:30px;
}
***/
.rememberMe {
    padding-left: 10px;
}

.loginBtn {
    float:right;
}

.carousel-inner {
    height:450px;
}

.chart-wrapper.mt-3.mx-3 {
    height: 70px;
}
