﻿/* 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: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:20px;
}

/* 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;
    }
}
.login-menu {
    padding: 0px;
    border-radius: 5px !important;
    min-width: 300px;
}

.field-validation-error {
    color: #a94442;
}
.btn-xl {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.AdminList{
    width: 200px;
}
.imagewrap {
    height: 150px;
}
.ImageSelect {
    max-width: 190px;
    max-height: 135px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imagenamespan {
    vertical-align: bottom;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.nav .dropdown-menu{
    min-width: 100%
}

.btn-deco {
    border: 0;
    box-shadow: 0px 4px 0px 0px tomato inset,
        0px -4px 0px 0px tomato inset;
    
    margin-left: 4%;
    margin-right: 4%;
    padding: 10px;
    outline: none;
    position: relative;
    cursor: pointer;
    box-sizing: content-box;
    width: 85%;
    border-radius: 0;
}

    .btn-deco:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 100%;
        height: 100%;
        width: 20px;
        background: inherit;
        transform: perspective(25px) rotateY(45deg);
        transform-origin: center left;
        border-top: 5px solid tomato;
        border-right: 8px solid tomato;
        border-bottom: 5px solid tomato;
    }

    .btn-deco:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 100%;
        height: 100%;
        width: 20px;
        background: inherit;
        transform: perspective(25px) rotateY(-45deg);
        transform-origin: center right;
        border-top: 5px solid tomato;
        border-left: 8px solid tomato;
        border-bottom: 5px solid tomato;
    }

.gridItem {
    width: 200px;
   margin-bottom: 20px;
    display: inline-block;
    height:180px;
}
    .gridItem:hover {
        background: #8CF;
        cursor: pointer;
    }
#imagemodalbody {
    margin: 0 auto;
    width:90%;
    text-align: center;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}



@media (min-width: 992px) {
    .modal-dialog {
        width: 870px;
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        width: 1000px;
    }
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.loading-label {
    margin-top: -80px;
    margin-left: -80px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20pt;
    color: black;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}