 * {
     margin: 0;
     padding: 0;
     font-family: 'Heebo', sans-serif;
     src: url('fonts/Heebo-Medium.ttf');
     font-weight: 400;
     border: none;
 }
 
 h3 {
     font-weight: 600;
     font-size: 30px;
 }
 
 h4 {
     font-weight: 400;
     font-size: 17px;
 }
 
 h6 {
     font-weight: 600;
 }
 
 .manu {
     float: left;
 }

 #middle {
     margin-left: 35%;
     margin-right: 35%;
     margin-top: 5%;
     padding: 20px;
     background-color: #e7e7e7;
     text-align: center;
     border: 2px solid rgb(83, 83, 83);
     border-radius: 40px 40px 40px 40px;
     box-shadow: 0px 0px 10px 5px #888888 inset;
     z-index: 999;
 }
 
 body {
     font-size: 20px;
     text-align: center;
     background-image: url("../img/19952.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
 }
 
 img.sticky {
     position: sticky;
     top: 0;
     width: 200px;
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
 
 #id {
     background-color: #a7a7a7;
     border-radius: 20px;
     width: 60%;
     height: 30px;
     text-align: center;
     font-size: 20px;
     outline: none;
 }
 
 #password {
     background-color: #a7a7a7;
     border-radius: 20px;
     width: 60%;
     height: 30px;
     text-align: center;
     font-size: 20px;
     outline: none;
 }
 
 #submit {
     background-color: #4B3D73;
     border-radius: 20px;
     width: 50%;
     height: 30px;
     font-size: 25px;
     color: white;
     padding: 1px;
     cursor: pointer;
 }
 
 #MainContent_txtAnswer {
     width: 100%;
     background-color: #FFFADE;
     margin: auto;
     text-align: center;
     justify-content: center;
     text-align: center;
     margin-top: 10px;
     margin-bottom: -5px;
     /* border: 2px solid #4B3D73; */
 }
 
 .footer {
     position: absolute;
     margin-bottom: 5px;
     margin-top: 5px;
     width: 100%;
     color: black;
     text-align: center;
 }
 
 .header {
     width: 100%;
     background-color: #D7C3FF;
     border-bottom: 3px solid #4B3D73;
     display: grid;
     grid-template-columns: 40% 20% 40%;
 }
 
 .header1 {
     display: block;
     padding-left: 50px;
     /* margin-top: auto; */
 }
 
 .headinfo {
     background-color: #4B3D73;
     text-align: center;
 }
 
 .header2 {
     /* padding-right: 50px; */
     margin-top: auto;
 }
 
 .order {
     width: 100%;
     padding-top: 25px;
     margin: 0;
     display: flow-root;
 }
 
 .table {
     text-align: center;
 }

 .activities {
     float: left;
     width: 50%;
     text-align: -webkit-center;
     margin-left: 75px;
 }
 
 table.info {
     width: 100%;
     text-align: center;
 }
 
 table.blueTable {
     border: 1px solid #AAAAAA;
     background-color: #EEEEEE;
     width: 100%;
     text-align: center;
     border-collapse: collapse;
 }
 
 table.blueTable td,
 table.blueTable th {
     border: 1px solid #AAAAAA;
     padding: 3px 2px;
 }
 
 table.blueTable thead {
     background: #4B3D73;
     border-bottom: 2px solid #444444;
 }
 
/* table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display:none;
}

table.dataTable thead .sorting_desc::after {
    display:none;
}

table.dataTable thead .sorting {
   background-image: url(https://datatables.net/media/images/sort_both.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_asc {
   background-image: url(https://datatables.net/media/images/sort_asc.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_desc {
   background-image: url(https://datatables.net/media/images/sort_desc.png);
   background-repeat: no-repeat;
   background-position: center right;
} */

table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #AAAAAA;
}

 table.blueTable thead th:first-child {
     border-left: none;
 }
 
 table.blueTable tfoot td {
     font-size: 14px;
 }
 
 table.blueTable tfoot .links {
     text-align: right;
 }
 
 table.blueTable tfoot .links a {
     display: inline-block;
     background: #1C6EA4;
     color: #FFFFFF;
     padding: 2px 8px;
     border-radius: 5px;
 }
 
 .addActivityForm {
     z-index: 999;
     background-color: #EEEEEE;
     width: 25%;
     padding: 15px;
     margin-right: 75px;
     text-align: center;
     border: solid black 1px;
 }

 .addprodutsForm {
    z-index: 999;
    background-color: #EEEEEE;
    width: 35%;
    padding: 15px;
    margin-right: 75px;
    text-align: center;
    border: solid black 1px;
}

.bandf {
    width: 100%;
    background-color: #EEEEEE;
    padding-bottom: 3px;
}

a#bandfstyle {
    color: white;
    text-decoration: none;
    cursor: pointer;
    border: 0.5px solid #4B3D73;
    background-color: #4B3D73;
    padding: 0px 5px;
    border-radius: 2px;
}

.messeages {
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
    direction: ltr;
    height: 550px;
}

.addfileForm {
    z-index: 999;
    background-color: #EEEEEE;
    width: 50%;
    padding: 15px;
    margin-right: 50px;
    text-align: center;
    border: solid black 1px;
    margin-top: 10px;
    height: 65%;
}
 
 select#activities_select {
     width: 90%;
     background-color: #FFFADE;
     border-radius: 10px;
     margin-top: 5px;
     margin-bottom: 10px;
     text-align: center;
     color: black;
     text-align-last: center;
     font-size: 20px;
 }
 .select2-results__options{
    font-size:80% !important;
}

 input#date {
     width: 90%;
     margin-top: 5px;
     margin-bottom: 10px;
     text-align: center;
     color: black;
     text-align-last: center;
     font-size: 18px;
     visibility: visable;
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px;
 }
 
 input#date:hover {
     color: black;
     visibility: visable
 }
 
 select#count {
     width: 20%;
     margin-top: 5px;
     margin-bottom: 10px;
     text-align: center;
     color: black;
     text-align-last: center;
     font-size: 20px;
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px;
 }
 
 input#total_cost {
     width: 20%;
     margin-top: 5px;
     margin-bottom: 10px;
     text-align: center;
     color: black;
     text-align-last: center;
     background-color: #EEEEEE;
     font-size: 22px;
 }
 
 input#add {
     width: 50%;
     padding: 5px;
     margin-top: 5px;
     text-align: center;
     color: white;
     text-align-last: center;
     font-size: 20px;
     background-color: #4B3D73;
     border-radius: 10px;
     cursor: pointer;
 }
 
 input#delete {
     background-color: #eeeeee;
     cursor: pointer;
 }
 
 input[type="date"]::-webkit-calendar-picker-indicator {
     color: rgba(0, 0, 0, 0);
     opacity: 1;
     display: block;
     background: url(https://img.icons8.com/ios/25/000000/calendar.png) no-repeat;
     width: 20px;
     height: 20px;
     margin-left: 15px;
     position: relative;
     text-align: left;
     cursor: pointer;
 }
 
 .button {
     background-color: #4B3D73;
     color: white;
     padding: 15px 32px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 18px;
     margin: 4px 2px;
     border-radius: 10px;
     cursor: pointer;
     border: 2px solid rgb(83, 83, 83);
     box-shadow: 0px 0px 4px 2px #777777 inset;
 }
 .button1 {
    background-color: #4B3D73;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid rgb(83, 83, 83);
    box-shadow: 0px 0px 4px 2px #777777 inset;
 }
 .saveback {
    background-color: #EEEEEE;
    width: 90%;
    display: inline-block;
    border: 1px solid #AAAAAA;
 }

.buttonsave {
    background-color: #41ac41;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid rgb(83, 83, 83);
    box-shadow: 0px 0px 4px 2px #777777 inset
} 
 
 .index {
     margin-left: 25%;
     margin-right: 25%;
     margin-top: 2%;
     margin-bottom: 1%;
     background-color: #FFFADE;
     padding: 20px;
     border: 2px solid rgb(83, 83, 83);
     border-radius: 20px;
     box-shadow: 0px 0px 4px 2px #888888 inset;
 }
.buttons {
    background-color: #FFFADE;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 45%;
    margin-right: 45%;
    /* border: 0.5px solid #4B3D73; */
    box-shadow: 0px 0px 2px 1px #777777 inset;
}

#bandn {
    color: black;
    text-decoration: none;
    cursor: pointer
}
.overtable {
    OVERFLOW-X: auto;
    text-align: -webkit-center;
}
.table_info {
    background-color: #EEEEEE;
}

input#count {
    width: 15%;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: black;
    text-align-last: center;
    font-size: 20px;
}
.addWorkerForm {
    margin: 30px 75px 30px 75px;
}
.addworker {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-row-gap: 10px;
}

input#first_name, input#last_name, input#kindergarten_name, input#kindergarten_symbol, input#phone , input#email, input#tz, input#division,
    input#worker_attendace_input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #444444;
}
.select2-container .select2-selection--single {
    /* height: 23px !important; */
    width: auto;
    /* margin-left: 5px; */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 23px !important; */
}
tr#trform {
    background-color: #F9F871;
}
select#has_certificate {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 23px;
    font-size: 17px;
    text-align: center;
    text-align-last: center;
    padding: 0;
    cursor: pointer;
}
select#has_trips, select#employer{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 23px;
    font-size: 17px;
    text-align: center;
    text-align-last: center;
    padding: 0;
    cursor: pointer;
}
#addworker {
    padding: 4px;
    text-align: center;
    color: white;
    text-align-last: center;
    font-size: 20px;
    background-color: #4B3D73;
    border-radius: 10px;
    cursor: pointer;
}
#notifi {
    margin-top: 0px;
    margin-right: 0px;
    padding: 15px;
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
}
#number {
    float: left;
    padding-right: 75px;
    margin-right: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: red;
    border-radius: 50px 50px 50px 50px;
    padding: 2px;
    width: 20px;
    position: relative;
    margin-left: -25px;
}
#clickfile {
    margin-bottom: 10px;
    padding-right: 15%;
}
#addfiles {
    display: grid;
}
.editworker {
    z-index: 999;
    background-color: #EEEEEE;
    width: 50%;
    padding: 15px;
    margin-left: 50px;
    text-align: center;
    border: solid black 1px;
    justify-self: end;
    margin-top: 10px;
}
.lll {
    background: #fff;
    height: 400px;
    overflow-y: scroll;
    word-wrap: break-word;
}
#notifi td, #notifi th {

    padding: 8px;
  }
#notifi tr {background: rgba(255,255,255,0.902);}

#notifi tr:focus{background: #ddd;}

#notifi tr:hover {
    background-color: rgba(242,245,245,0.8);
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
#workers_info th {
    /* min-width: 40px; */
    position: sticky;
    top: 0px;
    background: #4B3D73;
    border-bottom: 2px solid;
}
td.sticky-col {
    position: sticky;
    position: -webkit-sticky;
}

/* th.sticky-col {
    position: sticky;
    position: -webkit-sticky;
    background-color: #4B3D73;
    z-index: 999;
} */
.col-1 {
    /* width: 40px;
    min-width: 40px;
    max-width: 40px;
    right: 0px;
    z-index: 100; */
    background-color: #fde7ce;
}
.col-2 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    /* right: 40px;
    z-index: 100; */
    background-color: #f5ecdc;
}
.col-3 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    /* right: 120px;
    z-index: 100; */
    background-color: #f5ecdc;
}
.col-4 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    /* right: 220px;
    z-index: 100; */
    background-color: #f5ecdc;
}
.col-5 {
    /* width: 80px;
    min-width: 80px;
    max-width: 80px;
    right: 310px;
    z-index: 100; */
    background-color: #f5ecdc;
}
.col-last {
    /* width: 80px;
    min-width: 80px;
    max-width: 80px;
    left: 0px;
    z-index: 100; */
    background-color: rgb(233 222 255);
}
.table_hover tr:hover {
    background-color: #ffff99 !important;
}
.mees {
    margin-top: 50px;
    margin-left: 50px;
}
.clicks {
    width: 100%;
    text-align: right;
}
button.button3 {
    cursor: pointer;
    font-size: 25px;
    padding: 5px 10px;
    background-color: #ffbfc5;
}

button.button4 {
    cursor: pointer;
    font-size: 25px;
    padding: 5px 10px;
    background-color: #a7b0ff;
}

input#admin_message_send_submit {
    float: left;
    font-size: 23px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    background-color: #2196f3;
    cursor: pointer;
}

button.btn.cancel {
    cursor: pointer;
    float: left;
    margin-left: 10px;
    font-size: 23px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    background-color: #ff5722;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    display: grid;
}

input#text {
    width: 100%;
    font-size: 25px;
    border-bottom: 0.5px solid #777777;
    padding: 5px 0px 0px 0px;
}
textarea#text {
    width: 100%;
    font-size: 25px;
    border-bottom: 0.5px solid #777777;
    padding: 5px 0px 0px 0px;
    height: 150px;
}

input#subject {
    width: 100%;
    font-size: 25px;
    border-bottom: 0.5px solid #777777;
    padding: 5px 0px 0px 0px;
}
textarea#body {
    width: 100%;
    font-size: 25px;
    border-bottom: 0.5px solid #777777;
    padding: 5px 0px 0px 0px;
    height: 150px;
}
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    justify-self: left;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
input#user_message_send_submit {
    float: left;
    font-size: 23px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    background-color: #2196f3;
    cursor: pointer;
}
input#team, input#level{
width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #444444;
}
select#student_type {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #444444;
}
.editstudent {
    z-index: 999;
    background-color: #EEEEEE;
    padding: 15px;
    text-align: center;
    border: solid black 1px;
    justify-self: center;
    margin-top: 10px;
}
form#addexel {
background-color: #41ac41;
    display: inline-block;
    margin: 4px 2px;
    border-radius: 7px;
    z-index: 999;
    background-color: #EEEEEE;
    padding: 15px;
    text-align: center;
    border: solid black 1px;
    justify-self: center;
}
#excel_example {
    background-color: #444444;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0px 5px; 
}
input#import_file {
    width: 100%;
    padding: 0px 20%;
}
select#team_choose {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #444444;
}
input#filter_student_team_form_submit {
    background-color: #41ac41;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
box-shadow: 0px 0px 4px 2px #777777 inset;
}
input#excel_import_form_submit {
    background-color: #41ac41;
    color: white;
    padding: 5px 32px;
    text-align: center;
    font-size: 18px;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid rgb(83, 83, 83);
    box-shadow: 0px 0px 4px 2px #777777 inset;
}