﻿body {
    line-height: 1.42857143;
    font-size: 14px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.h1, h1 {
    font-size: 36px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
}

.h4, h4{
    font-size: 18px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h5, h5 {
    font-size: 14px;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 100%;
    display: block;
    height: 34px;
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar {
    padding: 0px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-form-label {
    text-align: left;
}

.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info {
    border-color: #bce8f1;
    margin-bottom: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

well-lg {
    padding: 24px;
    border-radius: 6px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/*.accordion {
    --bs-accordion-btn-icon
}*/
.accordion-button {
    color: white;
    background-color: #221C46;
    padding: 10px 15px;
}

    .accordion-button:focus {
        box-shadow: none;
       /* border-color: green;*/
    }

/*.accordion-button::after {
    color: white;
    background-color: #221C46;
}*/

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #221C46;
}

.accordion-header {
    margin-top: 0;
    /*margin-bottom: 30px;*/
    /*padding: 10px 15px;*/
    /*    height: 10px;*/
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-object {
    display: block;
}


.media:first-child {
    margin-top: 0;
}

@media (min-width: 576px) {
    .container {
        max-width: auto;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: auto;
    }
}

@media (min-width: 992px) {
    .col-form-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

    .container {
        max-width: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}



/*@media only screen and (min-width: 768px) {
#spree-navbar ul > li {
    width: 12%;
    display: inline-block;
}
}*/
    /*@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}*/
    /*@media (min-width: 768px) {
    .col-md-4 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-form-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

    .col-md-4 {
        width: 33.33333333%;
    }*/
    /*@media (min-width: 768px) {
    .col-form-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }*/
}
