/* ==========================================================
   ========= עיצובים כלליים לכל עמודי מעקב למידה =========
   ========================================================== */

/* עיצוב h2 */
@media (min-width: 1000px) {
  #page-local-assigndash-index .local-assigndash-index-title {
    font-size: 2.125rem !important;
    margin-bottom: 1.88rem !important;
    margin-top: 0 !important;
  }

  /* יישור מרכז התוכן ל-header */
  /*#page-course-view-shiftsections:not(.editing) div[role="main"],
  .path-mod-attendance div[role="main"],
  .path-report-shiftprogress div[role="main"],*/

  #page-local-assigndash-index #page.drawers div[role="main"] {
    margin-right: 0 !important;
    padding-right: 6.2rem !important;
  }

  /* איפוס הריווח של סרגלי הכפתורים (חיפוס, סינון, הורדה וכו) */
  #page-local-assigndash-index .searchbar,
  #page-local-assigndash-index .simplesearchform {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /*מימדים של תיבת חיפוש וסינון */

  #page-local-assigndash-index [role="main"] .custom-single-select,
  #page-local-assigndash-index .globalControls .searchbar {
    width: 13rem !important;
    height: 2.7rem !important;
    max-width: 13rem;
  }

  /******** עיצוב כפתורים *********/
  /* הוספת מפגש הורדה לאקסל אקסל */
  #page-local-assigndash-index .simplesearchform .cec-btn {
    width: 11.5rem !important;
    height: 2.7rem !important;
    font-size: 1.0625rem;
  }

  #page-local-assigndash-index .simplesearchform .cec-btn:hover {
    background-color: #e5f1f9 !important;
  }

  #page-local-assigndash-index .simplesearchform .cec-btn:hover .cec-btn-text {
    color: #0076c6 !important;
  }

  /***** חיפוש - העברת איקון לימין *****/

  #page-local-assigndash-index .form-control {
    padding-right: 45px !important;
    padding-left: 12px !important;
    text-align: right !important;
    background-position: right 12px center !important;
  }

  #page-local-assigndash-index .searchbar::before,
  #page-local-assigndash-index .input-group.searchbar::before {
    width: 2rem !important;
    height: 2rem !important;
    right: 6px !important;
    left: auto !important;
  }
  /*----- End - העברת איקון לימין ----*/

  /***** שינוי טקסט לכפתור הורד אקסל *****/

  #page-local-assigndash-index .simplesearchform .cec-btn-text {
    font-size: 0 !important;
  }

  #page-local-assigndash-index .simplesearchform .cec-btn-text::after {
    content: "הורדה לאקסל" !important;
    font-size: 1.0625rem !important;
  }

  /* הסתרת מפתח קורס מעמוד התקדמות */
  /*#page-local-assigndash-assignments .manual-enrolment-btn {
  display: none;
}*/

  #page-local-assigndash-index .manual-enrolment-btn {
    display: none;
  }

  #page-local-assigndash-index [role="main"] > h3 {
    /* מעקב התקדמות ונוכחות */
    font-size: 1.75rem !important;
  }

  /* ריווח מתחת לכותרת הגשות וציונים */
  #page-local-assigndash-index .block.gradetree .gradetree_title {
    /* הגשות ציונים */
    font-size: 1.75rem !important;
  }

  /* יישור העמוד מתיבת החיפוש למטה בעמוד התקדמות */
  #page-local-assigndash-index
    #page-wrapper
    #page.drawers
    .main-inner
    #region-main {
    margin: 0 0;
    /*margin-right: 3rem;*/
    margin-right: 0 !important;
  }

  /****** עיצוב תיבת חיפוש חניכה ******/

  #page-local-assigndash-index .attendance .custom-single-select summary,
  #page-local-assigndash-index #global_dropdown summary {
    height: 2.3rem;
  }
  #page-local-assigndash-index .attendance .custom-single-select summary::after,
  #page-local-assigndash-index #global_dropdown summary::after {
    transform: rotate(45deg) translate(50%, 0%);
    top: 0.5rem;
  }
  #page-local-assigndash-index #filterTitle {
    font-weight: 400;
  }

  /* הורדת הפוקוס מתיבת החיפוש  */
  #global_input:focus,
  #studentgrades_input:focus,
  #studentattendanceblock_input:focus,
  #gradetree_input:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  /*----- עיצוב תיבת חיפוש חופשי -----*/

  /* סטטוסים מתחת לנוכחות והגשות וציונים */
  #page-local-assigndash-index #attendanceBarInfo {
    margin: -20px 0 30px 0;
  }

  /* יישור תיבת חיפוש והורדה מתחת לכותרת מעקב התקדמות */
  #page-local-assigndash-index .simplesearchform {
    margin-top: -40px;
  }

  /* ריווח מתחת לכותרת הגשות וציונים */
  #page-local-assigndash-index .block.gradetree .gradetree_title {
    margin-bottom: 30px;
  }

  /* מרחק בין תיבות חיפוש לצ'יפסים תחת נוכחות */
  #page-local-assigndash-index .attendance .simplesearchform {
    margin-bottom: -10px !important;
  }

  /* מרחק בין תיבות חיפוש לצ'יפסים תחת הגשות וציונים */
  #page-local-assigndash-index #gradetree_controls .simplesearchform {
    margin-bottom: -20px !important;
  }
}
