﻿body {
    direction: rtl;
    color: #495867;
    text-align: right;
    /*background-color: #f5f5fa;*/
    /*background-color: #f1f1fa;*/
    background-color: #f0f0fa;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Assistant', 'Segoe UI', Arial, sans-serif;
    margin: 0;
}

header {
    position: relative;
    background-color: #B8B8D1;
    width: 100%;
    min-width: 680px;
    height: 55px;
    display: block;
    z-index: 4;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
/*לוגו*/
#logo {
    height: 46px;
    padding: 4px 15px;
    margin-right: 10px;
}

nav {
    float: left;
    display: flex;
    align-items: center;
    height: 55px;
    margin-left: 15px;
}

    nav ul li {
        position: relative;
        display: inline-block;
        float: left;
    }

        nav ul li a {
            position: relative;
            color: #495867;
            padding: 0 2px;
            margin: 0 8px;
            font-weight: 500;
            font-size: 22px;
            border-top: 2px solid rgba(100, 100, 100, 0);
            border-bottom: 2px solid rgba(100, 100, 100, 0);
        }

            nav ul li a:hover {
                cursor: pointer;
                color: #495867;
                border-top: 2px solid #495867;
                border-bottom: 2px solid #495867;
            }

header a {
    text-decoration: none;
}

/*הטקסט בלוגו ליד התמונה*/
header > a > p {
    font-family: 'Nunito', 'Assistant', 'Segoe UI', Arial, sans-serif;
    display: inline;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 900;
    color: #495867;
}


/*המשחק עצמו*/
iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gameArea {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 55px);
    width: 100%;
    margin: 0 auto;
}

/*המחולל*/
.container {
    position: relative;
    width: 1233px;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
}

body h1 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}

body h2 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

/*לינק חזרה למשחקים שלי*/
.returnMyGamesLink {
    font-size: 18px;
    color: #212529;
    float: left;
}

    .returnMyGamesLink:hover {
        text-decoration: underline;
    }

/*-----------------------עמוד כניסה לוגין-----------------------*/

.snowCoverBg {
    background: url('../images/login_bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loginForm {
    width: auto;
}


#loginDiv {
    display: grid;
    background-color: white;
    border-radius: 9px;
    width: 410px;
    margin: 0 auto;
    font-size: 18px;
    padding: 35px;
    margin-top: 40px;
}

    #loginDiv h1 {
        font-family: 'Nunito', 'Assistant', 'Segoe UI', Arial, sans-serif;
        text-align: center;
        margin-top: 0;
        font-size: 28px;
        font-weight: 700;
        /*color: #495867;*/
    }


    #loginDiv h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 25px;
        margin-top: 10px;
    }


.loginLabel {
    margin-bottom: 5px;
}

.loginTB {
    resize: none;
    min-width: 0;
    width: 100%;
    font-weight: normal;
    background: rgb(245, 244, 242);
    border: 1px solid rgb(229, 227, 221);
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(36, 30, 18);
    height: 4rem;
    outline: none;
    padding: 0.75rem 1rem;
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border-radius: 4px;
}

    .loginTB:hover {
        border-color: rgb(73, 90, 98);
    }

/*הדיב שמכיל את כפתור הכניסה*/
#loginTooltip {
    width: 110px;
    background-color: #E7E6E6;
    margin: 0 auto;
    border-radius: 6px;
    margin-top: 8px;
}

/*כפתור הכניסה עצמו*/
#loginBtn {
    width: inherit;
    height: 40px;
    /*border-radius: 6px;*/
    /*color: #38444A;*/
    font-size: 20px;
}

    #loginBtn:enabled {
        background-color: #1DC9B5;
        border-color: #495867;
    }


    #loginBtn:active {
        background-color: #1DC9B5;
    }

/*שם וסיסמה לדוגמה*/
#exmapleLoginLbl {
    font-size: 15px;
    text-align: center;
}
/*הלייבל שמופיע כשטועות בכניסה*/
#incorrectLbl {
    position: relative;
    font-size: 16px;
    text-align: center;
    color: red;
    visibility: hidden;
    /*margin: 12px 0px;*/
    margin-top: 17px;
    margin-bottom: 12px;
}

/*-----------------------סוף עמוד כניסה לוגין-----------------------*/

/*-----------------------עמוד המשחקים שלי-----------------------*/

#myGamesForm {
    width: 1100px;
}

#main {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    font-size: 18px;
}

    #main h1 {
        margin-top: 12px;
    }

#addNewGamePanel {
    position: relative;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

/*תיבת הטקסט להוספת משחק חדש*/
#addNewNameTB {
    resize: none;
    position: relative;
    border-style: hidden;
    border-radius: 9px;
    width: 510px;
    height: 33px;
    padding-right: 7px;
    margin-right: 10px;
}

#newGameTootip {
    display: inline-flex;
    /*background-color: aqua;*/
    height: 35px;
    margin-right: 20px;
}

#labelLimitNewGame {
    right: 561px;
}

#addGameBTN {
    height: 35px;
    border-style: none;
}

    #addGameBTN:enabled {
        opacity: 1;
    }

    #addGameBTN:disabled {
        opacity: 0.5;
    }


/*צ'קבוקס פרסום בטבלת המשחקים*/
.gridviewBtn:enabled {
    opacity: 1;
}

.gridviewBtn:disabled {
    opacity: 0.5;
}
/*-----------------------סוף עמוד המשחקים שלי-----------------------*/

/*-----------------------עמוד הגדרות משחק-----------------------*/

#settingsForm {
    max-width: 1233px;
    min-width: 640px;
    width: auto;
}

    #settingsForm .gridDisplay {
        display: grid;
    }

    /*הכותרת זמן לשאלה*/
    #settingsForm > div.gridDisplay > h2:nth-child(4) {
        margin-top: 21px;
    }

#gameNameTxtBox {
    font-size: 18px;
}

/*המיקום של כפתור שמירת הגדרות משחק*/
#saveSettingsTootip {
    display: inline-block;
    margin-top: 70px;
    margin-left: 40px;
}

#saveSettingsAndEditTootip {
    display: inline-block;
    /*margin-top: 70px;*/
    /*margin-left: 40px;*/
}


#inputTxtGameName {
    height: 58px;
}

/*תיבת הטקסט להוספת משחק*/
#gameNameTxtBox {
    height: 54px;
}

#warningTxtLblGameName {
    top: 57px;
    right: 1px;
}

/*--------TimePerQuest Radio Buttons------------*/
#timePerQuestRB input[type="radio"] {
    display: none;
}

#timePerQuestRB {
    border: 1px solid #B8B8D1;
}

    #timePerQuestRB tr {
        display: inline-block;
        border-left: 1px solid #B8B8D1;
    }

        #timePerQuestRB tr:last-child {
            border: none;
        }

    #timePerQuestRB label {
        width: 125px;
        font-size: 18px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    #timePerQuestRB input[type=radio]:checked ~ label {
        color: #495867;
        background-color: #F7BC1D;
    }

    #timePerQuestRB input[type=radio]:checked:hover ~ label {
        background-color: #B8B8D1;
    }

    #timePerQuestRB input[type=radio]:hover ~ label {
        background-color: #B8B8D1;
    }

/*כפתורים*/
#settingsForm .button {
    background-color: #E7E6E6;
    height: 40px;
    width: 230px;
    font-size: 17px;
    text-align: right;
    padding-right: 8px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    #settingsForm .button:enabled {
        background-color: #1DC9B5;
    }

    #settingsForm .button.saveEditBtn {
        background-image: url('../images/edit.png');
        background-repeat: no-repeat;
        background-position-x: 9.5px;
        background-position-y: 10.4px;
        background-size: 19px;
    }

    #settingsForm .button.saveBackBtn {
        background-image: url('../images/saveBack.png');
        background-repeat: no-repeat;
        background-position-x: 11px;
        background-position-y: 9.3px;
        background-size: 22px;
    }
/*התמונה של איש העוגיה בעמוד ההגדרות*/
#settingsImage {
    background-image: url('../images/setting_man.png');
    background-repeat: no-repeat;
    height: 600px;
    width: 355px;
    display: inline-block;
    position: fixed;
    margin-right: 230px;
    margin-top: -120px;
}

/*-----------------------סוף עמוד הגדרות משחק-----------------------
-----------------------עמוד עריכת שאלות-----------------------*/
#editGameForm h1 {
    /*font-size: 24px;
    /*margin-bottom: 0;
    /*margin-top: 10px;*/
}

#editGameForm h2 {
    margin-bottom: 5px;
}

#editGameForm #ansNumOptions {
    display: inline-block;
    font-size: 14px;
}

#questionPanel {
    width: 770px;
}

/*העלמת הבורדר של תיבות הטקסט ושיהיה מעוגל*/
.TextBox {
    resize: none;
    position: relative;
    border-style: hidden;
    border-radius: 9px;
    font-family: 'Assistant', Arial;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 60px;
    padding-right: 5px;
    width: 435px;
    height: 50px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;  
}

/*העלמת הבורדר בתיבות הטקסט הגדולות כשהאלמנט בפוקוס*/
textarea:focus {
    outline: none;
}

/*דיב להזנת תוכן מסג טקסט*/
.inputTxtDiv {
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 9px;
    height: 55px;
    width: 500px;
    border: 1.5px solid white;
}

    /*דיב להזנת טקסט בתשובות*/
    .inputTxtDiv.inputTxtAnsDiv {
        width: 310px;
        margin-right: 10px;
        margin-top: 20px;
    }


/*דיב להזנת תוכן מסג תמונה*/
.uploadImgDiv {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

    /*דיב להזנת תוכן מסג תמונה בתשובות*/
    .uploadImgDiv.uploadImgDivAns {
        margin-right: 40px;
        top: 22px;
    }

/*דיב להזנת תוכן מסג תמונה בשאלה*/
#questionPanel .uploadImgDiv {
    display: inline-grid;
    height: 60px;
    top: 4px;
    /*background-color: aqua;*/
}

#uploadImgInQuestionBtn {
    height: 52px;
}

#zoomImgQuest {
    top: -53px;
    right: 65px;
}

#deleteImgQuestBtn {
    top: -41px;
    right: 75px;
}

.showUploadImgBtnDiv {
    position: relative;
    height: 60px;
    min-width: 55px;
    /*background-color: red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

/*כפתור להעלאת תמונות כשאין תמונה*/
.uploadImgBtn {
    position: relative;
    max-height: 52px;
    max-width: 56px;
}

    /*כפתור להעלאת תמונות כשיש תמונה*/
    .uploadImgBtn.yesImg,
    #uploadImgInQuestionBtn.yesImg {
        position: absolute;
        width: 25px;
        height: auto;
        padding: 19.8px 15.7px;
        background-color: rgba(229,229,239, 0.5);
        opacity: 0.01;
    }

        /*כפתור להעלאת תמונות כשכבר יש תמונה במעבר עכבר*/
        /*במצב שבו אפשר להחליף את התמונה*/
        .uploadImgBtn.yesImg:hover,
        #uploadImgInQuestionBtn.yesImg:hover {
            opacity: 1;
            outline: none;
        }

        #uploadImgInQuestionBtn.yesImg:hover {
            background-color: rgba(242,242,242, 0.5);
        }

/*התמונה עצמה*/
.imgHolder {
    position: relative;
    max-height: 52px;
    max-width: 56px;
}


.warningLblTxtBox {
    position: absolute;
    visibility: hidden;
    font-size: 16px;
    color: red;
    top: 39px;
    right: 94px;
}

#editGameForm .warningLblTxtBox {
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    color: red;
    top: 55px;
    right: 0;
}

.warningLblImg {
    position: relative;
    width: max-content;
    font-size: 15px;
    color: red;
    white-space: nowrap;
    top: -8px;
    right: 386px;
}

#warningLBLQuestion {
    position: absolute;
    top: 53px;
    right: -2px;
}

/*כםתור להגדלת תמונה*/
.zoomImgBtn {
    position: relative;
    visibility: hidden;
    width: 18px;
    top: -29px;
    margin-right: 8px;
}

/*כםתור למחיקת תמונה*/
.deleteImgBtn {
    position: relative;
    visibility: hidden;
    width: 13px;
    top: -4.1px;
    right: -18.4px;
}

.zoomImgBtn.zoomImgAnsBtn {
    right: 67px;
    top: -54px;
}

.deleteImgBtn.deleteImgAnsBtn {
    right: 48px;
    top: -28px;
}

/*לייבל המציג את הגבלת התווים*/
.showLimitLabel {
    position: absolute;
    right: 450px;
    bottom: 1px;
    color: #495867;
}
    /*לייבל המציג את הגבלת התווים בשם המשחק*/
    .showLimitLabel.limitNameLabel {
        right: 500px;
        color: #495867;
    }

    /*לייבל המציג את הגבלת התווים בתשובות*/
    .showLimitLabel.limitAnsLabel {
        bottom: 1.5px;
        right: 266px;
    }

/*תיבות הטקסט של התשובות*/
.TxtBoxAnswers {
    border-radius: 9px;
    width: 245px;
    height: 50px;
    padding-left: 58px;
}

#answersDiv {
    display: grid;
    position: relative;
    width: 600px;
    margin-top: 8px;
}

/* פאנל שמכיל את כל האלמנטים בתשובה אחת*/
.answerPanel {
    position: relative;
    clear: both;
    float: right;
    margin-bottom: 30px;
    margin-top: 3px;
    height: 100px;
}

/*כפתור למחיקת תשובה*/
.deleteAnsBtn {
    display: inline-block;
    position: absolute;
    height: 34px;
    right: 524px;
    top: 33px;
}

/*פאנל לסימון תשובה*/
.chooseAnswerPanel {
    position: absolute;
    height: 100px;
    width: 580px;
    border: 3px solid #17AD9C;
    border-radius: 9px;
    /*background-color: #E5E5EF;*/
    background-color: #dfddeb;
}

    .chooseAnswerPanel:hover {
        border-color: #17AD9C;
    }

.rightAnswerLabel {
    position: absolute;
    top: -22px;
    right: 2px;
    color: #17AD9C;
    border-color: #17AD9C;
    font-weight: 600;
}

.OrAnsLbl {
    position: relative;
    top: -18px;
    right: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #4A5968;
}

#addAnsBtn {
    position: relative;
}

#submitQuestionDiv {
    clear: both;
    position: relative;
    width: 583px;
    /*display: flex;*/
    /*justify-content: center;*/
}

    #submitQuestionDiv > div {
        float: left;
        margin-bottom: 20px;
    }

    #submitQuestionDiv .button {
        padding: 2px 6px;
    }

    #submitQuestionDiv #cancelChangesBTN {
        margin-left: 20px;
        padding-right: 13px;
    }

#saveQuestTooltip {
    display: inline-block;
}


/*כפתורים*/

/*הכפתורים בעמוד עריכת השאלות*/
#editGameForm .button {
    background-color: #E7E6E6;
    height: 38px;
    width: 140px;
    text-align: right;
    padding-right: 10px;
}

    /*צבע ירוק לשמירת שאלה*/
    #editGameForm .button.saveQuest:enabled {
        background-color: #1DC9B5;
    }

    /*צבע אדום לביטול שינויים*/
    #editGameForm .button.cancel:enabled {
        background-color: #E7AD99;
    }

    #editGameForm .button.cancel:disabled {
        pointer-events: none;
    }

    #editGameForm .button.addAns {
        background-image: url('../images/plus.png');
        background-repeat: no-repeat;
        background-position-x: 11px;
        background-position-y: 7px;
        background-size: 24px;
        background-color: #F7BC1D;
    }

    #editGameForm .button.cancel {
        background-image: url('../images/goBack.png');
        background-repeat: no-repeat;
        background-position-x: 16px;
        background-position-y: 9px;
        background-size: 20px;
    }

    #editGameForm .button.saveQuest {
        background-image: url('../images/save.png');
        background-repeat: no-repeat;
        background-position-x: 13px;
        background-position-y: 8.5px;
        background-size: 22px;
    }

    #editGameForm .button.cancel:disabled {
        background-position-y: 8.2px;
    }

    #editGameForm .button.saveQuest:disabled {   
        background-position-y: 7.2px;  
    }

/*-----------------------סוף עמוד עריכת שאלות-----------------------*/

/*-----------------------timeout page-----------------------*/
#timeoutForm {
    height: calc(100vh - 85px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#timeoutDiv {
    text-align: center;
    background-color: white;
    width: 520px;
    height: 250px;
    border-radius: 35px;
    filter: drop-shadow(2px 4px 6px gray);
}

    #timeoutDiv h2 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 39px;
        margin-bottom: 16px;
    }

    #timeoutDiv p {
        font-size: 20px
    }

/*כפתור התחברות מחדש*/
#loginBtnTimeout,
#backFromErrorBtn {
    background-color: #1DC9B5;
    padding: 4px 24px;
    font-size: 18px;
}
/*-----------------------סוף עמוד TIMEOUT-----------------------*/


/*MODAL*/
/*בשביל שהפופ אפ יהיה באמצע המסך*/
.modal {
    text-align: center;
}

@media screen and (min-width: 660px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
/*סוף בשביל שהפופ אפ יהיה באמצע המסך*/

/*כפתור איקס לסגירה*/
.close {
    position: absolute;
    font-size: 40px;
    left: 17px;
    top: 11.5px;
}

/*פופ-אפים בתפריט הניווט - אודות ואיך לשחק*/
.navModal .modal-content {
    width: 600px;
    text-align: center;
}

/*פופ אפ איך לשחק*/
#howToPlayDiv .modal-body {
    height: 580px;
}

/*פופאפ הגדלת תמונה*/
#modalZoomImg {
    padding: 60px 60px;
    max-height: 65vh;
    max-width: 55vw;
    min-width: 150px;
    min-height: 150px;
    object-fit: cover;
}

#zoomImgModal .modal-header {
    padding: 0;
    border-bottom: none;
}

#zoomImgModal .modal-body {
    padding: 10px;
    max-height: 90vh;
    min-width: 30vw;
    min-height: 200px;
}
/*סוף פופאפ הגדלת תמונה*/

/*פופאפ אזהרה/וידוא*/
.modal-title {
    margin: 0;
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
}

.alertModal .modal-body {
    font-size: 20px;
}

    .alertModal .modal-body p {
        padding: 0 30px;
        line-height: 1.3;
    }


.alertModal .modal-footer {
    display: flex;
    justify-content: center;
}

#saveChangesPopUpModal .modal-body p,
#backToGamesPopUpModal .modal-body p {
    text-align: center;
}

/*כפתורים של הפופ-אפים*/
.modalBtn {
    border-radius: 6px;
    height: 42px;
    width: 162px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /*border-style: solid;
    border-width: 1px;*/
    border: none;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .modalBtn:hover {
        box-shadow: 0 0 8px #495867;
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    .modalBtn:active {
        -webkit-transform: scale(.98);
        transform: scale(.98);
    }


.stay {
    background-color: #e1e1e8;
    margin-left: 40px;
    width: 130px;
}

.backMyGames {
    background-color: #F7BC1D;
}

.delete {
    /*background-color: #D07B6B;*/
    /*background-color: #d9534f;*/
    background-color: #CE352C;
    color: ghostwhite;
}


/*גודל מודל*/
@media (min-width: 500px) {
    .alert-modal-dialog {
        width: 567px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}
/*END MODAL*/


/*GRIDVIEW*/
/*עיצוב כללי גרידוויו*/
.GridView td {
    vertical-align: middle;
    font-size: 16px;
}

table.GridView th {
    background-color: #F7BC1D;
    font-weight: 600;
}

.GridView th:not(:first-child) {
    text-align: center;
}
/*סוף עיצוב כללי גרידוויו*/

/*הגרידוויו בעמוד המשחקים שלי*/
#myGamesGridviewPanel {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 40px;
}

    #myGamesGridviewPanel th {
        font-weight: 700;
        text-align: center;
        background-color: #F7BC1D;
    }


    /*הפונט בטבלת המשחקים*/
    #myGamesGridviewPanel th,
    #myGamesGridviewPanel td {
        font-size: 18px;
    }

        /*רוחב עמודות*/
        #myGamesGridviewPanel th:not(:first-child),
        #myGamesGridviewPanel td:not(:first-child) {
            width: 95px;
        }

/*האלמנטים בטבלה שצריך להיות ממורכז*/
/*הכל חוץ משם המשחק*/
#myGamesGridView td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

/* הכפתורי תמונות בתוך המשחקים שלי*/
#myGamesGridviewPanel .gridviewBtn {
    height: 23px;
    margin: auto;
    display: block;
    padding: 2px 10px;
    border-style: none;
}

    /*כדי שכפתורי הצ'קבוקס של פרסום לא יתנהגו כמו כפתורים רגילים במעבר עכבר*/
    /*וגם כפתור להוספת משחק בעמוד המשחקים שלי*/
    #myGamesGridviewPanel .gridviewBtn.button:hover,
    #myGamesForm #addGameBTN:hover {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }

/*סוף הגרידוויו בעמוד המשחקים שלי*/

/*הגרידוויו בעמוד עריכת שאלות*/
#questionsGridviewPanel {
    position: absolute;
    right: 798px;
    top: 103px;
    display: inline-block;
    width: 450px;
}
    /*כותרת השאלות שלי*/
    #questionsGridviewPanel h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.questionsGridView th:first-child {
    width: 325px;
}

/*עמודת השאלות בטבלת השאלות בעמוד עריכה*/
.questionsGridView .questTDgridview {
    width: 325px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    /*border: none;*/
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
    margin-top: -0.4px;
    margin-left: -30px;
}

.questionsGridView tr:nth-child(2) .questTDgridview {
    border-top: unset;
}

/*פרסום משחק מטבלת השאלות בעמוד עריכה*/
#questionsGridviewPanel #publishGamePanel {
    float: left;
    margin-top: 6px;
    margin-left: 3px;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}

#questionsGridviewPanel #minimumReqLbl {
    color: red;
    font-size: 14px;
}

/*צ'קבוקס פרסום משחק מתוך טבלת השאלות*/
#questionsGridviewPanel #publishGameCB {
    margin-left: 5px;
}

    #questionsGridviewPanel #publishGameCB:disabled {
        cursor: not-allowed;
    }

    #questionsGridviewPanel #publishGameCB:enabled {
        cursor: pointer;
    }

/*הכפתורי תמונות בתוך השאלות שלי*/
#questionsGridviewPanel .gridviewBtn {
    height: 20px;
    margin: auto;
    display: block;
    padding: 2px 10px;
}

    #questionsGridviewPanel .gridviewBtn.deleteQuestionBtn {
        height: 18px;
    }

/*END GRIDVIEW*/

/*TOOLTIPS*/
/*כדי שהטולטיפים יעבדו גם בכפתורים מנוטרלים*/
.tooltip-wrapper {
    display: inline;
}

    /* don't let button block mouse events from reaching wrapper */
    .tooltip-wrapper .button[disabled] {
        pointer-events: none;
    }

    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    .tooltip-wrapper.disabled {
        cursor: not-allowed;
    }

.tooltip {
    font-family: 'Assistant', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    font-size: 16px;
}

.tooltip-inner {
    max-width: 260px;
    padding: 10px 8px;
    color: #f5f5f5;
    background-color: #212529;
    border-radius: 6px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/*END TOOLTIPS*/


/*כפתורים הגדרות כלליות*/
.button {
    font-weight: 600;
    border-radius: 6px;
    color: #38444A;
    border-style: none;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .button:disabled {
        border-style: solid;
        border-width: 1px;
    }

    .button:hover {
        box-shadow: 0 0 7px #495867;
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    .button:active {
        transform: scale(.98);
    }

/*input[type="image"]:not(.button):hover {
    filter: brightness(0.7);
}*/

input[type="image"]:hover {
    filter: brightness(0.6);
}

/*--------------------------------------------------------------*/
/*העיצוב של הפופ אפים אודות ואיך לשחק*/
.bold {
    font-weight: bold;
    font-size: 16px;
}

/*איך משחקים?*/
#howToPlayDiv > p:nth-child(4) {
    margin: 15px 0 17px 0;
}

#howToPlayDiv .title {
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin: 16px;
}

#howToPlayDiv li {
    list-style: none;
}

#howToPlayDiv .howToImg {
    float: right;
    clear: both;
    padding-top: 10px;
}

#howToPlayDiv #chosenCookie {
    height: 100px;
    width: 140px;
    padding-right: 18px;
}

#howToPlayDiv #correctCookie {
    height: 100px;
    width: 158px;
}

#howToPlayDiv #house {
    height: 200px;
    width: 150px;
    padding-right: 18px;
}

#howToPlayDiv .howToTxt {
    float: right;
    margin-top: 30px;
    padding-right: 20px;
}

#howToPlayDiv #houseTxt {
    margin-top: 75px;
    margin-right: -10px;
}



/*אודות*/
#aboutDiv > p:nth-child(4) {
    margin: 15px 0 17px 0;
}

#aboutDiv .title {
    font-size: 24px;
    display: inline-block;
    text-align: center;
    font-family: 'Nunito', 'Assistant', 'Segoe UI', Arial, sans-serif;
    margin-bottom: 10px;
}

#aboutDiv ul {
    list-style-type: none;
    padding-inline-start: initial;
}

#aboutDiv .hit_logo {
    position: relative;
    width: 150px;
    height: 110px;
    background-size: 100%;
    margin: 0 auto;
    background-image: url('../images/HITlogo.png');
    background-repeat: no-repeat;
    margin-top: 15px;
}

#aboutDiv .logo_link {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#aboutDiv .game_icon {
    display: inline-block;
    background-image: url('../images/face.png');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 11px;
    width: 50px;
    height: 45px;
}


@media only screen and (max-height: 680px) {
    #loginDiv {
        padding: 25px;
        margin-top: 19px;
    }

        #loginDiv h2 {
            margin-bottom: 20px;
            margin-top: 2px;
        }


}