﻿/* 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. */


.btn-primary {
    color: #fff;
    background-color: #11578a;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth
}
/*

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.container {
    height: 100%;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.headingrowdiv {
    width: 100%;
    background-color: #E1E1E1;
    display: none;
}

.rowdiv {
    border: 1px solid #E1E1E1;
    cursor: pointer;
    white-space: nowrap;
    height: 340px;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

    .rowdiv:hover {
        background-color: #f8f8f8;
    }
.rowdivselected {
    border: 1px solid #E1E1E1;
    cursor: pointer;
    white-space: nowrap;
    height: 340px;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

    .rowdivselected:hover {
        background-color: #f8f8f8;
    }





.headingcolumndiv {
    display: inline-block;
    overflow: hidden;
}

.columndiv {
    overflow: hidden;
    width: 100%;
}

.iddiv {
    display: none;
}

.datatypeint {
    width: 50px;
}

.datatypeimage100 {
    width: 100px;
}

.datatypenvarchar {
    width: 210px;
}

.datatypebit {
    width: 50px;
}

.datatypeimage {
    width: 210px;
}

.addlinkdiv {
    width: 50px;
    float: right;
    color: blue;
    cursor: pointer;
    display: none;
}

.editlinkdiv {
    width: 50px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    display: none;
}

.playlinkdiv {
    width: 50px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    display: none;
}

.deletelinkdiv {
    width: 50px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    display: none;
}

.addlinkdiv:hover {
    text-decoration: underline;
}

.editlinkdiv:hover {
    text-decoration: underline;
}

.playlinkdiv:hover {
    text-decoration: underline;
}

.deletelinkdiv:hover {
    text-decoration: underline;
}

.formdiv {
    display: none;
    position: fixed;
    top: 100px;
    left: 0px;
    height: 420px;
    width: 400px;
    background-color: white;
    border: 1px solid red;
    overflow: scroll;
}
.savediv {
    display: none;
    position: fixed;
    /*right: 0px;
    margin-left: auto;
    margin-right: auto;*/
    height: 200px;
    width: 200px;
    background-color: darkred;
    color: white;
    overflow: scroll;
    z-index: 9999999;
    border: 1px solid gray;
    box-shadow: 2px 2px #888888;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -200px;
    padding: 20px;
}
.savebutton {
    margin-top: 10px;
    float: right;
}

.cancelbutton {
    margin-top: 10px;
    float: right;
}

.tabstripdiv {
    grid-column: 1 / span 4;
    display:none;
}

.tabbuttondiv {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    width: auto;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

    .tabbuttondiv:hover {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

.filterstripdiv {
    display: none;
    margin-top: 3px;
    grid-column: 1 / span 4;
    white-space: normal;
}

.filterbuttondiv {
    border-left: 1px solid lightgray;
    width: auto;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 2px;
}

    .filterbuttondiv:hover {
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }


.tabdetaildiv {
    margin-left: 5px;
    overflow: hidden;
    margin: 0 auto;
}

.tabdetaildiv {
    max-width: 100%;
}


.childpaneldiv {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    margin: 3px;
    border-radius: 10px;
    border: solid 1px lightgray;
}

.listdiv {
    display: inline-block;
    vertical-align: top;
    overflow-x: scroll;
    width: 100%;
}

.listdivwrapper {
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
}

.label {
    width: 100px;
    text-align: right;
    padding-right: 3px;
}

.displayimagediv {
    max-height: 190px;
}

.columnnamename {
    font-size: large;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    padding: 3px;
    margin-top: 3px;
    height: auto;
    word-break: break-word;
    white-space: normal;
}

.columnnameprice {
    font-size: large;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    padding: 3px;
    margin-top: 3px;
    height: auto;
    word-break: break-word;
    white-space: normal;
}

.columnnamelink {
    display: none;
}

.columnnameimage {
    text-align: center;
    border-radius: 3px;
}

.columnnamedescription {
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    height: auto;
    word-break: break-word;
    white-space: normal;
    font-size: smaller;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.bannerfull {
    width: 100%;
    overflow: hidden;
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
    display: none;
}

.bannerleft {
    float: left;
    background-color: #11578a;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    color: white;
    padding: 2px;
    cursor: pointer;
}

    .bannerleft:hover {
        background-color: lightgray;
        color: #11578a;
    }

.bannerright {
    float: right;
    text-align: right;
    background-color: #11578a;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    color: white;
    padding: 2px;
    cursor: pointer;
}

    .bannerright:hover {
        background-color: lightgray;
        color: #11578a;
    }

.buttonright {
    float: right;
    text-align: center;
    background-color: #fff01d;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    color: #15202b;
    padding: 2px;
    cursor: pointer;
    min-width: 100px;
}

    .buttonright:hover {
        background-color: lightgray;
        color: #11578a;
    }

.buttoncenter {
    margin: 0 auto;
    text-align: center;
    background-color: #fff01d;
    font-weight: bold;
    border-radius: 5px;
    color: #15202b;
    padding: 2px;
    cursor: pointer;
    min-width: 100px;
    max-width: 150px;
}

    .buttoncenter:hover {
        background-color: lightgray;
        color: #11578a;
    }

.adminrowhide {
    display: none;
}

.jsoncontainerlayoutdiv {
    /*height: 100vh;*/
    /*margin: 1rem;*/
    display: grid;
    gap: 5px;
    /*margin: 10px 30px;*/
    grid-template-columns: 48% 48%;
}

@media only screen and (min-width: 768px) {
    .jsoncontainerlayoutdiv {
        display: grid;
        grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
    }

    .jsoncontainerlayoutdiv-headline {
        grid-column: 1 / span 4;
    }
	
}

::-webkit-scrollbar {
    width: 0px;
    height: 4px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 0%;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    /*background-color:#F5F5F5;*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
}
