﻿/* 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-top: 20px;
    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;
    }
}

#form-main {
    display: none;
}

#form-div {
    border: 3px dashed #006FD1;
    border-radius: 70px;
    width: 80%;    
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    padding: 20px 20px 30px 20px;
}

#form-div p {
    font-size: 16px;
    font-weight: 600;
    color: #006FD1;
}

#list-files {
    width: 80%;    
    margin: auto;
    margin-top: 10px;
    padding: 0 10px;
}

#notice {
    width: 80%;
    margin: auto;
    padding: 20px;
    font-size: 11px;
    line-height: 15px;
    text-align: right;
}

#list-table {
    width: 100%;    
}

#list-table td {
    padding: 10px 5px;    
    font-size: 12px;     
}

#list-table div {
    margin: auto;
    padding: 3px;
    font-size: 11px;    
    text-align: center;
    border-radius: 7px;
    cursor: pointer;    
}

#list-table div {
    color: #fff;
    text-decoration: none;
}

#list-files .less {
    display: none;
}

#list-convert-formats {
    display: flex;
    flex-wrap: wrap;
}

#list-convert-formats .format {
    flex-grow: 1;
	width: 25%;
    padding: 5px;
    margin: 5px;
    background-color: #aaa;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}

#list-table .back {
    background-color: #f0f0f0;
}

.border-left {
    border-radius: 15px 0px 0px 15px;
}

.border-right {
    border-radius: 0px 15px 15px 0px;
}

#progress {
    border: 1px dashed #bbb;
    border-radius: 5px;
    width: 220px;
    height: 25px;    
    padding: 1px;
}

#progressbar {
    width: 0%;
    border-radius: 5px;
    height: 100%;
    background-image: linear-gradient(to right, #006FD1, #fff);
}

#progresstext {
    font-size: 11px;
    padding-top: 5px;
    height: 15px;
}

@media screen and (max-width: 991px) {
    #form-div, #notice, #list-files {
        width: 95%;
    }    
}

@media screen and (max-width: 600px) {
    #list-files .wide {
        display: none;
    }

    #list-files .less {
        display: table-cell;
    }
}