/*master page design*/
#h1.large {
    font-size: 500%;
}

.center {
    text-align: center;
}

.centerTitle {
    margin-left: 46%;
}

.centerTitle2 {
    margin-left: 47%;
}

.clearButton {
    padding: 1% 4%;
    background-color: red;
    opacity: 0.7;
    margin-left: 1.5%;
}

.colorBlue {
    color: black;
}

.large {
    font-size: 300%;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.medium {
    font-size: 160%;
}


.registerbtn3 {
    display: block;
    background-image: linear-gradient( 253deg,#b1bc22 0,#e0e6b3 100%);
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 25px;
}

img.sizeOfSymbol {
    width: 70px;
    margin: -16px;
}


/* Full-width input fields */
input[type=number], .designPassword {
    display: inline-block;
}

.btn-group .buttonUp {
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
    color: white;
    padding: 1% 0%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    float: right;
    border: 1px solid #555555;
    width: 19%;
    background-color:transparent;
}

.btn-group .buttonUp2 {
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
    color: white;
    padding: 1% 0%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    float: right;
    border: 1px solid #555555;
    width: 19%;
    background-color: transparent;
}
.topnav {
    background-color: #33333373;
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a, .topnav input {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        background-color: transparent;
        border: none;
    }

        /* Change the color of links on hover */
        .topnav a:hover, .topnav input:hover {
            background-color: #ddd;
            color: black;
            cursor:pointer;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }
.designSelect {
    width: 47%;
    direction: rtl;
}

.placeRight {
    float: right;
}

.placeLeft {
    float: left;
}


input[type=submit] {
    /*background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;*/
}

.desBtn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


input[type="text"]::placeholder {
    text-align: right;
}

.designInputText {
    display: inline-block;
    box-sizing: border-box;
    width: 20.875rem;
    width:100%;
    height: 48px;
    background: #eef5f3;
    outline: 0;
    border: none;
    font-family: "GothamPro Medium",serif;
    font-size: .875rem;
    border-radius: 25px;
    color: #88908e;
    padding: 0 24px;
    -webkit-transition: background .3s;
    transition: background .3s;
    direction:rtl;
}
    .designInputText:focus {
        background-color: white;
        border-style: solid;
        border-color: #eef5f3;
    }
    designInputNum {
    display: inline-block;
}


.designInputText2 {
    display: inline-block;
    box-sizing: border-box;
    width: 20.875rem;
    width: 47%;
    height: 48px;
    background: #eef5f3;
    outline: 0;
    border: none;
    font-family: "GothamPro Medium",serif;
    font-size: .875rem;
    border-radius: 25px;
    color: #88908e;
    padding: 0 24px;
    -webkit-transition: background .3s;
    transition: background .3s;
    direction: rtl;
}

    .designInputText2:focus {
        background-color: white;
        border-style: solid;
        border-color: #eef5f3;
    }

designSubmit {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.callBackground {
    background-image: linear-gradient( 253deg,#1111,#e0e6b3 100%);
    overflow-x: auto;
}

/*---------------------------------home page design--------------------------*/
.border {
    border-style: solid;
    border-width: 2px;
}

img.sizeOfPicture {
    height: 17%;
    width: 43%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    display: block;
    border-radius: 35px;
}

.placeButtonLeft {
    margin: 2% 29.5%;
}

.placeButtonRight {
    margin: 2% 29.5%;
}

.invisibility{
    visibility:hidden;
}
/* Overwrite default styles of hr */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

.container{
    position:relative;
}

.next {
    cursor: pointer;
    position: absolute;
    left: 23.5%;
    top: 40%;
    width: 3%;
    padding: 16px;
    margin-top: -50px;
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
    color: white;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
}


.prev {
    cursor: pointer;
    position: absolute;
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
    top: 40%;
    width: 3%;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    -webkit-user-select: none;
    right: 23.5%;
}
/*--------------------------------about page design------------------------------*/
.writing {
    text-align: right;
    font-size: 140%;
    margin-right: 5%;
    direction: inherit;
}

spaceImg1 {
    margin-top: 16%;
    margin-left: 2%
}

/*--------------------------------buyLocker page design--------------------------*/
.infoImg
{
    float:left;
    width:30px;
    height:30px;
}

.TextPlace{
    float:right;

    display:inline-block;
}
.place1 {
    /*width: 10%;*/
    clear: both;
    float:left;
}

.place2 {
    display: inline;
    float:left;
    /*width: 10%;*/
}

button.place2 {
    display: inline;
    width: 10%;
}

button.place1 {
    margin-left: 35%;
    width: 10%;
}

button.place2 {
    display: inline;
    width: 10%;
}

button.place3 {
    display: inline;
    width: 10%;
}

button.place4 {
    margin-left: 35%;
    width: 10%;
}

button.place5 {
    display: inline-block;
    width: 10%;
}

button.place6 {
    display: inline-block;
    width: 10%;
}

button.place7 {
    margin-left: 35%;
    width: 10%;
}

button.place8 {
    display: inline-block;
    width: 10%;
}

button.place9 {
    display: inline-block;
    width: 10%;
}

.lockerStatusPlace {
    margin-right: 3%;
    display: inline;
}

.DesDiv {
    width: 12.5%;
    float: left;
}

.DesDivDetails {
    clear: both;
    float: left;
    padding: 5px;
    border: 1px solid;
    border-radius: 11px;
    width: 150px;
    margin-bottom: 5px;
}
.btnBuyLocker {
    background-image: url('pictures/locker.png');
    width: 70px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.btnOccLocker {
    background-image: url('pictures/occLocker.png');
}

.lockersDisplay {
    font-size: 80%;
    clear: both;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}
/*-----------------------------contact page design-----------------------------*/
.placeInputContact {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

.placeSelectCotact {
    float:right;
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    direction:rtl;
}

.contactForm {
    width: 35%;
    margin: auto;
}
/*-----------------------------register page design-----------------------------*/
.errorLabel {
    color: red;
}

.clickBtn{
    text-align:right;
    float:right;
    cursor:pointer;
    background-color:white;
    width:47%;
    
}
/*-----------------------------signIn page design-----------------------------*/
.mediumSignIn {
    margin-right: 30%;
    font-size: 130%;
}

/* Set a style for the submit button */
.registerbtn {
    display: block;
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 40%;
    margin-left: 30%;
}

    .registerbtn:hover {
        /* ищиещ*/
        opacity: 1;
    }

.registerbtn2 {
    display: inline-block;
    background-color: blue;
    color: white;
    padding: 16px 20px;
    cursor: pointer;
    width: 20%;
    opacity: 0.2;
    margin-left: 30%;
}

    .registerbtn2:hover {
        opacity: 1;
    }

.newUserbtn {
    display: inline-block;
    background-color: blue;
    color: white;
    padding: 16px 20px;
    cursor: pointer;
    width: 20%;
    opacity: 0.5;
    float: right;
    margin-right: 30%;
}

TextBox {
    background-color:white;
}

.registerLabelRight {
    float: right;
    display: block;
    width: 53%;
    text-align: right;
    direction: rtl;
}

.registerLabelRightSign {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    direction: rtl;
}

.registerLabelLeft {
    display: inline-block;
    /*float: right;*/
    direction: rtl;
    width: 47%;
}

.textBoxRight {
    float: right;
    direction: rtl;
    width: 47%;
}

.textBoxLeft {
    direction: rtl;
    width: 47%;
}



.centerButton {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 40%;
    margin-left: 30%;
}

#centerButtonRegister {
    padding: 12px;
    box-sizing: border-box;
    float: right;
    width: 50%;
    margin: 10%;
    margin-top: 5%;
}


.restoreBtn {
    position: absolute;
    margin-left: 40%;
    /*top: 88vh;
    left: 87vh;*/
    background: none;
    width: 20%;
    text-decoration: underline;
}
/*-----------------------buyLocker----------------------*/
.labelLockerDescipt {
    right: 7%;
    direction: rtl;
    width: 30%;
    margin-left: 75%;
}


form.formRegister {
    width: 35%;
    display: inline;
    margin-top: 8%;
}


form.myForm {
    width: 35%;
    display: inline;
    margin-top: 8%;
}

form.myImgForm {
    display: inline-block;
    direction: rtl;
    margin-top: 6%;
    position: absolute;
    right: 7%;
    width: 15%;
}
.actionArea, .selectionArea {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    float: left;
    direction: rtl;
}
#lockersArea, .lockersArea {
    clear: both;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}
.informationArea .w3-row-padding {
    width: 300px;
    float: left;
}

.informationArea .w3-third{
    width:100%;
}
.centerInfo {
    width: 75%;
    float: left;
    direction: rtl;
}

.schoolDiagram {
    width: 300px;
    height: 200px;
    background-image: url("pictures/schoolDiagram2025-2026.jpeg");
    background-size: 300px 200px;
}
.changeLockerChoise {
    background: orange;
    font-size: 18px;
    text-align: center;
    height: 55px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    display: inline-block;
    visibility: hidden;
    width: 100px;
    border-radius: 11px;
    padding: 5px;
}
.cancelLockerChoise {
    background: orange;
    font-size: 18px;
    text-align: center;
    height: 55px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    display: inline-block;
    visibility: hidden;
    width: 100px;
    border-radius: 11px;
    padding: 5px;
}

.payLockerChoise {
    background: blue;
    font-size: 18px;
    text-align: center;
    height: 55px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    display: inline-block;
    visibility: visible;
    width: 100px;
    border-radius: 11px;
    padding: 5px;
    vertical-align:top;
}

/*-----------------------buyLockerManager----------------------*/
    .managerDisplay {
    background-color: #4CAF50;
    padding: 5% 20%;
    margin-left: 20%;
}

form.formClass {
    width: 10%;
    display: inline-block;
    float: right;
    position: relative;
    right: 10%;
}

/*form.managerImgForm {
    margin-top: 2%;
    position: absolute;
    width: 10%;
    text-align: right;
    direction: rtl;
    margin-left: 50%;
}*/

img.imgOfFreeLocker {
    position: absolute;
    right: 92vh;
    top: 93vh;
}

img.imgOfOccupiedLocker {
    position: absolute;
    right: 113vh;
    top: 93vh;
}

#freeLocker {
    width: 5%;
    position: absolute;
    right: 85vh;
    top: 91vh;
}

#occupiedLocker {
    width: 5%;
    position: absolute;
    right: 108vh;
    top: 91vh;
}
/*-----------------------------manager-------------------------*/
#managerForm {
    padding: 12px;
    box-sizing: border-box;
    width: 50%;
    margin: auto;
    text-align: right;
}

.errorManagerLabel {
    padding: 1%;
    color:red;
}

.managerLabelRight1 {
    float: right;
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: inline-block;
    width: 22%;
    height: 5%;
    text-align: right;
}

.managerLabelRight2 {
    float: right;
    padding: 1%;
}

.managerLabelRight3 {
    float: right;
    padding: 1%;
    padding-left:2%;
    display:inline-block;
    width:18%;
    height:5%;
    text-align:right;
}

.managerTextBoxRight {
    float: right;
    direction: rtl;
    width: 30%;
}

.managerSubmit {
    background-color: #4CAF50;
    padding: 0% 2%;
    float: right;
    margin-right:20%;
}



/*-----------------------------end-----------------------------*/
.tableDesign {
    margin: auto;
}

.textBoxDesign{
    border:1px solid black;
    margin-right:5px;
}

.textBoxDesignGrade {
    border: 1px solid black;
    margin-right: 5px;
    float: right;
    direction:rtl;
}

.textBoxDesign1 {
    text-align:right;
}

.textBoxDesignExist {
    border: 1px solid black;
    margin-right: 5px;
    text-align:right;
}

.submitDesign {
    margin-top: 5px;
}

#form1 {
    text-align: center;
    display:flex;
    justify-content: center;
    width: 100%;
}

#formGetGrade{
    text-align: center;
}

#formArea {
    text-align: center;
}

#formGetLockers{
    text-align: center;
}

form.Form1 {
}

.buyLockersForm {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    float:left;
}

.btnUpdate {
    border: 1px solid greenyellow;
    background-color: greenyellow;
    width: 50px;
}

/*-------------------------------------------shopping----------------------------------------*/
/* Div container to wrap the datagrid */
div#div-datagrid {
    width: 420px;
    height: 200px;
    overflow: auto;
    scrollbar-base-color: #ffeaff;
}

/* Locks the left column */
td.locked, th.locked {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: navy;
    color: white;
    border-right: 1px solid silver;
    position: relative;
    cursor: default;
    /*IE5+ only*/
    left: expression(document.getElementById("div-datagrid").scrollLeft-2);
}

/* Locks table header */
th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: navy;
    color: white;
    border-right: 1px solid silver;
    cursor: default;
    /*IE5+ only*/
    top: expression(document.getElementById("div-datagrid").scrollTop-2);
    z-index: 10;
}

    /* Keeps the header as the top most item. Important for top left item*/
    th.locked {
        z-index: 99;
    }

/* DataGrid Item and AlternatingItem Style*/
.GridRow {
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: #ffffff;
    height: 35px;
}

.GridAltRow {
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: #eeeeee;
    height: 35px;
}

.gridviewDes {
    margin-left: auto;
    margin-right: auto;
    width: 594px;
}

th {
    font-size: large;
    background-color: cornflowerblue;
}

.DesBtnShopping {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    background-color: cornflowerblue;
    cursor: pointer;
    visibility:hidden;
}

.desDdl {
    padding: 12px;
    border-radius: 4px;
    border: solid white;
    display: inline-block;
    width: 100%;
    float: right;
    margin-right: 5%;
    text-align:right;
}

.desSub {
    float: right;
    margin-right: 5%;
    background-color: green;
    width: 100%;
}

.desTable {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.DesLabel{
    float:right;
    margin-right:5%;
}

.DesError{
    float:right;
    margin-right:5%;
}

. /* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    position: absolute;
    visibility:hidden;
    right: 50%;
    top: 15%;
}

/* Add styles to the form container */
.form-container {
    max-width: 400px;
    padding: 10px;
    background-color: white;
    position: relative;
    right: -50%;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 20%);
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    background: #f1f1f1;
    direction:rtl;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .okay {
    background-color: green;
    width:45%;
    margin:auto;
}

.form-container .cancel {
    background-color: red;
    width:45%;
    margin:auto;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.shadowDiv {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.5;
}

.DesDDlForm {
    padding: 12px;
    border-radius: 4px;
    border: solid white;
    display: inline-block;
    width: 100%;
}

.responsibleForm {
    width: 10%;
    float: right;
    margin-right: 10%;
    margin-top: 4.5%;
}

.desError {
    width: 100%;
    float: right;
    text-align: right;
}

.sifnInStyle {
    height: 92%;
    width: 30%;
    background-image: linear-gradient( 253deg,#b1bc22 0,#e0e6b3 100%);
    position: absolute;
    /*  top:7.9%;*/
    justify-content: center;
}

.signInAnimationR {
    height: 92%;
    width: 30%;
    background-image: linear-gradient( 253deg,#b1bc22 0,#e0e6b3 100%);
    position: absolute;
    /* top: 7.9%;*/
    animation-name: rightAnm;
    animation-duration: 1.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
}

@keyframes rightAnm {
0% {
    left: 0%;
    width: 30%;
}

50% {
    left: 20%;
    width: 60%;
}

100% {
    left: 70%;
    width: 30%;
}
}
.signInAnimationL {
    height: 92%;
    width: 30%;
    background-image: linear-gradient( 253deg,#b1bc22 0,#e0e6b3 100%);
    position: absolute;
    /*  top: 7.9%;*/
    animation-name: leftAnm;
    animation-duration: 1.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
}

@keyframes leftAnm {
    0% {
    left: 70%;
    width: 30%;
    }

    50% {
        left: 20%;
        width: 60%;
    }

    100% {
        left: 0%;
        width: 30%;
    }
}

.desP {
    position: relative;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: white;
}

.desBtnSignIn {
    position: relative;
    top: 35%;
    width: 40%;
    height: 5%;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    left: 30%;
}

.desRegDiv{
    display:none;
}

.signInDes {
    width: 50%;
    margin-left: 61%;
    margin-top: 13%;
}

.sizeTxt {
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.displayNone{
    display:none;
}

.noVis{
    visibility:hidden;
}

.detSize{
    font-size:20px;
}

.heightBtn{
    height:60px;
}


.desTd {
    width: 200px;
    text-align: center;
    font-size: large;
    border: 1px solid black;
}

.desTbl {
    background-color: cornflowerblue;
}

.desTbl2 {
    border-collapse: collapse;
}

.noVis2{
    display:none;
}

.desBtnShop1 {
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 60px;
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
}

.desBtnShop2 {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 60px;
    background-image: linear-gradient( 253deg,#3ba5b4 0,#38ba8a 100%);
}

.centerDiv{
    width:50%;
    margin:auto;
}
.desLabelShop {
    font-size: 200%;
    margin: auto;
    font-family: "Comic Sans MS", cursive, sans-serif;
    color:black;
}

.designAreaDDl {
    right: 55vh;
    height: 48px;
    background: #eef5f3;
    outline: 0;
    border: 1px solid black;
    font-family: "GothamPro Medium",serif;
    font-size: .875rem;
    border-radius: 11px;
    color: #88908e;
    padding: 0 24px;
    -webkit-transition: background .3s;
    transition: background .3s;
    direction: rtl;
}

.desDiv {
    float: right;
    width: 160px;
}

.desText {
    padding: 12px;
    border-radius: 4px;
    display: inline-block;
    font-size: 26px;
    width: 100%;
    float: right;
    margin-right: 5%;
    text-align: center;
}

.desFullName {
color:black;
}

.invisible{
    visibility:hidden;
}

.desNewP{
    text-align: center;
    font-size: 60px;
    margin:auto;
    width:30%;
    height:50px;
    background-color:red;
}

.desTime{
    font-size:30px;
}

.qrImage{
    width:150px;
    height: 170px;
    padding:20px;
}

