html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


.background .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}


/*صفحات الإرسال*/
.select2-container .select2-selection {
	height: 300px;
	overflow: scroll;
}

.select2-dropdown {
	display:none
}

/* تخص جميع القوائم المنسدلة */
.inner.show li{
	font-size: 12pt;
	height: 30px;
	padding-top: 5px;
}

/* تخص قائمة الأرقام المتعددة */
#bs-select-2 li{
	font-size: 12pt;
	height: 30px;
}

.griLabel{
	background-color: #E9ECEF;
}

.btn-info2 {
	color: #fff;
	background-color: #91abaf;
	border-color: #a8b1b3;
}

.msgSendControl {
	background-color:#fdfaea;
}

.labelNames {
	font-weight: bold;
}
.textHeight {
	height: 45px
}

.textboxfieldsize {
	font-size: 16px;
}

/*صفحات الإرسال*/

.tlAttendance {
	background-color: #CEEEEB;
}

.tlAbsence {
	background-color: #FEDADA;
}





