﻿

/* full-screen blur */
.verify-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}

.verify-modern-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 90%;
    max-width: 480px;
    overflow: hidden;
}

.verify-notice-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-bottom: 1px solid #eee;
}

.verify-notice-text {
    font-size: 1.25rem;
    font-weight: 600;
}

.verify-close-button {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

.verify-modern-report-body {
    padding: 1rem;
}

.verify-code-input-container {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin: 1rem 0;
}

.verify-code-input {
    width: 3rem;
    height: 3rem;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

.verify-notice-footer {
    padding: .75rem 1rem;
    border-top: 1px solid #eee;
}

.verify-progress {
    padding: 1rem;
    text-align: center;
    font-style: italic;
}
/* full-screen blur */
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}

/* panel container */
.modern-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 90%;
    max-width: 480px;
    overflow: hidden;
}

/* header */
.notice-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
}

.notice-text {
    font-size: 1.25rem;
    font-weight: 600;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

/* body */
.modern-report-body {
    padding: 1rem;
}

.code-input-container {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

.code-input {
    width: 3rem;
    height: 3rem;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

/* footer */
.notice-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
}

/* spinner styling (optional) */
.progress {
    padding: 1rem;
    text-align: center;
    font-style: italic;
}



fieldset.scheduler-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

.pad {
    padding: 1em;
}

/*styling for pop up dialogs*/
.ModalPopup {
    border: 1px solid #CCCCCC;
    /*position: absolute;*/
    z-index: 100;
    width: 600px;
    height: auto;
    /*top: 50%;*/
    /*left: 33%;*/
    /*margin: -11px 0 0 -55px;*/
    background-color: #FFFFFF;
    overflow: scroll;
    
}

/*gridviews have this style*/
.GridViewContainer {
    width: 580px;
    height: 600px;
    overflow: scroll;
}

.GridViewContainer2 {
    width: 100%;
    height: 400px;
    overflow: scroll;
}

.GridViewContainer3 {
    width: 100%;
    height: 750px;
    overflow: scroll;
}

/*plu input will always appear uppercase*/
.uppercase {
    text-transform: uppercase;
}

div.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*For loading message*/
.blur {
    width: 100%;
    background-color: black;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 199;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-text {
    width: 1px !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}

/*for loading message*/
.progress {
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 0%;
    left: 0%;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    height: 25px;
    text-align: center;
}


.menu-button-row {
    /*min-height: 100%;*/
}

.menu-button {
    /*height: 100%;
    width:48%;
    margin: 1%;*/
    /*height: 20%;
    width: 100%;
    font-size: xx-large;
    margin: 1%;*/
}



/*footer styling*/
.footer {
    width: 100%;
    height: auto;
    background-color: white;
}

.copyright {
    width: 100%;
    text-align: center;
}


/************** Tool Tip Styles imported from Chris Yaxley  ********************************/
.tool-tip {
    display: inline-block;
    position: relative;
    margin-left: 0.5em;
}

    .tool-tip .tool-tip__icon {
        background: #27b1f0;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-style: italic;
        color: #ffffff;
        font-family: times new roman;
        height: 20px;
        line-height: 1.3em;
        text-align: center;
        width: 20px;
    }

    .tool-tip .tool-tip__info {
        display: none;
        background: #ffffff;
        border: 1px solid #27b1f0;
        border-radius: 3px;
        font-size: 0.875em;
        padding: 1em;
        position: absolute;
        left: 30px;
        top: -20px;
        width: 250px;
        z-index: 2;
    }

        .tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {
            content: "";
            position: absolute;
            left: -10px;
            top: 7px;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #27b1f0;
        }

        .tool-tip .tool-tip__info:after {
            left: -8px;
            border-right-color: #ffffff;
        }

        .tool-tip .tool-tip__info .info {
            display: block;
        }

        .tool-tip .tool-tip__info .info__title {
            color: #000000;
        }

    .tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
        display: inline-block;
    }

a:focus + .tool-tip .tool-tip__info {
    display: inline-block;
}

/******* Styles just to make it look a little better *******/

i {
    font-style: normal;
}

.checkbox-calendar {
    width: auto !important;
    float: left;
    font-size: 16px;
}

    .checkbox-calendar tr {
        background-color: Transparent !important;
        font-size: 16px;
    }
   
    .checkbox-calendar tr td:nth-child(1) {
        padding-right: 100px;
        margin-right:20px;
    }

    .checkbox-calendar input {
        width: 20px !important;
        height: 20px;
        float: left !important;
        align-self: center;
        display: flex;
        align-items: center;
    }

    .checkbox-calendar label {
        width: auto !important;
        height: 20px;
        float: left !important;
        padding-top: 6px;
        font-weight: bold;
        margin-left: 10px;
    }

@media (min-width:1024px) and (max-width:1199px) {
    .flexsize {
        width: 800px;
        text-align: center;
        overflow-y: auto;
        height: 800px;
    }
   
}
@media (min-width:720px) and (max-width:1024px) {
    .flexsize {
        width: 600px;
        text-align: center;
        overflow-y:auto;
        height: 600px;
    }
}
@media (min-width:1200px) {
    .flexsize {
        width: 1000px;
        text-align: center;
        overflow-y: auto;
        height: 900px;
    }
}

@media (min-width:640px) and (max-width:719px) {
    .flexsize {
        width: 550px;
        text-align: center;
        overflow-y: auto;
        height: 500px;
    }
}

@media (min-width:300px)and (max-width:639){
    .flexsize {
        width: 300px;
        text-align: center;
        overflow-y: auto;
        height: 300px;
    }
}

@media (min-width: 820px) and (max-width: 1180px) {
    /* Common Styles */
    #ContentPlaceHolder1_SalesAreaDropDownList,
    #ContentPlaceHolder1_FindByNameTextBox,
    #ContentPlaceHolder1_JumpToDepartmentDropDownList,
    #ContentPlaceHolder1_FindPLUTextBox,
    #ContentPlaceHolder1_BarcodeSearchTextBox,
    label[for="ContentPlaceHolder1_JumpToDepartmentDropDownList"],
    label[for="ContentPlaceHolder1_FindByNameTextBox"],
    label[for="ContentPlaceHolder1_FindPLUTextBox"],
    label[for="ContentPlaceHolder1_BarcodeSearchTextBox"] {
        text-align: center;
        width: 500px;
        margin: 0 auto;
        display: block;
    }

    #ContentPlaceHolder1_LastNameSearchTextBox,
    #ContentPlaceHolder1_IDTextBox {
        width: 500px;
        margin: 0 auto;
    }

    legend, p {
        text-align: center;
    }

    label[for="LastNameSearchTextBox"],
    label[for="IDTextBox"],
    label[for="ContentPlaceHolder1_SalesAreaDropDownList"] {
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding-top: 15px;
    }

    /* GridView Settings */
    .GridViewContainer2 {
        width: 85%;
        height: 400px;
        overflow: scroll;
        margin: 0 auto;
    }

    #ContentPlaceHolder1_VendorGridView th[scope="col"]:last-child,
    #ContentPlaceHolder1_VendorGridView td:last-child {
        width: 170px;
    }

    #ContentPlaceHolder1_VendorGridViewPanel {
        width: 700px;
    }

    /* Vendor Panel Settings */
    #ContentPlaceHolder1_VendorPanel {
        width: 86% !important;
        height: 650px;
        margin-left: 60px !important;
        -webkit-user-drag: none;
        padding-right: 70;
        border-bottom: 5px black solid;
        box-shadow: none !important;
    }

    #ContentPlaceHolder1_CloseVendorModalButton {
        width: 110%;
    }

    /* Patron Panel Settings */
    #ContentPlaceHolder1_PatronPanel {
        width: 725px !important;
        margin-left: -364px !important;
        margin-top: -350px !important;
        -webkit-user-drag: none !important;
        border-bottom: 5px black solid;
        box-shadow: none !important;
        position: fixed !important;
    }

    /* Inventory Panel Settings */
    #ContentPlaceHolder1_InventoryPanel {
        width: 730px !important;
        height: 850px;
        margin-left: -364px !important;
        margin-top: -350px !important;
        -webkit-user-drag: none !important;
        border-bottom: 5px black solid;
        box-shadow: none !important;
        position: fixed !important;
    }
}
