﻿
/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #11578a;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #11578a;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    height: 100%;
    /*overflow:hidden;*/
}

.container {
    height: 100%;
}

.footer {
    /*    position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.headingrowdiv {
    position: relative;
    width: 100%;
/*    background-color: #11578a;
*/    background-color: black;
    color: white;
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px solid gray;
    overflow: hidden;
}
.headingdiv {
    float: left;
    width: 88%;
    
}
.headingrowcanceldiv {
    float: right;
    width: 30px;
    text-align: right;
    cursor:pointer;
}

.rowdiv {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
    /*white-space: nowrap;*/
    padding: 2px;
    overflow: hidden;
    vertical-align: top;
}

    .rowdiv:hover {
        background-color: #f1f1f1;
    }


.rowdivselected {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
    /*white-space: nowrap;*/
    padding: 2px;
    overflow: hidden;
    vertical-align: top;
    background-color: #D8F2FF;
    font-weight: bold;
}




.headingcolumndiv {
    display: inline-block;
    overflow: hidden;
}

.columndiv {
    display: inline-block;
    overflow: hidden;
}




.checkboxdiv {
    text-align: center;
    /*padding-top:3px;*/
}


.datatypeint {
    width: 50px;
}

.datatypeimage100 {
    width: 100px;
}

.datatypenvarchar {
    width: 210px;
}

.datatypebit {
    width: 50px;
}

.skinny {
    width: 120px;
}

.extraskinny {
    width: 80px;
}

.addlinkdiv {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 20px;
    float: right;
    /*text-align: right;*/
    color: white;
    cursor: pointer;
    vertical-align: top;
}

.editlinkdiv {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    vertical-align: top;
}
.playlinkdiv {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    vertical-align: top;
}
.deletelinkdiv {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    vertical-align: top;
    float:right;
    padding-top:12px;
}

.copylinkdiv {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: #11578a;
    vertical-align: top;
}

.loginlinkdiv {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    z-index: 10;
    color: blue;
}

.addlinkdiv:hover {
    text-decoration: underline;
}

.logodiv {
    max-height: 99px;
    cursor: pointer;
}

.logo {
    max-height: 99px;
}

.editlinkdiv:hover {
    text-decoration: underline;
}
.playlinkdiv:hover {
    text-decoration: underline;
}
.deletelinkdiv:hover {
    text-decoration: underline;
}

.copylinkdiv:hover {
    text-decoration: underline;
}

.loginlinkdiv:hover {
    text-decoration: underline;
}

.formdiv {
    display: none;
    position: fixed;
    /*right: 0px;
    margin-left: auto;
    margin-right: auto;*/
    height: 420px;
    width: 360px;
    background-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;
}

.loginformdiv {
    display: none;
    position: fixed;
    /*right: 0px;
    margin-left: auto;
    margin-right: auto;*/
    height: 400px;
    width: 360px;
    background-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;
}

.registerformdiv {
    display: none;
    position: fixed;
    /*right: 0px;
    margin-left: auto;
    margin-right: auto;*/
    height: 400px;
    width: 360px;
    background-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;
}

.savebutton {
    margin-top: 10px;
    float: right;
}

.clearbutton {
    float: right;
}

.cancelbutton {
    margin-top: 10px;
    float: right;
}

.loginbutton {
    width: 120px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.registerbutton {
    width: 200px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.playbutton {
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 2px;
}

.tabstripdiv {
    /*overflow-x: scroll;*/
    grid-column: 1 / span 4;
}
.tabbuttondiv {
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    width: auto;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px;
}

.tabareadiv {
    height: 100%;
    overflow: hidden;
}

.tabdetaildiv {
    margin-left: 5px;
    height: calc(100% - 40px);
    overflow-y: scroll;
}

.filterstripdiv {
    /*overflow-x: scroll;*/
    grid-column: 1 / span 4;
}

.filterbuttondiv {
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    width: auto;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px;
}

.childpaneldiv {
    display: inline-block;
    vertical-align: top;
    /*max-width: 25%;*/
    /*    max-width: 350px;*/
    height: 98%;
    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%;
    height: calc(100% - 210px);
    /*overflow:hidden;*/
    overflow-x: scroll;
    border: 1px solid lightgray;
    /*margin-bottom:40px;*/
}

.adminlabel {
    text-align: right;
    padding-right: 3px;
    height: 100%;
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.input {
    width: 100px;
    text-align: right;
    padding-right: 3px;
    display: inline-block;
}

.inputselect {
    width: 200px;
}

.divColor {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border: 1px black solid;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.iddiv {
    display: none;
}

.adminrowhide {
    display: none;
}

.jsoncontainerlayoutdiv {
    /*overflow-y: scroll;*/
    /*overflow: hidden;*/
    /*margin-top: 2px;*/
    /*height: 100vh;*/
    margin: 1rem;
    display: grid;
    gap: 1rem;
    margin: 10px 30px;
    height: calc(100% - 100px);
    border: 1px #084D8D solid;
    overflow-y: hidden;
}

@media (min-width: 768px) {
    .jsoncontainerlayoutdiv {
        grid-template-columns: 24% 24% 24% 24%;
    }

    .jsoncontainerlayoutdiv-headline {
        grid-column: 1 / span 4;
    }
}
.rowscrolldiv {
    height: calc(100% - 28px);
    overflow-y:scroll;
}
::-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;
}
.rowdivs-CartLayout {
    color:white;
}