:root {
  --theme: #112233
}
.table{width:100% !important;}
.img-icon-xl {
  height: 60px;
  width: 60px
}

.img-icon {
  height: 40px;
  width: 40px
}

.img-icon-md {
  height: 30px;
  width: 30px
}

.img-icon-sm {
  height: 20px;
  width: 20px
}

.has-error .form-error {
  margin-left: 20%
}
.btn-close{
	color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.error {
  font-size: 13px
}

.nav-link {
  font-size: 13px
}

.border-top-1 {
  border-top: .25rem solid #111 !important
}

.border-bottom-1 {
  border-bottom: .25rem solid #111 !important
}

.border-left-1 {
  border-left: .25rem solid #111 !important
}

.border-right-1 {
  border-right: .25rem solid #111 !important
}
.alert-1 {
  background-color: #f3f3f3;
  color: #111;
  border-color: #f3f3f3
}

.alert-1 hr {
  border-top-color: #111
}

.alert-1 .alert-link {
  color: #111
}

.text-dark {
  color: #000 !important
}

.text-theme {
  color: var(--theme) !important
}

.btn-theme {
  background-color: var(--theme) !important
}

.bg-theme {
  background-color: var(--theme) !important
}

.bg-dark {
  background-color: #000 !important;
  color: #fff !important
}

.btn-warning,.bg-warning {
  color: #000 !important
}

.box {
  border-radius: .5rem;
  box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.lead {
  font-size: 13px
}

.box-header {
  background-color: #7395ae;
  border-bottom: none
}

.blog-bg {
  background: #cde0c9
}

.blog-content {
  background: #ffffef
}

.mobile, iframe {
  width: 100%;
  height: auto
}

.note-video-clip {
  width: 100% !important;
  height: 400px !important
}

.profile-card {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 300px;
  border: none;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .5);
  margin: 10px
}

.profile-card .background-block {
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden
}

.profile-card .background-block .background {
  width: 100%;
  vertical-align: top;
  opacity: .9;
  -webkit-filter: blur(.5px);
  filter: blur(.5px);
  -webkit-transform: scale(1.8);
  transform: scale(2.8)
}

.profile-card .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  background: #efefef;
  height: 50%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999
}

.profile-card .card-content::before {
  content: '';
  background: #efefef;
  width: 120%;
  height: 100%;
  left: 11px;
  bottom: 51px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg)
}

.profile-card .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99999
}

.profile-card h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 16px
}

.profile-card h4 small {
  display: block;
  font-size: 12px;
  margin-top: 10px
}

.scroll-box {
  height: 200px;
  overflow-y: auto;
  scrollbar-color: #ccc rgb(46, 54, 69, 0) !important;
  scrollbar-width: thin !important
}

.scroll-box-md {
  max-height: 350px;
  overflow-y: auto
}

.scroll-box-lg {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-color: #ccc rgb(46, 54, 69, 0) !important;
  scrollbar-width: thin !important
}

::-webkit-scrollbar {
  width: 1px
}

::-webkit-scrollbar-track {
  background: #ffffffff
}

::-webkit-scrollbar-thumb {
  background: #ccc
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa
}

.modal-header {
  background-color: #111
}

.modal-footer {
  background-color: #111
}

.modal-title {
  color: #f6c23e;
  margin: auto 0
}

.modal-open .container, .modal-open .container-fluid {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px)
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll !important
}

.form-control {
  height: 40px
}

.close {
  color: #fff
}

.custom-file-chooser {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 2px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.custom-file-chooser+label {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-left: 175px;
  padding: 8px 12px;
  color: #fff;
  background-color: var(--theme)
}

.custom-file-chooser+label:hover, .custom-file-chooser:focus+label {
  background-color: #fff;
  color: var(--theme);
  border: 1px solid var(--theme)
}

.cursor-pointer {
  cursor: pointer;
}

.badge-notify {
  position: absolute;
  top: -4px;
  right: 0;
}

.panel-group {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
  padding: 30px;
}

.panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}

.panel-heading {
  border-radius: 30px;
  padding: 0;
}

.panel-title a {
  background: #f0ad4e none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}

.panel-title a::after, .panel-title a.collapsed::after {
  background: #f0ad4e none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #000;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}

.panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}

.panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}

.panel-body p {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}
/* PArent -Student */
.parent-card{
	border-radius: 12px;
	padding-bottom: 1rem;
}
.parent-card .banner {
   border-radius: 12px 12px 0 0;
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 9rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
	margin-bottom: 3.5rem;
}
.parent-card .banner img {
    background-color: #fff;
    width: 6rem;
    height: 6rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transform: translateY(50%);
    transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.parent-card .banner img:hover {
    transform: translateY(50%) scale(1.1);
}
.parent-card .name {
    text-align: center;
    margin: 0;
}
.parent-card .title {
    color: #a0a0a0;
    font-size: 0.9rem;
    text-align: center;
}
.parent-card .actions {
    margin-top: 1rem;
	padding: 0 1rem;
    display: flex;
    flex-direction: column;
    order: 99;
}
.parent-card .actions .actions-info {
    padding: 0 0 1rem;
    display: flex;
}
.parent-card .actions .actions-info h3 {
    text-align: center;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
.parent-card .actions .actions-info h3 a {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    transition: background-color 100ms ease-in-out;
}
.parent-card .actions .actions-info h3 a:hover{
	background-color:#f1f1f1;
}
.parent-card .actions .actions-info h3 a span {
    font-weight: bold;
    transform-origin: bottom;
    transform: scaleY(1.3);
    transition: color 100ms ease-in-out;
}
.parent-card .actions .actions-info h3 a small {
    color: #afafaf;
    font-size: 0.85rem;
    font-weight: normal;
}

/* Data Table Option Menu Drop Left*/
div.dt-button-collection div.dropdown-menu{right: 0;left: auto;}

tr.selected a{color:#000 !important;}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}