﻿/* 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. */

/* 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;
    }
}

.bg-black {
    background-color: #000000;
}

.table-dark {
    background-color: #000000;
}

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: #2c363f;
    }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #3e5975;
    border: 1px solid #999;
}

    .page-link:hover {
        color: #fff;
        background-color: #4c7fb6;
    }

.page-item.disabled .page-link {
    color: #777;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #999;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4c7fb6;
    border-color: #999;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background: #fff;
    color: #ddd;
}

    .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
        color: #fff;
    }

.background-white {
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding:10px;
}

.bg-white {
    background-color: #FFF;
    color: #000;
}

    .bg-white:hover {
        background-color: yellow !important;
        color: #000;
    }

.RadioStyle [type="checkbox"] {
    display: none;
}

.RadioStyle [type="radio"] {
    display: none;
}

.RadioStyle input:checked + label {
    background: url(../images/ico_checkon.svg) no-repeat right bottom;
    background-size: 21px 21px;
    color: #00a4ff;
}

.RadioStyle label {
    border: 1px solid #00a4ff;
    padding: 2px 10px 2px 5px;
    line-height: 14px;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
    background-color: white !important;
    color: black !important;
}

.clear {
    clear: both;
}

.surveyViewerContainer .sv_row {
    clear: both;
    min-width: 50px;
    background-color: black;
}

    .surveyViewerContainer .sv_row .form-control {
        clear: both;
        min-width: 50px;
        background-color: black;
        border: black;
        color: white;
        display: block;
        text-align: left;
    }


.surveyEditorContainer .sv_row {
    clear: both;
    min-width: 50px;
    background-color: black;
}

    .surveyEditorContainer .sv_row .form-control {
        clear: both;
        min-width: 50px;
        background-color: black;
        border: black;
        color: white;
    }

.handPointer {
    cursor: pointer;
}

.progressUpload {
    height: 1.75rem !important;
    background: #f0f0f0;
    margin: 30px;
    display: none;
    position: relative;
}

    .progressUpload .bar {
        background: green;
        width: 33%;
        height: 30px;
    }

    .progressUpload .label {
        line-height: 30px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        color: black;
    }
