﻿/* 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: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



input[type="button"], input[type="submit"] {
    cursor: pointer;
    border: 0px;
    height: 24px;
    min-width: 70px;
    vertical-align: middle;
}

input[type="button"], input[type="submit"], button, .spnButton {
    cursor: pointer;
    color: #FFF;
    background-color: #368EE0;
    border: 0px;
}

    input[type="button"]:not([enabled]):hover, input[type="submit"]:not([enabled]):hover, button:not([enabled]):hover, .spnButton:not([enabled]):hover {
        background-color: #4bb7fa;
    }



.circle {
    display: block;
    width: 35px;
    height: 35px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.circleGridLarge {
    display: block;
    width: 50px;
    height: 50px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.circleBanner {
    display: block;
    width: 100px;
    height: 100px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

input[type="text"], input[type="password"] {
    padding: 5px 5px;
}

/*div.ui-datepicker {
    font-size: 12px;
}*/

input.datepicker {
    text-align: center;
}
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #FFF; /* fallback color if gradients are not supported */
    background-image: url(../images/down-arrow2.png); /* For Chrome and Safari */
    background-image: url(../images/down-arrow2.png); /* For old Fx (3.6 to 15) */
    background-image: url(../images/down-arrow2.png); /* For pre-releases of IE 10*/
    background-image: url(../images/down-arrow2.png); /* For old Opera (11.1 to 12.0) */
    background-image: url(../images/down-arrow2.png); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    font-size: 11px !important;
    /*border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;*/
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
}
    select option {
        min-height: 1.5em;
        font-size: 12px;
    }


.containerMobile *,
.containerMobile *::after,
.containerMobile *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.containerMobile a, .containerMobile a:focus, .containerMobile a:active, .containerMobile a:hover {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
    letter-spacing: 0.05rem;
}

.containerMobile {
    position: relative;
    height: 100%;
    margin-top: -30px;
    /* margin: 0 auto;
  max-width: 380px;
  max-height: 608px;
  overflow: hidden;
  border-radius: 3rem;
  box-shadow: 0 0.5rem 5rem rgba(0, 0, 0, 0.3), 0 0rem 10rem rgba(0, 0, 0, 0.8); */
}

    .containerMobile nav {
        width: 100%;
        /* height: 100%; */
        position: relative;
    }

        .containerMobile nav .toggle-menu a {
            /*color: rgb(233, 233, 233);*/
            transition: color 0.27s ease;
        }

            .containerMobile nav .toggle-menu a:hover {
                color: #2783df;
            }

        .containerMobile nav .toggle-menu input {
            display: block;
            width: 3.5rem;
            height: 3.5rem;
            position: absolute;
            right: 1rem;
            top: 1.2rem;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
            -webkit-touch-callout: none;
        }

            .containerMobile nav .toggle-menu input:checked ~ span {
                opacity: 1;
                transform: rotate(-45deg) translate(-2px, -1px);
                /*background: rgba(207, 0, 15, 1);*/
                margin-left: 5px;
            }

                .containerMobile nav .toggle-menu input:checked ~ span:nth-child(2) {
                    transform: rotate(45deg) translate(0, -1px);
                }

            .containerMobile nav .toggle-menu input:checked ~ .menu {
                transform: none;
                box-shadow: 0.5rem 0 0.9rem rgba(0, 0, 0, 0.5), 2rem 0 5rem rgba(0, 0, 0, 0.3);
            }

        .containerMobile nav .toggle-menu span {
            display: block;
            width: 27px;
            height: 2px;
            background: black;
            border-radius: 3px;
            z-index: 2;
            position: absolute;
            top: 1.2rem;
            right: 1rem;
            transform-origin: 7px -7px;
            transition: transform 0.5s cubic-bezier(0.77, 0.22, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.22, 0.05, 1), margin-left 0.5s cubic-bezier(0.77, 0.22, 0.05, 1), margin-bottom 0.5s cubic-bezier(0.77, 0.22, 0.05, 1);
        }

            .containerMobile nav .toggle-menu span:nth-child(3) {
                transform-origin: 0 100%;
                margin-bottom: 0;
                margin-top: 10px;
            }

        .containerMobile nav .menu {
            position: absolute;
            top: 0;
            right: 0;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            background-color: #e8f1f8;
            box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
            width: 80%;
            height: 100vh;
            margin: 0 0 0 10rem;
            padding: 2.5rem 0 2.5rem 3rem;
            /* border-radius: 4rem; */
            -webkit-font-smoothing: antialiased;
            transform-origin: 0% 0%;
            transform: translate(100%, 0);
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
            /*display: grid;
            grid-template-rows: auto;
            grid-template-columns: 100%;*/
        }

        .containerMobile nav .menu__list {
            list-style-type: none;
            display: flex;
            flex-direction: column;
            /* justify-content: space-around; */
            padding-bottom: 1.5rem;
            margin-top: 10px;
        }

    .containerMobile .menu__list > *:last-child {
        /*border-bottom: 1px solid #96281b;
        padding-bottom: 3rem;*/
    }

    .containerMobile .menu__footer {
        align-self: end;
        list-style-type: none;
    }

    .containerMobile nav .menu li {
        padding: 1rem 0;
    }




#qrr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20000;
}

#qrr-container {
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding: 10px;
    width: 90%;
    height: 90%;
    margin: auto;
    display: none;
    z-index: 20001;
    border-radius: 10px;
}

    #qrr-container h1 {
        margin-top: 0;
    }

#qrr-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: -5px;
    font-size: 3em;
    cursor: pointer;
    color: #808080;
}

#qrr-loading-message {
    text-align: center;
    padding: 15px;
    background-color: #eee;
    width: 90%;
    margin: 30px auto 0;
}

#qrr-canvas {
    display: block;
    height: 65%;
    max-width: 90%;
    overflow-x: scroll;
    cursor: pointer;
    margin: 30px auto 10px;
}

    #qrr-canvas.hidden {
        display: none;
    }

#qrr-output {
    width: 90%;
    max-height: 15%;
    margin: 20px auto 10px;
    background: #eee;
    padding: 10px;
    overflow-y: auto;
}

#qrr-ok {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    background-color: green;
    color: white;
    border-radius: 10px;
}

#qrr-output-data {
    display: none;
}

.circle {
    display: block;
    width: 35px;
    height: 35px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.circleGridLarge {
    display: block;
    width: 50px;
    height: 50px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.circleBanner {
    display: block;
    width: 100px;
    height: 100px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


.grdView {
    width: 100%;
    border: 0;
}

    .grdView .keyField {
        display: none;
    }

    .grdView .hiddenColumn {
        display: none;
    }

    .grdView th {
        font-weight: normal;
        padding: 5px 5px;
    }

        .grdView th.ASC:after {
            content: '      ' url('../images/up-arrow.png');
        }

        .grdView th.DESC:after {
            content: '      ' url('../images/down-arrow.png');
        }
    /*.grdView tr:not(:first-child)   { cursor: pointer; }*/
    .grdView > tbody > tr > td {
        vertical-align: top;
        padding: 5px;
        border-bottom: 1px solid #AAA;
    }

    .grdView:not(.notAllowSelect) tr:not(:first-child) {
        cursor: pointer;
    }

    .grdView .tdMobile {
        display: none;
    }
.thCenter {
    text-align: center !important;
}

.thRight {
    text-align: right !important;
}