.modal_close {
      display:block;
      box-sizing:border-box;
      width:20px;
      height:20px;
      border-width:3px;
      border-style: solid;
      border-color:red;
      border-radius:100%;
      background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
      background-color:red;
      box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
      transition: all 0.3s ease;
}

#emResultLists_length,#ntResultLists_length,#indSchoolLists_length,#intrlregistrationLists_length,#indCityLists_length,#indStateLists_length,#emirateLists_length,#productLists_length,#mockLists_length,#strategyLists_length,#registrationListsOpen_length{
    position:absolute;
    left:30%;  
}
#resultTable_length{
 position:absolute;
 left:10%;
}

#neutralLists_length{
 position:absolute;
 left:20%; 
}

#neutralApplicationLists_length{
 position:absolute;
 left:30%; 
}

#SchoolPending_length{
 position:absolute;
 left:20%;
}
#optionsLists_length{
 position:absolute;
 left:20%;
}

#EmiratesEmailLists_length{
 position:absolute;
 left:28%;
}
#NationalEmailLists_length{
 position:absolute;
 left:28%;
}

#registrationLists2022Sales_length{
 position:absolute;
 left:20%;
}

label.error{
  color:red;
}

/*Datatable*/
table.dataTable {
    border-collapse: collapse !important;
    width:100% !important;
}

.j-pro{
	box-shadow: none;
	border:none;
	background-color: unset;
}
.j-footer{
	border-top:none !important;
	background-color: unset !important;
}

.alert .close{
	margin-top:0px;
}

/*CRUD Table css*/
#registrationLists td a{
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
	margin: 0 5px;
}
.table td a.crud_delete {
	color: #F44336;
}
.table td a.crud_edit {
	color: #FFC107;
}
/*CRUD Table css*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #323232;
    border: 1px solid #333;
}
.datepicker-days .day{
	color:#2c2c2c;
}

.jFiler-theme-default .jFiler-input {
	width:100%;
}
/*Toggle Switch*/

.toggleswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.toggleswitch-checkbox {
  display: none;
}

.toggleswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #01a9ac;
  border-radius: 0px;
}

.toggleswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.toggleswitch-inner:before,
.toggleswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.toggleswitch-inner:before {
  content: "Active";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #01a9ac;
}

.toggleswitch-inner:after {
  content: "Block";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #666666;
  text-align: right;
}

.toggleswitch-switch {
  display: block;
  width: 25px;
  margin: 0px;
  background: #01a9ac;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-inner {
  margin-left: 0;
}

.toggleswitch-checkbox:checked + .toggleswitch-label .toggleswitch-switch {
  right: 0px;
}
/*Toggle Switch*/

/*Toggle Switch 2*/

.toggleswitch2 {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.toggleswitch-checkbox2 {
  display: none;
}

.toggleswitch-label2 {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #01a9ac;
  border-radius: 0px;
}

.toggleswitch-inner2 {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.toggleswitch-inner2:before,
.toggleswitch-inner2:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.toggleswitch-inner2:before {
  content: "Paid";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #01a9ac;
}

.toggleswitch-inner2:after {
  content: "Failed";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #666666;
  text-align: right;
}

.toggleswitch-switch2 {
  display: block;
  width: 25px;
  margin: 0px;
  background: #01a9ac;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.toggleswitch-checkbox2:checked + .toggleswitch-label2 .toggleswitch-inner2 {
  margin-left: 0;
}

.toggleswitch-checkbox2:checked + .toggleswitch-label2 .toggleswitch-switch2 {
  right: 0px;
}
/*Toggle Switch2*/
/*Profile Style*/
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}
.img-circle {
  border-radius: 50%;
}

#profile-update label.error{
  color: red;
  position: absolute;
  width: 100%;
  top: 34px;
  line-height: 34px;
  left: 0px;
}

/*Profile Style*/
/*Datepicker*/
#category-find-picker .datepicker,
#category-find-picker .table-condensed {
  width: 100%;
  height:auto;
}
/*Datepicker*/

/*registration Page*/

a.dt-button{
  background-color: #01a9ac !important;
  border-color: #01a9ac !important;
  border-radius: 2px !important;
  color: #fff !important;
  background-image: none !important;
  font-size: 14px !important;
}

#registrationLists_length{
  position:absolute;
  left:20%;
}

#registrationLists2021_length{
   position:absolute;
  left:20%; 
}
#registrationLists2022_length{
   position:absolute;
  left:20%; 
}
#classesLists_length{
  position:absolute;
  left:20%;
}
#SchoolEmailLists_length{
  position:absolute;
  left:20%;
}
#booksLists_length{
  position:absolute;
  left:20%;
}
#schoolLists_length{
  position:absolute;
  left:20%;
}
#schoolCircularLists_length{
  position:absolute;
  left:20%;
}

.dataTables_length select{
  width:100% !important;
  border-color: #01a9ac !important;
  border-radius: 2px !important;
}

.registration_form label{
  color:#8e8e8e;
}
label.error{
  color:#fe5d70;
}


.jFiler-input-dragDrop {
  width: 100%;
}

.fileInput td{
  padding:0;
}

.label-button{
    padding:3px 4px !important;
}
.label-button a{
    color:#fff !important;
    font-size:12px !important;
    font-weight:normal !important;
}

/*.bgDiv .bgColor{*/
/*    width:50px;*/
/*    height:20px;*/
/*    float:left;*/
/*    margin-right:10px;*/
/*}*/
/*.bgDiv .bg-1{*/
/*    background-color: rgb(189, 251, 202);*/
/*}*/
/*.bgDiv .bg-text{*/
/*    margin-top:2px;*/
/*    float:left;*/
/*    text-transform: initial;*/
/*    font-size:12px;*/
/*}*/

#registrationLists .btn-sm{
  padding:4px 5px;
}
#classesLists .btn-sm{
  padding:4px 5px;
}
div.dt-button-collection {
  width:50% !important;
}
div.dt-button-collection a{
  display: inline-block !important;
  margin-right:5px !important;
}
div.dt-button-collection a.dt-button.active{
  background-color: #01a9ac !important;
  border-color: #01a9ac !important;
}
div.dt-button-collection a.dt-button{
  background-color: #fb8037 !important;
  border-color: #fb8037 !important;
  padding: 0.2em 0.5em !important;
  box-shadow:none !important;
}

.regTable {
  font-size: 12px;
}
.regTableTop, .regTableBottom {
  font-size: 12px;
}

.actionUl a{
  display:block !important;
  padding:5px;
  margin:0 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.viewInformation .leftHeading{
  background: #f0f0f0;
  border-bottom: 1px solid #cecece;
  width: 25%;
}
.viewInformation .card-block{
  padding:0.5rem 0rem;
}
.hide-div{
  display: none;
}
/*Registration*/

/*Loader*/
.loaderCustom{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/rolling.gif') 50% 50% no-repeat rgb(249,249,249,0.7);
}
/*Loader*/


/*Select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background:none;
  line-height: 22px;
}
.select2-container .select2-selection--single {
  height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top:0px;
  background: #dddbdb;
  height: 38px;
  width: 17px;
  border: 1px solid #979191;
}
/*Select2*/

/* Upload Page */
.table-cont{
  /**make table can scroll**/
  max-height: 300px;
  overflow: auto;
  /** add some style**/
  /*padding: 2px;*/
  margin: 20px 4px;
  box-shadow: 0 0 1px 3px #ddd;
}
.table-cont thead{
  background-color: #404e67;
  color: #fff;
}
.table-cont thead th{
  border-right: 1px solid #fff;
}
.table-cont table{
  font-size:12px
}

.table-cont th,.table-cont td{
  padding:0.1rem;
}

#file_upload label.error{
  display:none !important;
}
#file_upload input[type="text"].error{
  background:#ff4c42;
}
#file_upload input[type="email"].error{
  background:#ff4c42;
}

/* Upload Page */

/*Dashboard*/
.categoryTable th{
  background: #782f40;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding: 6px;
  border: 1px solid #b3838e;
}
.categoryTable td{
  font-weight: 300;
  font-size: 13px;
  padding: 6px;
}

/*Dropdown*/


/*Time Range*/
.form-control.error{
    border: 1px solid #fe5d70;
}

.timerangepicker-container {
  display:flex;
  position: absolute;
  z-index:999;
  background:#fff;
}
.timerangepicker-label {
  display: block;
  line-height: 2em;
  background-color: #c8c8c880;
  padding-left: 1em;
  border-bottom: 1px solid grey;
  margin-bottom: 0.75em;
}

.timerangepicker-from,
.timerangepicker-to {
  border: 1px solid grey;
  padding-bottom: 0.75em;
}
.timerangepicker-from {
  border-right: none;
}
.timerangepicker-display {
  box-sizing: border-box;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid grey;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  margin: 1em 0.175em;
}
.timerangepicker-display .increment,
.timerangepicker-display .decrement {
  cursor: pointer;
  position: absolute;
  font-size: 1.5em;
  width: 1.5em;
  text-align: center;
  left: 0;
}

.timerangepicker-display .increment {
  margin-top: -0.25em;
  top: -1em;
}

.timerangepicker-display .decrement {
  margin-bottom: -0.25em;
  bottom: -1em;
}

.timerangepicker-display.hour {
  margin-left: 1em;
}
.timerangepicker-display.period {
  margin-right: 1em;
}

.tab-pane .bdg{
    border-radius: 50%;
    padding: 4px 5px;
    height: 20px;
    width: 20px;
}

/*Time Range*/

/*Schedule Calendar*/
.styled-select {
   height: 5em;
   overflow: hidden;
   border: 1px solid #ccc;
   }

.select-month select {
	background-color: #eee;
	padding: 5px;
	margin-right: 10px;
	font-size: 16px;
	border: 1px solid #999;
}

.select-month select[name="months"] {
	width: 8em;
}

.select-month select[name="years"] {
	width: 5em;
}

.select-month .button {
	border: 1px solid #666;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

#calendar {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

#calendar a {
	color: #fff;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 11px;
}

#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}

#calendar li {
	display: block;
	float: left;
	width: 14.2857142857%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}

#calendar .weekdays {
	height: 40px;
	background-color: #202734;
	width: 99.6%;
}

#calendar .weekdays li {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 10px;
	color: #fff;
	font-size: 0.9em;
}

#calendar .days li {
	height: 12em;
}

#calendar .days li:hover {
	background-color: #e1ecff;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #bd2a2a;
	color: #fff;
	width: 25px;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	float: right;
}

#calendar .other-month .date  {
	display: none;
}

#calendar .event {
	clear: both;
	display: block;
	font-size: 0.3em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*padding: 5px;
	margin-top: 40px;*/
	margin-bottom: 5px;
	color: #009aaf;
	line-height: 1.5em;
	background-color: #11898d;;
    text-decoration: none;
    padding: 5px 0 3px 5px;
}

#calendar .event:hover {
	background-color: #0f6c6f;
	cursor: pointer;
}

#calendar .event-desc {
	/*color: #666;*/
	margin: 0px 0 0px 0;
	text-decoration: none;
}

#calendar .other-month {
	background-color: #f5f5f5;
}

@media(max-width:1100px) {
	#calendar {
		width: 100%;
	}
}

@media(max-width:768px) {
	#calendar {
		width: 100%;
	}
	
	#calendar .weekdays, #calendar .other-month {
		display: none;
	}
	
		#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
	
	#calendar .date {
		float: none;
	}
	
	#calendar .event {
		margin-top: 8px;
	}
}

#schedulePopup .modal-dialog{

  min-width:90% !important;

}

#calendar-wrap .previous {
  background-color: #f1f1f1;
  color: black;
  font-size: 26px;
  padding: 2px 10px 5px 10px;
}

#calendar-wrap .next {
  background-color: #f1f1f1;
  color: black;
  font-size: 26px;
  padding: 2px 10px 5px 10px;
}

.more_class{
    color: #bd2a2a !important;
    font-weight: 600 !important;
    cursor:hand;
}

.tooltip-toggle {
  cursor: pointer;
  position: relative;
}

.tooltip-toggle::before {
  position: absolute;
  top: -80px;
  left: -80px;
  background-color: green;
  border-radius: 5px;
  color: #fff;
  content: attr(data-tooltip);
  padding: 1rem;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 160px;
}

.tooltip-toggle::after {
  position: absolute;
  top: -12px;
  left: 9px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid green;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
  color: #efefef;
  font-family: monospace;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.close_more{
    color: #050505;
    font-size: 1.5em;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    right: 1px;
}




.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}


/*Schedule Calendar*/
a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 5px 5px 5px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    font-size:0.8em !important;
}

