.ajax-loader{
  position: fixed;
  display: none; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 9999;
  cursor: pointer; 

}
.publish_class {
  cursor: pointer;
}
.Class_image {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.class_course {
  font-size: 18px;
}
.day {
  cursor: pointer;
}
.day:hover {
  background: #ccc !important;
  border-radius: 3px !important;
}

.disabled.day:hover {
  background: #fff !important;
}

.disabled.day {
  color: #ccc;
  cursor: default;
  background: #fff;
}
.editBtn {
  padding: 10px;
  font-size: 18px;
}
.deleteBtn {
  color: #f00;
}
.session_list {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.close_btn {
  color: #ff0000;
  font-size: 24px;
  position: absolute;
  left: 6px;
  top: -4px;
}

.ajax-loader .loader {
  border: 4px solid #8c8d8d;
  border-radius: 50%;
  border-top: 4px solid #012243;
  width: 40px;
  height: 40px;
  -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); }
}


  .pop-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgb(0,0,0,0.5);
}
#confirm-modal .modal-dialog.modal-lg {
    max-width: auto;
    text-align: center;
}
.modal-header {
    color: #2c304d;
    border-bottom: .07rem solid #eee;
}
.btn-shadow, .btn-shadow a {
    color: #5d5386;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.15);
}
#confirm-modal .btn-primary {
    color: #fff;
    background-color: #5d5386;
    border-color: #5d5386;
}
#confirm-modal .btn {
    font-weight: 600 !important;
    line-height: 1.25;
    border: 2px solid transparent;
    padding: 10px 20px;
    font-size: .85rem;
    border-radius: 60px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

small {
  float: left;
  width: 100%;
  margin: 6px 0;
}
.cthumb {
  width: 200px;
  float: left;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background: rgba(0, 0, 0, .05) !important;
  text-align: center;
}
.even {
  text-align: center;
}
.dataTables_wrapper table thead{
    background: #01A6DC;
    text-align: center;
}
table.dataTable thead th{
    padding: 20px 18px;
    color: #fff;
}
.content_otr {
  text-align: center;
  margin-top: 13px;
  font-size: 17px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}
#instructor_details {
  margin: 35px 0;
}
.instructor_details {
  float: left;
  width: 100%;
}
.i_name {
  width: 43%;
  float: left;
}
.i_dots {
  float: left;
  width: 8%;
}
.instructor_details li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #c0bfbf;
  padding: 10px 0;
}

.add-employee-form {
  margin-bottom: 15px;
}

.instructor_details h4 {
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.instructor_details h4::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #ffc600;
  bottom: 0;
  left: 0;
}

.btn.btn-card.btn-primary.attendance-btn {
  margin: 0;
  height: 51px;
}

.availability_pop .modal-dialog.modal-dialog-centered.modal-lg {
  margin-top: -147px;
}
.private-fields {
  float: left;
  width: 100%;
}

.input-group .input-group-addon + .form-control{
    border-left:none;
}
.input-group-addon {
    background-color: #FFF;
    position: absolute;
    border: ;
    bottom: 12px;
    left: 3px;
    font-size: 17px;
}
.add_event{
  margin-top: -50px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#delete_item {
  margin: 0;
}
table.dataTable tbody td {
  text-align: center;
}
.send_msg_to_parentuser_gray {
  color: gray;
  cursor: not-allowed;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.or-seperator {
  margin: 15px 0 0px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.or-seperator i {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -15px;
  z-index: 1;
}
.loginBtn {
  cursor: pointer;
}
.text_left p {
  margin: 0;
  line-height: 20px;
  float: left;
  width: 100%;
}
.update_progress {
  color: #fff !important;
}