﻿body {
    padding-top: 0;
    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;
    }
}

/*Customer profile style*/

fieldset.content-group > legend > span {
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    z-index: 1;
}

fieldset.content-group > legend {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal;
    border-bottom: none !important;
}

    fieldset.content-group > legend::before {
        position: absolute;
        content: ' ';
        width: 100%;
        left: 0;
        top: 50%;
        height: 1px;
        background: rgba(0,0,0,.12);
        z-index: 0;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0px;
/*    padding: 1.25rem;*/
}

.card-footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-appdec {
    width:150px;
    height:40px;
}
.profile-li {
    padding: 0px;
}
.profile-li > a:hover{
    text-decoration:none;
    font-weight:bold;
}

.profile-ul {
    margin-bottom: 0px;
}
.app-menu{
    padding:0px;
}

.profile-left-menu > .list-group-item {
    padding: 20px 15px;
}

.register-div{
    min-height:450px;
}

.register-right-div{
    text-align:center;
}

.ikonats-aktive {
    color: #f44336 !important;
}
.ikonatsw-aktive {
    color: #f44336 !important;
    background-color:#fff;
}

@media screen and (min-width:1200px){
    .homepage .banner {
        min-height: auto !important;
    }

}
/*.no-shipping {
    padding-left: 11px !important;
    font-size: 25px;
    padding-bottom: 7px !important;
    padding-top: 7px !important
}
*/
.minicolors-theme-default .minicolors-input {
    height: 30px !important;
}

.minicolors-theme-default .minicolors-swatch {
    top: 5px !important;
    height: 20px !important;
}