﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
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%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.loginForm {
    width: 500px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .loginForm {
        width: 300px;
    }
}

.float-right{
    float:right;
}

.float-left {
    float: left;
}
.margin-10 {
    margin-top: 10px;
    margin-right: 10px;
}

.margin-20 {
    margin-top: 20px;
    margin-right: 20px;
}

fieldset > legend {
    background: linear-gradient(to right top, rgb(34, 34, 34), rgb(68, 68, 68));
    padding: 4px 6px;
    border: 1px solid #222222;
    color: white;
}

.btn-gradient {
    background: linear-gradient(to right top, #222, #444);
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: all 0.25s ease-in-out;
}

.btn-gradient:hover {
    background: linear-gradient(to right top, #333, #666);
    transform: translateY(-2px);
}

table #tblHeader td + td > fieldset {
    position: relative;
    top: -12px;
    width: auto;
    max-width: 100%;
}

#tblHeader {
    width: 100%;
}

#tblHeader td {
    padding: 0px;
}

#tblHeader td tr td {
    padding: 0.25em 2em 0.25em 0;
}

#tblHeader td tr td input[type="text"] {
    width: 250px;
    max-width: 100%;
}

.label-caption {
    color: #5c5c5c;
    font-family: HelveticaCN, 'Helvetica', sans-serif, monospace;
    font-size: 1.3em;
    margin: 0;
}

.table-cell-control {
    vertical-align: bottom;
}

.table-padding-rl {
    padding-left: 20px;
    padding-bottom: 5px;
}

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin-left: 10px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

select#soflow-color {
    color: #fff;
    background-image:url(../images/15xvbd5.png);
    background-color: #779126;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
}


.lens-data-edit {
    width: 100px;
}

.options-data-edit {
    width: 75px;
}

.td-padding5 td {
    padding: 5px;
}

.TabArea {
    text-align: center;
}

.PricingTabArea input[type=text] {
    text-align: right;
}

.PricingTotalTabArea input[type=text] {
    text-align: right;
    font-weight: bold;
}

.tab-footer {
    display: flex;
    justify-content: flex-end; /* rechtsbündig */
    padding: 16px 20px;
    margin-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.1);
}