.form-control{
    border:none !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom:1px solid #f0f0f0 !important;
    background-color: inherit !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #1c1c1c !important;
  }
  input:enabled:not([readonly]):not([required]) { 
	margin: 0; 
	border-color:black !important;
  }

  input:enabled:not([readonly]):not([required])[type=time] { 
    border:none !important;
  }
  
  input[readonly]:not(.fake-readonly):not([required])
  {
	border:none !important;
	/*border-bottom-style: dashed !important;*/
  }
  
  input[readonly][required]:not(.fake-readonly)
  {
	border-bottom-style: dashed !important;
  }
  
  input:required{
	border-color:#ff1493 !important;
  }
  
  select:required{
	border-color:#ff1493 !important;
  }

  .ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.clickable-row{
	cursor: pointer;
}

.modal-footer-left {
  width:50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.modal-footer-right {
  width:50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-footer-left>:not(:last-child) {
  margin-right: .25rem;
}

.modal-footer-right>:not(:last-child) {
  margin-right: .25rem;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(202, 204, 207, .5)
}

.btn-default {
	color: #212529;
	background-color: #e8eaec;
	border-color: #e8eaec
}

.btn-default:hover {
	color: #212529;
	background-color: #d3d7db;
	border-color: #ccd1d5
}

.btn-default.disabled,
.btn-default:disabled {
	color: #212529;
	background-color: #e8eaec;
	border-color: #e8eaec
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show>.btn-default.dropdown-toggle{
  color:#212529;
  background-color:#ccd1d5;
  border-color:#c5cacf
}

.btn-outline-primary {
  color: #5f76e8;
  border-color: #5f76e8;
}

.chosen-drop{
  margin-top: 0;
  border-top:1px solid #aaa !important;
}

.chosen-choices{
  padding: 3px 12px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.chosen-single{
  display: block;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

td .chosen-single{
  display: block;
  height: 24px !important;
  padding: 0px 0px !important;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  color: #73879C !important;
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0px !important;
  border:none !important;
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:1px solid #ccc !important;
  background-color: inherit !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.chosen-container{
  width: 100% !important;
}


.thumb_thumb{
  min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb_preview{
  border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.chat-box {
  overflow: auto;
}
.position-relative {
  position: relative!important;
}

ul.list-style-none li {
  list-style: none;
}
.mt-3, .my-3 {
  margin-top: 1rem!important;
}
* {
  outline: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}

.chat-list .chat-item .chat-content .msg {
  background-color: #e4fbf8;
  font-size: 14px;
}
.p-2 {
  padding: .5rem!important;
}
.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}
.d-inline-block {
  display: inline-block!important;
}

.chat-list .chat-item .chat-time {
  margin-left: 20px;
}


.long-text-area{
  height: 200px !important;
}

.short-text-area{
  height: 80px !important;
}

.mid-text-area{
  height: 100px !important;
}

.chat-list .chat-item .chat-content .msg{
  width:100%;
}

.highlight > td
{
  background-color: #BCD4EC !important;
}


.sidebar-nav #sidebarnav .nav-small-cap {
  text-transform: inherit;
}

input.error{
  background-color:#ffd0d7 !important;
}

.red-highlight{
  background-color: lightpink;
  color:white;
}

.half-width{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px !important;
  display:inline-block !important;
  width:calc(50% - 4px) !important;
}

.error{
  color:red;
}

.modified>span{
  text-decoration: underline;
  font-style: italic;
}

.table tbody tr td{
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.table tbody tr td.small-col{
  width:40px;
  text-align: center;
}

.table tfoot tr th.small-col{
  width:40px;
  text-align: center;
}

.table tbody tr td.big-col{
  max-width:160px;
}

.table tbody tr td.long-col{
  max-width:350px;
}

.table tbody tr td.mid-col{
  max-width:150px;
}

.card-none{
  background: transparent;
  border:none !important;
  outline:none !important;
  box-shadow: none !important;
}


.card-lock{
  background:lightgrey;
}

.green{
  color:green;
}

.table-btn{
  margin-right:5px;
}

.green-block{
  background-color:#22ca80;
}

.active-card{
  background-color:lightblue;
}

.dataTables_filter{
  display: inline-flex;
    float: right;
    padding: 10px;
}

#prompt-modal-list .btn-block{
  height:80px;
  margin-bottom: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

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%;
}


@media (max-width: 575.98px) {
  .card-none{
      display: none;
  }
}

.FINAL_LOCKED {
  background-color: #22ca80 !important;
  color: white;
}

.table-header{
	text-align: left;
	height: 25px;
	vertical-align: middle !important;
}

.table-header-standard{
	width: 160px;
}

.table-header-class{
	text-align: center;
	width: 120px;
}

.table-subject{
	width: 200px;
}

.table-subject>p{
	text-align: left;
	white-space: normal;
  	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    margin-bottom: 0px;
}

.btn-class-code{
	width:45px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
}

.btn-exam{
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: grid;
	align-items: center;
}

.btn-semester{
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
  padding-top:0px;
	display: grid;
	align-items: center;
  text-align: left;
}

.btn-sijil{
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
  padding-top:0px;
	align-items: center;
  text-align: left;
}

.btn-teacher{
	width: 160px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	text-align: center;
}
.btn-teacher>span{
	width: 100%;
	white-space: normal;
  	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.class-cell{
	cursor: pointer;
	font-size:large;
	height: 35px;
}

.class-position, .class-grade{
	cursor: default;
}

.table-subject p{
	min-width: 120px;
}

.no-pointer{
	cursor: initial;
}

.class-cell .COMPLETE{
	background-color: #22ca80;
}

.cell-name{
	border-right: none;
}

.input-tb{
	font-size: medium !important;
}

.th-bg-LOCKED
{
	background-color: #22ca80;
}

.th-bg-LOCKED button
{
	border-color: white!important;
}

.table-spm {
  margin-bottom: 1rem;
  color: #7c8798;
  font-family: sans-serif;
  font-weight: inherit;
  font-size: 12px;
}
.table-spm td,
.table-spm th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #e8eef3;
}

.hide-hide{
	display:none;
}

.show-show
{
	display: block;
}

.btn-fake-locked {
  color: white !important;
  background-color: grey !important;
  border-color: #ccc !important;
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: .65 !important;
}


.btn-LOCKED{
  color: white !important;
  background-color: #26B99A !important;
  border-color: #ccc !important;
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: .85 !important;
}

.clickable{
	cursor: pointer !important;
}

.fail .grade{
	color:red;
}

.fail-red{
	color:red !important;
}