﻿* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "aljazeera";
  src: url("font/tahomabd.ttf");
}

html,
body {
  height: 100%;
  background-color: #f3f3f3;
  font-family: "aljazeera";
}

#index_body_content {
  padding-bottom: 200px;
  padding-top: 200px;
   background-color: white; 
  overflow: auto;
  min-height: 100%;
  margin-top: -150px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* class="d-flex align-items-center justify-content-center" */
}
#index-body-container {
  /* padding-bottom: 120px; */
  /* padding-top: 100px; */
  /* background-color: red; */
  /* overflow: auto;
    min-height: 100%;
	margin-top: -220px;  */
  /* header 150 nav 70 */

  /* min-height: 100%; */
  /* margin-top: -150px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  /* max-width: 550px; */
  min-width: 250px;
  width: 450px;
  /* width: 100%; */
  /* padding: 10px; */
  /* text-align: center; */
}

.scl_body_content {
  /* padding-bottom: 120px; */
  /* padding-top: 100px; */
  /* background-color: red; */
  /* overflow: auto;
    min-height: 100%;
	margin-top: -220px;  */
  /* header 150 nav 75 */

  min-height: 100%;
  margin-top: -225.9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  /* max-width:550px;
	min-width:350px; */
  width: 100%;
  padding: 50px;
  /* text-align: center; */
  padding-top: 250px;
  padding-bottom: 100px;
}

.scl_body_container {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.std_body_content {
  min-height: 100%;
  margin-top: -225.9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  padding: 50px;
  padding-top: 250px;
  padding-bottom: 140px;
}

.std_body_container {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

/*login_layout / top section*/
/* .top_header_area{

} */

.social_nav {
  /* background-color: #d8d6d6; */
  padding: 30px;
  font-size: 18px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 20px;
  color: white;
  min-height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* border-radius: 25px; */
  /* border: 1px solid #ffe700; */
}

.foot-social_nav {
  /* left: 0 ; right: 0; top: 0;  */
  /* width:100%; */
  /* background-color: #d8d6d6; */
  padding: 30px;
  font-size: 18px;
  /* color: white; */
  /*padding: 0px, 20px;*/
  /* color: #fff; */
  min-height: 110px;
  /* padding: 20px 50px; */

  position: relative;
  margin-top: -130px;
  margin-right: 50px;
  margin-left: 50px;
  /* margin-top: 50px; */

  /* display: flex;
  justify-content: center; */
  /* flex-direction: column; */
  /* align-items: center; */
  text-align: center;
  /* border-radius: 25px; */
  /* border: 1px solid #ffe700; */
}

/* .nav-link {
    padding: 0; 
} */

/* .top_header_area .social_nav a{
	color: rgb(252, 0, 0);
	padding-right: 30px;
} */

/* .social_nav a i{
	color: #f6b60b;
} */

/* .top_header_area .top_nav h2, .top_header_area .social_nav a{
	padding-left: 6px;
} */

/* .top_header_area .top_nav a:hover{
	background-color: transparent;
	color: #f6b60b;
	transition: all 300ms linear 0s;
}
 */

.social_nav a i,
.footer_area .right_nav a i {
  /* color: #000000; */
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 25%; /* instead of this , u can add 'rounded-circle' class to the item to make it rounded*/
  background-color: #e8e7e7;
}

/* .social_nav .nav{
	float: right;
} */

.social_nav a i:hover,
.footer_area .right_nav a i:hover {
  transition: all 300ms linear 0s;
  background-color: #1877f2;
  color: white;
}
/*end login_layout / top section */

.to-Exit {
  /* تسجيل الخروج */
  font-size: 18px;
}

.lock {
  /*align-content: center;*/
  margin: auto; /*tells the browser to automatically determine the left and right margins itself, which it does by setting them equally. */
  border: 1px outset;
  background: linear-gradient(white, lightgray);
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 90px;
  border-radius: 50%;
  margin-bottom: 7vh;
}

#sclID {
  height: 45px;
  margin-bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* width: 300px; */
  text-align: center;
  border: 1px solid #ccc;
  font-size: 22px;
  width: 100%;
  font-family: "aljazeera";
}

#password {
  height: 45px;
  margin-bottom: -4px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /* width: 100%; */
  text-align: center;
  border: 1px solid #ccc;
  font-size: 22px;
  width: 100%;
  font-family: "aljazeera";
}

.connect_me_btn {
  font-size: 20px;
  background: lightblue;
  color: darkblue;
  text-transform: uppercase;
  /* z-index: 1; */
  /* margin-top: 10px; */
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  padding: 20px;
  /* text-align: center; */
  /* line-height: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 5px; */
  transition: background-color 0.5s;
  font-family: "aljazeera";
  cursor: pointer;
}

.connect_me_btn:hover,
.connect_me_btn:focus {
 background: #ff0000;
  /* color: #ffffff; */
}

/* error Modal  */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */

  background-color: rgba(0, 0, 0, 0.3); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* -webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.9s; */
  /* animation-name: animatetop;
	animation-duration: 2s; */
  animation: animatetop 0.5s;
  /* display: flex;
	flex-direction: column; */
  font-size: 14px;
  min-width: 300px;
}

/* Add Animation */

@keyframes animatetop {
  /* from {top:-300px; opacity:0}
	to {top:0; opacity:1} */

  0% {
    top: -300px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
  }
  /* 
	0%   {top: -300px; background: red; }
	100% {top: 0px; background: yellow;} */
}

/* The Close Button */
#close {
  /* color: white; */
  /* float: right; */
  font-size: 16px;
  /* font-weight: bold; */
  margin-left: auto;

  /* padding: 2px; */
  height: 30px;
  /* transition: background-color 0.5s; */
  width: 30px;
}

.modal-header {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: rgb(255, 0, 0);
  /* height: 35px; */
  /* display: flex;
	justify-content: flex-end; */
  /* margin: auto; */
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
}

.modal-body {
  padding: 20px 16px;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.modal-footer {
  display: flex;
  padding: 10px 16px;
  /* background-color: #5cb85c; */
  color: white;
  justify-content: center;
  /* height: 55px; */
  border-top: 1px solid #e9ecef;
}

.btn-red {
  color: #fcfcfc;
  background-color: #f51e1e;
  /* border-color: #f8f9fa; */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  outline-color: #ff3838;
  transition: background-color 0.5s;
  margin: 0 10px;
  font-size: 1vw;
  height: 40px;
}

.btn-red:hover {
  background-color: #be000a;
}

@media only screen and (max-width: 768px) {
  /* .modal-content {
	  font-size: 2vw;
	}
	.btn-red  {
	  font-size: 2vw;
	} */
  .three-spans {
    font-size: 12px;
  }
}

/* end index page*/

/*navbar_layout_styles ------------------------------------------------------------------------------------------------------------------------------------*/
/*
	blue : #08526d
	red : #ec1c23
*/

/*start navbar */

/* .navbar-brand {
	margin-right: 25px;
} */

.MyNavbar {
  display: flex;
  /* flex-direction: row; */
  justify-content: space-between;
  align-items: center;
  padding: 1.5vh 15.5vw;
  /* background-color: #f7f5f6; */
  /* height: 75px; */
}

.navbar-brand span:first-child {
  color: #1061b8;
  font-size: 30px;
  font-weight: bold;
}
.navbar-brand span:last-child {
  color: #ec1c23;
}

.navbar-links ul {
  display: flex;
}

.navbar-links li {
  list-style: none;
  /* border-radius: 10px; */
  border: 1px solid #eae7e8;
}

.navbar-links li:hover {
  background-color: #17b431;
  /* border-radius: 10px; */
}

.navbar-links li a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

.toggle-button {
  position: absolute;
  display: none;
  color: #be000a;
  /* top: 100px; */
  right: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.toggle-button:hover {
  background-color: #eed592;
}

@media only screen and (max-width: 768px) {
  .toggle-button {
    display: flex;
  }
  .navbar-links {
    display: none;
    width: 100%;
  }

  .MyNavbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-links ul {
    flex-direction: column;
    width: 100%;
  }

  .navbar-links li {
    text-align: center;
  }

  .active {
    display: flex;
  }
}

/* to make activated nav with color */
.li2active {
  background-color: #cae6c7;
  /* border-radius: 10px; */
}

/* .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;*/
/*margin-right: 50px;
} */

/* to make activated nav with color */
/* .active {
	background-color:#fdd9ba;
	border-radius: 10px;
}

.notification_red_border{
	border-color: red;
} */

/* #main-navbar{
	margin-right: 5%;
} */
/*end navbar */

/*start school_form //////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* For desktop: */
.my-col-1 {
  width: 8.33%;
}
.my-col-2 {
  width: 16.66%;
}
.my-col-3 {
  width: 25%;
}
.my-col-4 {
  width: 33.33%;
}
.my-col-5 {
  width: 41.66%;
}
.my-col-6 {
  width: 50%;
}
.my-col-7 {
  width: 58.33%;
}
.my-col-8 {
  width: 66.66%;
}
.my-col-9 {
  width: 75%;
}
.my-col-10 {
  width: 83.33%;
}
.my-col-11 {
  width: 91.66%;
}
.my-col-12 {
  width: 100%;
}
[class*="my-col-"] {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="my-col-"] {
    width: 100%;
    /*color: red; */
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .my-row {
    flex-direction: column;
  }
  .order-on-small1 {
    order: 1;
  }
  .order-on-small2 {
    order: 2;
  }
  .order-on-small3 {
    order: 3;
  }
  .order-on-small4 {
    order: 4;
  }
  .order-on-small5 {
    order: 5;
  }

  .order-on-small6 {
    order: 6;
  }
  .order-on-small7 {
    order: 7;
  }
  .order-on-small8 {
    order: 8;
  }
}

.my-row {
  /* margin-bottom: 20px;
	margin-top: 20px; */
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}

.mytext-center {
  text-align: center;
}
.mytext-right {
  text-align: right;
}

.padding20px {
  margin-bottom: 35px;
  /* margin-top: 20px; */
}
.padding5px {
  margin-bottom: 5px;
  /* margin-top: 20px; */
}

#btn_2go2marks {
  text-decoration: none;
  background-color: #007bff; 
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 30px; */
  color: rgb(7, 7, 7);
  border: 1px solid #d0caca;
  /* border-radius: 0.25rem; */
  transition: background-color 0.5s;
  height: 40px;
  font-size: 16px;
}

#btn_2go2marks:hover {
  background-color: #e2e2e2;
}

.my-pre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  background-color: #f5df9d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -5px;
  z-index: 1;
}

.scl-inputs {
  width: 50%;
  text-align: right;
  padding-right: 15px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  font-size: 18px;
  font-family: "aljazeera";
}

.my-btn {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border: 1px solid rgb(224, 220, 220);
  /* border-radius: 5px; */
  transition: background-color 0.5s;
  background-color: transparent;
  font-family: "aljazeera";
  cursor: pointer;
}

#resetBtn:hover,
#clearBtn:hover {
  background-color: #6c757d;
  color: white;
}

#saveBtn {
  background-color: #28a754;
  color: white;
}
#saveBtn:hover {
  background-color: #147437;
}

#yes_no_modal_print_student_details {
  background-color: #305175;
  color: white;
}
#yes_no_modal_print_student_details:hover {
  background-color: #120269;
}

.notification_red_border {
  border-color: red;
}

table,
th,
td {
  border: 1px solid #b7b7b7;
  border-collapse: collapse;
}

.std-table {
  /* border-color: #007bff; */
  background-color: transparent;
  width: 100%;
}
tr:hover {
  /* border-color: #007bff; */
  background-color: #f0efef;
}

th {
  background-color: #c7e6d3;
  /* color: white; */
  height: 50px;
  font-weight: 500;
}

/* tr:nth-child(even){
	background-color: #f5f5f5;
} */

/* .my-table-header{
	background-color: #62915d;
	color: white;
	height: 50px;
} */

table {
  /* border-radius: 10px; */
  overflow: hidden;
}

#live_data {
  width: 100%;
  /* display: flex;
    justify-content: center;
	overflow: hidden; */
  overflow: auto;
}

.my-btn-2showDelModal {
  background-color: #ff4141;
  color: lightyellow;
}
.my-btn-2showDelModal:hover {
  background-color: #750e0e;
}

.my-btn-2MarksAdd {
  background-color: #f7f3c1;
  /* color: lightyellow; */
  /* cursor: pointer; */
}
.my-btn-2MarksAdd:hover {
  background-color: #d8bd6b;
}

input[type="button"]:disabled:hover {
  background-color: #beb8a3;
}

#yes_no_myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.3); /* Black w/ opacity */
}

/* Modal Content */
.yes_no_modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding-top: 20px;
  border: 1px solid #888;
  border-radius: 0.3rem;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* -webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.9s; */
  /* animation-name: animatetop;
	animation-duration: 2s; */
  animation: animatetop 0.5s;
  /* display: flex;
	flex-direction: column; */
  font-size: 12px;
  text-align: center;
  min-width: 300px;
}

@keyframes animatetop {
  /* from {top:-300px; opacity:0}
	to {top:0; opacity:1} */
  0% {
    top: -300px;
    opacity: 0;
  }
  50% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 0px;
  }
  /* 
	0%   {top: -300px; background: red; }
	100% {top: 0px; background: yellow;} */
}

.yes_no_modal-body {
  padding: 20px 16px;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.yes_no_modal-footer {
  display: flex;
  /* padding: 10px 16px; */
  /* background-color: #5cb85c; */
  color: white;
  justify-content: center;
  height: 35px;
  border-top: 1px solid #e9ecef;
}

.btn-outline-red {
  width: 100%;
  border: none;

  background-color: white;
  /* padding: 14px 28px; */
  font-size: 16px;
  cursor: pointer;
  /* text-align: center; */
  height: 100%;
  transition: background-color 0.5s;
  font-size: 18px;
  outline-color: red;
}

.btn-outline-red:hover {
  background-color: #dc3545;
  color: #fff;
}

/* student loader wait */
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #f37878;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ///////////////////////////////// */

.alert {
  display: none;
  font-size: 18px;
  text-align: center;
}

.scl-pg-lbls {
  width: 100px;
  /* align-items: center; */
  justify-content: center;
  background-color: antiquewhite;
}

.scl-pg-lbls-lg {
  width: 110px;
  /* align-items: center; */
  justify-content: center;
  background-color: antiquewhite;
}

h5 {
  color: #ec1c23;
  /*text-transform: uppercase;*/
}
.myform {
  margin-top: 150px;
}

/*.input-group-text{
	width: 130px;
}*/

.nextStepAnchor {
  border-radius: 50%;
  line-height: 122px;
  height: 15vh;
  width: 15em;
}

/*end school_form */

.isl_av {
  background-color: red;
}

/* table sentre */

.in_centre {
  text-align: center;
}

/* /////////////// */

#addFieldset {
  width: 100%;
  /* display: flex; */
  /* padding: 10px; */
  justify-content: center;
  padding: 15px;
  align-items: center;
  border: 1px solid #e2dfdf;
  background-color: #fbfbfb;
}

@media only screen and (max-width: 768px) {
  #addFieldset {
    flex-direction: column;
  }
}

.my-btn-2update {
  background-color: #e8b71d;
  /* color: lightyellow; */
  /* cursor: pointer; */
  color: #6d0000;
}
.my-btn-2update:hover {
  background-color: #997e2d;
}

.my-btn-2delete {
  background-color: #fd1d15;
  /* color: lightyellow; */
  /* cursor: pointer; */
  color: white;
}
.my-btn-2delete:hover {
  background-color: #a50b05;
}
