﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    height: 100px;
    /*background-color:#c9efef;*/
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 130px;
    line-height: 30px; /* Vertically center the text there */
}
.v-code {
    text-align: left;
}
.vcode {
    padding:12px 6px;
    width: 60%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    clear: right;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-center {
    margin-top: 30%;
}
.border-top {
    border-top: 1px solid #dae1e7 !important;
}
.text-muted {
    color: #fff !important;
}
.border-bottom {
    border-bottom: 5px solid #ba2a17 !important;
}
@media(min-height:330px) {
    .text-center {
        margin-top: 10%;
    }
    .border-top {
        border-top: 1px solid #dae1e7 !important;
    }

    .text-muted {
        color: #fff !important;
    }
    .v-code {
        text-align: left;
    }

    .vcode {
        padding: 12px 6px;
        width: 50%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        clear: right;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .border-bottom {
        border-bottom: 5px solid #ba2a17 !important;
    }
}
@media(min-width:768px) {
    .col-8 {
        max-width: 33.333337%;
    }
    .col-dd {
        max-width: 50%;
    }
    .border-top {
        border-top: 1px solid #dae1e7 !important;
        background-color: #333333;
    }
    .v-code {
        text-align: left;
    }

    .vcode {
        padding: 12px 6px;
        width: 60%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        clear: right;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .text-muted {
        color: #fff !important;
    }

    .border-bottom {
        border-bottom: 5px solid #ba2a17 !important;
    }
}
@media(max-width:768px) {
    .imgcs {
        width: 320px;
        height: 240px;
    }
    .table-content td{
        /*padding:0.2rem;*/
    }
    .border-top {
        border-top: 1px solid #dae1e7 !important;
        background-color: #333333;
    }
    .v-code {
        text-align: left;
    }

    .vcode {
        padding: 12px 6px;
        width: 50%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        clear: right;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .text-muted {
        color: #fff !important;
    }

    .border-bottom {
        border-bottom: 5px solid #ba2a17 !important;
    }
}

