@import url("variables.css");
@import url("typography.css");
@import url("forms.css");
@import url("oldthemes.css");

html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif, Verdana, Geneva, Tahoma;
    font-size: var(--content-size);
    font-size: 0.96em;
    color: var(--content-color);
    background: var(--body-color);
    word-wrap: break-word;
}
:focus {
  outline: none;
}
/* Typography*/
a {
    color: inherit;
    text-decoration: none;
}
a:focus, a:hover {
    color:inherit;
    opacity: 0.9;
}
p {
    margin-bottom: 1em;
    font-size: inherit;
}
small, .small {
    font-size: 85%;
    line-height: inherit;
}
.large {
  font-size: 120%;
  line-height: inherit;
}
  
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-family: "OpenSans", Open Sans, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
      /* line-height: 0; */
}
  
  h1, .h1 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--primary-darker);
  }
  
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 200;
  }
  
  h3, .h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  
  h4, .h4 {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--content-color-dark);
    font-weight: 600;
    text-transform: uppercase;
  }
  
  h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.content-color { color: var(--content-color) !important; }
.content-light { color: var(--content-color-light) !important; }
.content-dark { color: var(--content-color-dark) !important; }
.content-darker { color: var(--content-color-darker) !important; }
.content-white { color: var(--content-white) !important; }

.content-primary { color: var(--primary); }
.content-primary-light { color: var(--primary-light); }
.content-secondary { color: var(--secondary); }
.content-secondary-light { color: var(--secondary-light); }

.content-warning { color: var(--warning) !important; }
.content-danger { color: var(--danger) !important; }
.content-info { color: var(--info) !important; }
.content-success { color: var(--success) !important; }

.text-12 { font-size: 12px; }
.text-14 { font-size: 14px; }
.text-16 { font-size: 16px; }
.text-20 { font-size: 20px; }
.text-30 { font-size: 30px; }
.text-40 { font-size: 40px; }
.text-50 { font-size: 50px; }
.text-60 { font-size: 60px; }

.bold { font-weight: bold; }
.light { font-weight: 200; }
.semi-bold { font-weight: 600; }
.regular { font-weight: normal !important }

.white-space-nowrap {
  white-space: nowrap;
}

.icon-size-small { font-size: 14px !important; }
.icon-size-1 { font-size: 16px !important; }
.icon-size-2 { font-size: 20px !important; }
.icon-size-3 { font-size: 24px !important; }
.icon-size-4 { font-size: 28px !important; }
.icon-size-5 { font-size: 32px !important; }
.icon-size-6 { font-size: 40px !important; }

.icon-primary { color: var(--header-content-icon);}
.icon-dark { color: var(--content-color-dark); }
.icon-light { color: var(--content-color-light);}

hr {}
hr.dark {border-bottom-color: rgba(0,0,0,0.2); }
hr.light {border-bottom-color: rgba(255,255,255,0.2); }
hr.primary { border-bottom: 1px solid var(--primary); }
hr.primary-light { border-bottom: 1px solid var(--primary-light); }
hr.primary-dark { border-bottom: 1px solid var(--primary-dark); }
hr.fullWidth { width: 100%; max-width: 100%;  margin-left: 0px; margin-right: 0px; }

.block {
  display: block;
}
.inline-block {
  display: inline-block !important;
}
.hidden {
  overflow: hidden;
}
.flex {
  display: flex;
}
.w100 {
  width: 100%;
}

.profile-picture-default {
  width: 60px;
  height: 60px;
  border-radius: 30px; 
}
.profile-picture-small {
  width: 40px;
  height: 40px;
  border-radius: 20px; 
}

.border-bottom {
  border-bottom: 1px solid #CCCCCC; 
}
.border-none,
table.border-none tbody {
  border: none;
    border: 0;
}

/* Title And Heading Bars */
.title-bar {
  background-color: var(--primary);
  color: #FFFFFF;
  font-size: 22px; 
	font-weight: normal;
  padding: 10px;
  margin: 0px;
}
h1.tHeader {
  background-color: var(--primary);
	color: #FFFFFF;
	font-size: 22px; 
	font-weight: normal;
  padding: 10px;
  border: none;
  line-height: inherit;
}
.main-heading {
	background-color: var(--primary);
	color: #FFFFFF;
	font-size: 22px; 
	font-weight: normal;
	padding: 10px;
	margin: 8px 0 !important;
}
.main-heading h1 {
	color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 0px; 
}
.sub-heading {
	background-color: var(--primary);
	color: #ffffff;
	font-size: 16px; 
	font-weight: normal;
	padding: 6px 10px;
	margin: 8px 0 !important;
}
.sub-heading-2,
.sectionTitle,
.grades_s_header_filled_1 {
	background-color: #e8e8e8;
  color: var(--content-color-dark);
  padding: 6px 10px;
  margin: 0px 0px 8px !important;
  line-height: inherit;
  border: none;
}
.sub-heading .button.secondary:focus {
  background: var(--secondary);
}
.label-heading {
  color:var(--content-color-dark);
  font-weight: 600;
}

/* Custom Spacing */
.p-0 { padding: 0px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.p-50 { padding: 50px !important; }
.p-60 { padding: 60px !important; }
.p-70 { padding: 70px !important; }
.p-80 { padding: 80px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-80 { padding-right: 80px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-80 { padding-left: 80px !important; }

.m-0 { margin: 0px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.m-40 { margin: 40px !important; }
.m-50 { margin: 50px !important; }
.m-60 { margin: 60px !important; }
.m-70 { margin: 70px !important; }
.m-80 { margin: 80px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }

.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-80 { margin-right: 80px !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }

.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-80 { margin-left: 80px !important; }

.overflow-inherit { overflow: inherit !important;}

/* backgrounds */
.bg-1 { background: var(--background-1) !important; }
.bg-2 { background: var(--background-2) !important; }
.bg-3 { background: var(--background-3) !important; }
.bg-4 { background: var(--background-4) !important; }
.bg-5 { background: var(--background-5) !important; }

.bg-primary { background: var(--primary) !important; }
.bg-primary-dark { background: var(--primary-dark) !important; }
.bg-primary-light { background: var(--primary-light) !important; }

.bg-secondary { background: var(--secondary) !important; }
.bg-secondary-dark { background: var(--secondary-dark) !important; }
.bg-secondary-light { background: var(--secondary-light) !important; }

.bg-alternate-for-grid-x { }
.bg-alternate-for-grid-x .grid-x:nth-child(even) {
    background: #f8f8f8;
 }

.border {
  border: 1px solid #cccccc !important;
}

/* Student-Weapper is class to give padding on main section with in a fluid container */
.student-wrapper {
  padding: 30px 90px;
}
@media screen and (max-width: 1024px) {
  .student-wrapper {
    padding: 30px;
  }
}

/* Form Elements */ 
.button.dark {
  background: var(--dark);
  color: var(--light);
}
.button.text-left {
  text-align: left;
}
.filter-select {
  border-radius: 6px;
  font-size: 12px;
  color: var(--content-color);
}
select.filter-select optgroup {
  background: #cccccc;
  color: var(--content-color);
  font-style:normal;
  font-weight:normal;
  }

/* Button Justify Right */
.set-right-justified-small {
  text-align:right;
}
.set-right-justified-small .button {
  display:inline;
  margin-left:5px;
}
@media screen and (max-width: 800px) {
  .set-right-justified-small .button {
    display:block;
    width: 100%;
    margin-left:0px;
    margin-bottom: 5px;
  }
}
.set-right-justified-medium {
  text-align:right;
}
.set-right-justified-medium .button {
  display:inline;
  margin-left:5px;
}
@media screen and (max-width: 1024px) {
  .set-right-justified-medium .button {
    display:block;
    width: 100%;
    margin-left:0px;
    margin-bottom: 5px;
  }
}
.set-right-justified-large {
  text-align:right;
}
.set-right-justified-large .button {
  display:inline;
  margin-left:5px;
}
@media screen and (max-width: 1200px) {
  .set-right-justified-large .button {
    display:block;
    width: 100%;
    margin-left:0px;
    margin-bottom: 5px;
  }
}



/* =========== HEADER =========== */
header { }
.header-sticky-top {
  position: sticky;
  z-index: 10;
  top: 0;
  -webkit-box-shadow: 0 0px 2px 0 #dcdcdc;
  box-shadow: 0 0px 2px 0 #dcdcdc;
}
header .main-logo {
  padding: 12px 10px 12px 20px;
}
header .main-logo img {
  /* width: 165px; */
  /* height: 45px; */
  max-width: 165px;
  max-height: 82px;
}
header .header-main-navigation {
  /* padding-top: 16px; */
}
header .main-header {
  background: var(--header-background);
  padding: 0;
  color: var(--header-content);
}
header .main-header .menu {
  background: var(--header-background);
}
header .main-header .menu a {
  padding: 44px 10px;
  border-bottom: 2px solid #FFFFFF;
}
header .main-header .menu a:hover, header .main-header .menu .is-active > a:hover {
  border-bottom: 2px solid var(--header-nav-hover);
  color: var(--header-badge-text);
  background: var(--header-nav-hover);
}
header .main-header .menu .is-active > a {
  background: none;
  border-bottom: 2px solid var(--header-content-hover);
  color: inherit;
}
header .main-header .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (max-width: 1300px) {
  header .main-header .menu a {
    font-size: 88%;
  }
}
@media screen and (max-width: 1200px) {
  header .main-header .menu a {
    padding: 32px 7px;
  }
}
@media screen and (max-width: 1100px) {
  header .main-header .menu a {
    padding: 34px 7px;
  }
}
@media screen and (max-width: 1023px) {
  header .main-header .menu li.active a {
    border-color: var(--header-content-icon);
  }
  header .main-header .menu a {
    padding: 15px;
  }
  header .main-header-mobile .logo img {
    max-width: 165px;
    max-height: 82px;
  }
}
@media screen and (max-width: 39.9375em) {
  header .main-header .top-bar-left {
    display: none;
  }
}
header .main-header-mobile {
  background: var(--header-background);
}
header .main-header-mobile h3,
header .main-header-mobile h4 {
  color: var(--header-content);
}
header .main-header-mobile .menu-icon {
  vertical-align: text-top;
}
header .header-search, header .header-help {
   opacity: 0.6;
}
header .header-search-for-mobile {
  width: 100%;
  background: var(--header-nav-hover);
  padding: 20px;
  opacity: 0.96;
}
header .header-search-for-mobile .input-group {
  margin-bottom: 0px;
}
header .header-search-for-mobile .input-group input {
  max-width: 100%;
}
header .header-search-for-mobile .btn-search {
  background: var(--light);
  color: var(--primary-dark)
}
header .header-search-for-mobile .btn-search:hover {
  background: var(--light) !important;
}
/* Right Notifaction Icons Styling */
header .header-user {
  padding: 0px;
  background: var(--header-content-hover);
  color: var(--header-content-hover);
  margin: -14px 0px -14px 0;
  display: inline-block;
  border-radius: 50%;
}
header .header-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.header-right-menu { }
.header-right-menu .icon-button { 
  background: none;
  color: var(--header-content-icon);
  font-size: 28px;
  padding: 0px;
  margin: 0px;
}
.header-right-menu button.icon-button:hover, .header-right-menu button.icon-button:focus { 
  background: none !important;
  border: none !important;
}
.header-right-menu .icon-button i { 
  padding-top:0px;
  margin: 0px 8px 0 0;
  width: 42px;
}
.header-right-menu .icon-button .badge {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: -15px;
  margin-top: -13px;
  background: var(--header-badge);
  color: var(--header-badge-text);
  font-size: 14px;
  padding-top:6px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  header .header-user {
    border-radius: 20px;
    margin-right: 10px; 
  }
  header .header-user img {
    width: 36px;
    height: 36px;
    border-radius: 18px; 
  }
  .header-right-menu .icon-button {
    font-size: 24px;
  }
  .header-right-menu .icon-button i { 
    margin: 0px;
    width: 36px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-user {
    margin-left:12px !important;
    margin-right:5px !important;
    margin-top: 6px !important; 
  }
  header .header-user img {
    width: 30px;
    height: 30px;
  }
}
/* Right Notifaction Icons Styling For Responsive */
.main-header-mobile.header-right-menu .icon-button {
  margin-top: 10px;
  font-size:20px;
}
.main-header-mobile.header-right-menu .icon-button .badge {
  width: 24px;
  height: 24px;
  margin-left: -10px;
  margin-top: -12px;
  font-size: 12px;
}
.main-header-mobile.header-right-menu .icon-button i {
  width: 36px;
}
/* --------------------------------- */

header .main-header-mobile {
  padding: 10px;
  height: 106px;
}
header > .main-header-mobile .menu-icon {
  /* margin-top: .5rem; */
  margin-top: 12px;
  margin-right: 0rem;
  background: none;
  margin-left: 0px;
}
header > .main-header-mobile .menu-icon::after {
  background: var(--primary);
  -webkit-box-shadow: 0 7px 0 var(--primary),0 14px 0 var(--primary);
  box-shadow: 0 7px 0 var(--primary), 0 14px 0 var(--primary);
}
header .dropdown-pane.is-open {
  padding: 0px;
}
header ul.custom-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--light);
  border-radius: 4px; 
}
header ul.custom-dropdown li {
  border-bottom: 1px solid #CCCCCC;
}
header ul.custom-dropdown li a {
  color: var(--content-color);
  padding: 10px;
  display: block;
  text-align: left;
}
header ul.custom-dropdown li a:hover {
  background: var(--secondary-light);
}
header ul.custom-dropdown li h5 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold; 
}
header ul.custom-dropdown li p {
  margin: 0px;
  padding: 0px;
  font-size: 13px; 
}
#header-search {
  width: 100%;
  height: 106px;
  z-index: 999;
  background: var(--primary-dark);
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  opacity: 0.96;
}
#header-search .closearch {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 30px;
  color: #fff;
}
#header-search .input-group {
  padding: 10px;
  margin-top:22px; 
}
#header-search .search-field, .header-search-for-mobile .search-field  {
  background: inherit;
  color: var(--primary-light);
  max-width: 100% !important;
  border-color: var(--primary); 
}
#header-search .search-field::placeholder, .header-search-for-mobile .search-field::placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}
#header-search .btn-search {
  background: var(--light);
  font-size: 18px;
  color: var(--primary)
}
#header-search .btn-search:hover {
  background: var(--light) !important;
}
@media screen and (max-width: 1300px) {
  #header-search .search-field  {
    max-width: 92% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 640px) {
  header {
    font-size: 0.8em;
  }
  header .main-logo img {
    /* width: 100%; */
  }
}
.subHeader {
  background: var(--primary);
  color: var(--content-white);
}
.subHeader .is-active a {
  background: none;
  color: var(--content-color-dark);
  border:1px solid var(--content-white);
}
.subHeader-light {
  background: var(--background-3);
  color: var(--content-color);
}
.subHeader-light .is-active a {
  color: var(--content-color-dark);
  border:1px solid var(--primary);
}

/* =========== ./ HEADER =========== */

/* DropDown Pane Styling */
.dropdown-pane.white.is-open {
  background: #FFFFFF;
}
.dropdown-pane {
  width: auto;
  min-width: 180px;
}

/* Tabs small Styling */
.tabs-small { }
.tabs-small .tabs-title > a:focus, .tabs-small .tabs-title > a[aria-selected="true"] {
  border-bottom: none;
}
.tabs-small .tabs-title > a {
  font-size:  1em;
  font-weight: 400;
  padding: 20px;
  margin: 0px; 
}

/* =========== CARD =========== */
.card {}
/* .custom-card-overflow { }
.custom-card-overflow .card {
  overflow: inherit;
 }
 .custom-card-overflow .card .tooltiptext .tooltop-inner {
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 400px;
  top: 10px;
 } */

.card-main-title {
  background: var(--primary);
  color: var(--content-white);
  padding: 10px 20px;
}
 .card-header {
  background: var(--primary);
  min-height: 125px;
  max-height: 125px;
}
.card-header {
  position: relative;
}
.card-header .tooltiptext {
  visibility: hidden;
  width: 350px;
  text-align: left;
  border-radius: 6px;
  padding: 30px;
  top: -50%;
  left: 80%;
}
.card-header:hover .tooltiptext {
  visibility: visible;
  right: 100;
  z-index: 1000;
}
.card-equal-height {
  background: #FFFFFF;
  margin-bottom: 30px;
}
.card-equal-height.radius {
  border-radius: var(--default-radius) ;
}
.card-equal-height.radius .card-main-title,
.card-equal-height.radius .card-header {
  border-radius: var(--default-radius) var(--default-radius) 0 0 ;
}
.card-header.padding-0 {
    overflow: hidden !important;
}
@media screen and (max-width: 1024px) {
  .card-header:hover .tooltiptext {
    visibility: hidden;
    right: 100;
    z-index: 1000;
  }
}

.card-header .tooltiptext::after {
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  top: 40%;
  left: -18px;
  z-index: 50;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-box-shadow: 0 7px 14px 0 var(--primary);
  box-shadow: 0 7px 14px 0 var(--primary);
}

.card-header .tooltiptext::before {
  content: "";
  height: 70px;
  width: 30px;
  position: absolute;
  top: 38%;
  left: 0px;
  z-index: 150;
  background-color: #fff;
}

.card-footer {
  padding-top:50px;
}
.card-footer-icon-set { }
.card-add {
  background: var(--primary);
  color: var(--content-white);
  text-align: center;
  /* padding: 20px;
  height: calc(100% - 18px); */
  padding: 20px 20px 0 20px;
  height: 100%;
}
.card-add p {
  color: var(--content-white);
  font-weight: 200;
  font-size: 20px;
}
.card-add .plus-icon {
  color: var(--content-white);
  font-size: 500%;
  position: relative;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card h4 {
  color: var(--content-color-dark);
  /* font-size: 90%; */
  font-weight: 600;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.card-light-gray {
  background: var(--background-2);
}

/* =========== CARD Custom ToolTip =========== */
/* it is a div base code */
.custom-div-tooltip {
  background: var(--light);
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 14px 0  var(--primary);
  box-shadow: 0 7px 14px 0 var(--primary);
  padding: 30px;
  max-width: 380px;
  position: absolute;
  top: 14%;
  left: 20%;
}
.custom-div-tooltip h3 {
  color: var(--content-color-dark);
  line-height: 28px;
}
.custom-div-tooltip h4 {
  color: var(--content-color-light);
  margin-bottom: 25px; 
}
.custom-div-tooltip h5 {
  color: var(--content-color-dark);
  margin-top:14px;
  font-weight: 600;
  margin-top: 25px;
}
.custom-div-tooltip p {
  color: var(--content-color-light);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}


/* TOOLTIP Classes For Last Child, where arrow on on left side */
li .columns:last-child .card-header .tooltiptext {
  top: -50%;
  left: auto;
  right: 80%;
}
li .columns:last-child .card-header .tooltiptext::after {
  content: "";
  left: auto;
  right: -5%;
  z-index: 50;
}
li .columns:last-child .card-header .tooltiptext::before {
  content: "";
  left: auto;
  z-index: 150;
  right: 0px;
  height: 80px;
  width: 50px;
}
.grid-x .cell:last-child .card-header .tooltiptext {
  top: -50%;
  left: auto;
  right: 80%;
}
.grid-x .cell:last-child .card-header .tooltiptext::after {
  content: "";
  left: auto;
  right: -5%;
  z-index: 50;
}
.grid-x .cell:last-child .card-header .tooltiptext::before {
  content: "";
  left: auto;
  z-index: 150;
  right: 0px;
  height: 80px;
  width: 50px;
}
/* ============= */

/* =========== CARD CUSTOM TOOLTIP "it is a styling of default tooltip" =========== */
.tooltip-2 {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 380px;
  padding: 30px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 80%;
  color: var(--content-color);
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 28px 0  #838487;
  box-shadow: 0 10px 28px 0 #838487;
  font-size: 16px;
}
  .tooltip-2::before {
    position: absolute; }
  .tooltip-2.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #FFFFFF;
    bottom: 100%; }
  .tooltip-2.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip-2.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip-2.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip-2.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    left: 100%; }
  .tooltip-2.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip-2.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip-2.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip-2.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip-2.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip-2.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip-2.align-right::before {
    left: auto;
    right: 10%; }

.tooltip-2 h3 {
  color: var(--content-color-dark);
  line-height: 28px;
}
.tooltip-2 h4 {
  color: var(--content-color-light);
  margin-bottom: 20px; 
}
.tooltip-2 h5 {
  margin: 0px;
  margin-top:14px;
  font-weight: 600;
  color: var(--content-color-dark);
  font-size: 0.9rem;
  text-transform: uppercase;
}
.tooltip-2 p {
  padding: 0px;
  margin: 0px;
  color: var(--content-color-light);
  font-size: 85%;
}

/* ========== Progress Bar =========== */
.progress-custom-percentage-right {
  width: 100%;
  width: auto;
}
.progress-custom-percentage-right .progress {
  width: 70%;
  display: inline-block;
}
.progress-custom-percentage-right .percentage {
  width: 25%;
  /* display: inline-block; */
  font-size: 80%;
  text-align: right;
  float: right;
  margin-top: -5px;
}

.progress.large {
  height: 20px;
  border-radius: 10px; 
}
.progress.large .progress-meter {
  border-radius: 10px; 
}
.progress.primary-light .progress-meter {
  background-color: var(--primary-light);
}

/* ================ Image Full ============== */
.image-full {
  width: 100%;
}

/* ================ Slider it is Card Slider ============== */
.slide-row {
  margin-right: -0.9375rem !important;
  margin-left: -0.9375rem !important;
}
#main-cources .orbit-previous, #main-cources .orbit-next  {
  font-size: 24px;
}
#main-cources .orbit-previous {
  left: -50px;
  color: var(--content-color-dark);
}
#main-cources .orbit-next {
  right: -50px;
  color: var(--content-color-dark);
}

/* ================ LEFT PANEL CONTENT ================ */
/* ================ OFF CANVANS WITH LEFT PANEL ================ */
.with-fixed-left-panel { }
/*f@heem .with-fixed-left-panel .student-wrapper {
  padding: 80px 150px;
}*/
.with-fixed-left-panel .student-wrapper {
  padding: 60px 80px;
}
.with-fixed-left-panel .position-left.is-transition-push {
  box-shadow: none;
}
.with-fixed-left-panel .off-canvas {
  /* Change width of LeftNavigation as per Faheem requirements 09-12-2019 */
  /* width: 300px; */
  width: 280px;
  top: 65px;
  background: var(--background-left-panle);
  overflow: hidden;
  /* height:calc(100% - 82px); */
  padding-bottom: 82px; 
}
.with-fixed-left-panel .off-canvas-content.is-open-left.has-transition-push{
  -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.with-fixed-left-panel .off-canvas-btn {
  position: sticky;
  top: 106px;
  z-index: 1;
  margin-top: 10px;
  border-radius:0px; 
}
.with-fixed-left-panel .close-button.small {
  z-index: 3;
}
.left-panel-content {
  height: 100%;
}
.left-panel-content hr {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 20px 0px;
}
.left-panel-header {
  z-index: 2;
  position: absolute;
  top: 0;
  background: var(--primary-darker);
  width: 100%;
  color: var(--content-white);
  left: 0;
}
.left-panel-content-inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-top: 44px;
  scrollbar-width: thin;
  scrollbar-color: #888888 #FFFFFF;
}
.left-panel-content-inner::-webkit-scrollbar {
  width: 8px;
  background-color: #FFFFFF;
}
.left-panel-content-inner::-webkit-scrollbar-thumb {
  background-color: #888888;
  border:1px solid #fff;
  border-radius:8px;
}
.with-fixed-left-panel .off-canvas-close,
.with-fixed-left-panel .off-canvas-close:hover,
.with-fixed-left-panel .off-canvas-close:focus {
  background: none !important;
  outline: none !important;
  border: 0px;
}
@media screen and (min-width: 1024px) {
  .with-fixed-left-panel .off-canvas {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    top: 81px;
  }
  .with-fixed-left-panel .off-canvas-btn {
    display:none;
  }
  .with-fixed-left-panel {
  /* Change width of LeftNavigation as per Faheem requirements 09-12-2019 */
  /* padding-left: 300px; */
  padding-left: 280px;
  }
  .with-fixed-left-panel .off-canvas-close {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .with-fixed-left-panel .student-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .with-fixed-left-panel .student-wrapper {
    padding: 0px 24px 10px;
  }
}

/* Left Panel */
.position-left {
  transform: translateX(-100%);
}
.leftPanel-content-box {
  margin: 20px;
}
.leftPanel-submenu-content-box {
  margin: 10px 10px 10px 20px;
}
.leftPanel-content-box h3 {
  color: var(--left-nav-content-dark);
}
.leftPanel-content-box h4 {
  color: var(--left-nav-content);
}

.left-panel-content .left-panel-header {
  background: var(--left-nav-header);
  color: var(--left-nav-title);
  padding: 10px;
}

/* Left Navigation */
.leftNavigation { }
.leftNavigation > ul > li > a > i {
  width: 30px;
  text-align: center;
}
.leftNavigation li.current a {
  border-left: 4px solid var(--left-nav-current);
  background: inherit;
  color: var(--left-nav-current);
}
.leftNavigation li.current ul a {
  border-left: none;
}
.leftNavigation li ul a {
  position: relative;
}
.leftNavigation li ul a::before {
/* content: url(../images/accourion-arrow-right.svg); */
  content: '\f101';
  color: var(--left-nav-content);
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  margin-right:6px;
  margin-left:-6px;
  width: 8px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.leftNavigation li ul a:hover::before {
    color: var(--left-nav-current);
  }
.leftNavigation a {
  border-left: 4px solid;
  border-color: var(--background-left-panle);
}
.leftNavigation li a:hover {
  color: var(--left-nav-content-hover);
  background: var(--left-nav-content-hover-background);
}
.leftNavigation li a.current {
    background: var(--left-nav-content-hover-background);
    border-color: var(--left-nav-content-hover-background);
    color: var(--left-nav-content-hover);
}
.leftNavigation li li.current a,
.leftNavigation li li a.current {
  background: var(--left-nav-content-hover-background);
  border-color: var(--left-nav-content-hover-background);
  color: var(--left-nav-content-hover);
}
.leftNavigation li.current a::before,
.leftNavigation li ul a.current::before {
  color: var(--left-nav-content-hover);
}
.leftNavigation .menu .active > a {
  background: var(--left-nav-content-hover-background);
  border-color: var(--left-nav-content-hover-background);
}
.leftNavigation a::after {
  border-color: var(--left-nav-content) transparent transparent !important;
}
.leftNavigation .no-arrow-icon a::after { }
.leftNavigation li ul a.button_new_folder::before {
  display: none;
}
.leftNavigation ul ul {
  margin-top: 8px;
  margin-bottom: 8px !important;
  margin-left: 26px !important;
  font-size: 92%;
  color: var(--left-nav-current);
}

/* Listing With Icons These Listing are using on Left Navigation */
ul.listing-with-left-border-and-icons {
  list-style: none;
  border-left: 2px solid var(--left-nav-border);
}
ul.listing-with-left-border-and-icons a {
    border-left: none;  
    padding-left: 26px;
}
ul.listing-with-left-border-and-icons {
  margin: 0px;
}
ul.listing-with-left-border-and-icons li {
  position: relative;
}
ul.listing-with-left-border-and-icons li::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: -8px;
  background-repeat: no-repeat !important;
  z-index: 2;
  border-radius: 7px; 
}
ul.listing-with-left-border-and-icons li { }

ul.listing-with-left-border-and-icons li::before {
  background-color: var(--background-left-panle) !important;
  background-repeat: no-repeat;
}
ul.listing-with-left-border-and-icons li.tick::before {
  background: url(../images/bullit-tick.svg) ;
  
}
ul.listing-with-left-border-and-icons li.markable::before {
  background: url(../images/bullit-markable.svg);
}
ul.listing-with-left-border-and-icons li.lock::before {
  background: url(../images/bullit-lock.svg);
}
ul.listing-with-left-border-and-icons li a::before {
  content: none !important;
}

/* Listing Menu */
ul.listing { }
ul.listing li {
  border-bottom: 1px solid #cccccc;
  padding: 6px 10px;
}
ul.listing li a {
  display: block;
}
ul.listing li:hover {
  background: #CCCCCC;
  opacity: 0.7;
}
ul.listing li:last-child {
  border-bottom: none; 
}

/* Thumbnail */
.thumbnail {
  background: var(--primary);
  width: 100%; 
}
.thumbnail img {
  width: 100%;
}
.commentsBorder .thumbnail {
  background: #FFFFFF;
}

/* Gradebook Full */
.scrollableGradeBook {
  max-width: 100%;
  max-height: 600px;
  overflow: scroll;
  position: relative;
}
.scrollableGradeBook table {
  position: relative;
  border-collapse: collapse;
}
.scrollableGradeBook tr td:first-child, .scrollableGradeBook tr th:first-child {
  min-width: 150px;
}
.scrollableGradeBook td, .scrollableGradeBook th {
  padding: 0.25em;
  min-width: 250px;
}

.scrollableGradeBook thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: var(--primary);
}

.scrollableGradeBook thead th:first-child {
  left: 0;
  z-index: 1;
  background: var(--primary);
}

.scrollableGradeBook tbody th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  background: #fed979;
  color: var(--content-color-dark);
  font-weight: normal;
  text-align: left;
  -webkit-box-shadow:inset 0px 0px 0px 1px #b88703;
  -moz-box-shadow:inset 0px 0px 0px 1px #b88703;
  box-shadow:inset 0px 0px 0px 1px #ffc130;
  max-width: 250px;
  vertical-align: middle;
}
.scrollableGradeBook tbody .lc img {
  width: 24px;
  height: 24px;
}
.scrollableGradeBook tbody .lc div.pic,
.scrollableGradeBook .scrollDiv .pic {
  float: left;
  margin-right: 5px;
  width: 24px;
}
.scrollableGradeBook tbody .lc div.user-details,
.scrollableGradeBook .scrollDiv .user-details {
  float: left;
  width: 112px;
  color: var(--content-color);
}
.title-bar.main-header-mobile h2 {
  font-size:80%;
}


/* Grade Box */
.grade-box {
  width: 80px;
  height: 80px;
  padding: 2px 6px;
}
.grade-box-primary {
  background: var(--primary);
  color: var(--content-white);
}
.grade-box-primary-darker {
  background: var(--primary-darker);
  color: var(--content-white);
}
.grade-box-primary-dark {
  background: var(--primary-dark);
  color: var(--content-white);
}
.grade-box-primary-light {
  background: var(--primary-light);
  color: var(--content-color-dark);
}
.grade-box-secondary {
  background: var(--secondary);
  color: var(--content-white);
}
.grade-box-secondary-dark {
  background: var(--secondary-dark);
  color: var(--content-white);
}
.grade-box-secondary-darker {
  background: var(--secondary-darker);
  color: var(--content-white);
}
.grade-box-secondary-light {
  background: var(--secondary-light);
  color: var(--content-color-dark);
}

/* These are custom classes for GradeBook form
Because Developer not appling table structure here so Shoaib fix that with using css
*/
.grade-book-form-grid {}
.grade-book-form-grid label {
  padding-top:10px !important;
}
.grade-book-form-grid .row-heading-left {
  width: 10%;
  display: inline-block;
}
.grade-book-form-grid .row-heading-col {
  width: 70px !important;
  display: inline-block;
}
.grade-book-form-grid input {
  display: inline-block;
  width: 70px !important;
}

/* Title Bar */
.titlebar {
  padding: 10px;
}
.titlebar-primary {
  background: var(--primary);
  color: var(--content-white);
}
.titlebar-primary-darker {
  background: var(--primary-darker);
  color: var(--content-white);
}
.titlebar-primary-dark {
  background: var(--primary-dark);
  color: var(--content-white);
}
.titlebar-primary-light {
  background: var(--primary-light);
  color: var(--content-color-dark);
}
.titlebar-secondary {
  background: var(--secondary);
  color: var(--content-white);
}
.titlebar-secondary-dark {
  background: var(--secondary-dark);
  color: var(--content-white);
}
.titlebar-secondary-light {
  background: var(--secondary-light);
  color: var(--content-color-dark);
}

/* Accordion */
.accordion-leftAarrow {
  border: none;
}
.accordion-leftAarrow .accordion-title {
  border: none;
  padding-bottom: 10px; 
}
.accordion-leftAarrow .accordion-title .right-panel {
  position: relative;
  z-index: 9;
}
.accordion-leftAarrow .accordion-title:hover,
.accordion-leftAarrow .accordion-title:focus {
  background: none !important;
}
.accordion-leftAarrow .accordion-content {
  border: none;
  padding-left: 40px;
  width: 100%;
  clear: both;
}
.accordion-leftAarrow .is-active .accordion-content,
.accordion-leftAarrow :last-child:not(.is-active) > .accordion-title {
  border: none !important;
}
.accordion-leftAarrow .accordion-title::before {
  position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f078';
	left: 0px;
	margin-top: -8px;
  margin-left: 6px ;
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: var(--content-color-light);

  top: 36px;

}
.accordion-leftAarrow .is-active > .accordion-title::before {
  content: '\f077';
}

.accordion-leftAarrow2 {
  border: none;
}
.accordion-leftAarrow2 .accourion-panel {
  border-bottom: 1px solid #cccccc;
}
.accordion-leftAarrow2 .accourion-panel:last-child {
  border-bottom: none;
}
.accordion-leftAarrow2 .accordion_header {
  border: none;
  padding: 16px 20px 16px 30px;
  position: relative;
  font-size: .75rem;
}
.accordion-leftAarrow2 .accordion_header:hover,
.accordion-leftAarrow2 .accordion_header:focus {
  background: none !important;
}
.accordion-leftAarrow2 .accordion-content {
  border: none;
  padding-left: 40px;
}
.accordion-leftAarrow2 .is-active .accordion-content,
.accordion-leftAarrow2 :last-child:not(.is-active) > .accordion_header {
  border: none !important;
}
.accordion-leftAarrow2 .accordion_header::before {
  position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f077';
	left: 16px;
	margin-top: 10px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: var(--content-color-light);
}
.accordion-leftAarrow2 .is-active.accordion_header::before {
  content: '\f078';
}
@media screen and (max-width: 1024px) {
  .accordion-leftAarrow2 .accordion-content.dboxItemDetail {
    padding: 10px;
  }
  .accordion-leftAarrow2 .accordion-content.dboxItemDetail .grid-container {
    padding: 0px;
  }
}

/* Table */
.table > table, table, .table {
  width: 100%;
}
.table th p, table th p, .table td p, table td p {
  margin: 0px;
  padding: 0px;
}
table.border td {
  border: 1px solid #ccc;
}
table.border th {
  border: 1px solid rgb(168, 168, 168);
  vertical-align: top;
}
.table-scroll td {
  /* max-width: 150px; */
}
.table-min-column-width-150 td {
  min-width: 150px;
}

/* Table with td block on small screen */
.table-td-small-block { }
@media screen and (max-width: 1024px) {
  .table-td-small-block td {
    display: block;
    width: 100%;
  }
}

/* Table First Column Highlighted, it is for attandance screen */
.table-first-column-highlighted td.highlight {
  padding: 0px;
  /* position: absolute;
  border: none;
  border-bottom: 1px;  */
}
.table-first-column-highlighted tr td:first-child, .table-first-column-highlighted tr th:first-child  {
  /* min-width: 150px; */
}
.table-first-column-highlighted .highlight div {
  background: #fed979;
  color: #333333;
  padding: 5px;
}

/* Table For Contact Page Alphabetize Value */
.table-inline-td-small td {
  display: inline-block;
}
table.table-inline-td-small tbody td {
  padding-right: 0.66rem;
  padding-left: 0.66rem;
}
@media screen and (max-width: 640px) {
  .table-inline-td-small td {
    display: inline-block;
  }
}
/* Table Responsive Card Table */
.responsive-card-table {
  border-collapse: collapse;
}
.responsive-card-table.unstriped tbody {
  background-color: transparent;
}
.responsive-card-table th {
  min-width: 200px;
}
.responsive-card-table th p {
  margin: 0px;
  padding: 0px;
}
.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .responsive-card-table { }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #ccc;
    display: block;
  }
  .responsive-card-table th {
    min-width: auto;
    padding: 5px;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

/* icons image */
.report-icon-image {
  margin: 10px 0px;
}

/* WIZARD */
.wizard { }
.wizard .completed {
  border-bottom: 1px solid var(--success);
}
/* --------- */

.fright_action {
  text-align: right;
  float: right;
}

/* CHAT wedgits */
 
.chatUsers-container {
  border:1px solid #CCCCCC;
  height: 28.125rem;
  overflow: scroll;
  width: 200px;
} 
.usersListing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.usersListing li {
  border-bottom:1px solid #CCCCCC;
  padding: 10px 0px;
  overflow: hidden;
}
.usersListing li:hover {
  background: #f7f7f7;
}
.usersListing .user-picture {
  width: 36px;
  height: 36px;
  border-radius: 18px; 
  float: left;
  margin-right: 10px;
}
.name-n-time {
  float: left;
  width: calc(100% - 46px);
}
.usersListing h5 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-weight: 600; 
}
.usersListing small {
  opacity: 0.7;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
  display: block;
}
.chat-articles {
  background-size: cover;
  height: 28.125rem;
  width: calc(100% - 200px);
  border-right: 0.0625rem solid #fefefe;
  position: relative;
}
.chat-articles .details {
  max-height: calc(100% - 50px);
  overflow-y: auto;
}
.chat-articles .message-form {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  height: 50px;
}
.chat-articles .message-form input {
 box-shadow: none;
 border: none;
 height: 50px;
}
.chat-articles .input-group {
  margin-bottom: 0px;
}
.chat-articles .input-group-button {
  padding-top: 16px;
}
.chat-bubble {
  overflow: hidden;
  padding: 10px;
}
.chat-bubble .pic {
  margin-right: 10px;
  float: left;
  width: 40px;
  height: 40px
}
.chat-bubble .pic {
  margin-right: 10px;
  float: left;
  width: 40px;
  height: 40px
}
.chat-bubble .pic img {
  width: 40px;
  height: 40px;
  border-radius: 20px; 
}
.chat-bubble .message {
  width: calc(100% - 50px);
  -webkit-box-shadow: 0 0 12px 0 #C2C2C2;
  box-shadow: 0 0 12px 0 #C2C2C2;
  float: left;
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 10px;
  font-size: 14px;
}
.chat-bubble small {
  display: block;
  font-weight: 600;
}
/* @media screen and (max-width: 1200px) and (min-width: 1025px)  {
  .chatUsers-container {
    width: 150px;
  }
  .chat-articles {
    width: calc(100% - 150px);
  }
} */
@media screen and (max-width: 1024px) and (min-width: 320px)  {
  .chatUsers-container {
    width: 100%;
    max-height: 200px;
  }
  .chat-articles {
    width: 100%;
  }
}
/* @media screen and (max-width: 1200px) {
  .chatUsers-container {
    width: 150px;
  }
  .chat-articles {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1024px) {
  .chatUsers-container {
    width: 100%;
    max-height: 200px;
  }
  .chat-articles {
    width: 100%;
  }
} */

/* Custom Blog With Accordion */
.custom-blog,
.custom-blog-with-accordion {
  margin-bottom: 10px;
 }
.custom-blog .thumbnail,
.custom-blog-with-accordion .thumbnail {
  margin-bottom: 0px; 
}
.custom-blog .thumbnail img,
.custom-blog-with-accordion .thumbnail img {
  width: 50px;
  height: 50px;
}
.custom-blog-with-accordion .media-object-section {
  margin-left: 74px;
}
.custom-blog-with-accordion .media-object-section .media-object-section {
  padding-left: 0rem;
}
.custom-blog .icons-for-modification,
.custom-blog-with-accordion .icons-for-modification  {
  margin-top: 20px;
}
.custom-blog .icons-for-modification .menu,
.custom-blog-with-accordion .icons-for-modification .menu { 
  justify-content: flex-end;
}
.custom-blog-with-accordion .media-object-with-accordion {
  margin-bottom: 20px; 
}
.custom-blog-with-accordion > .media-object-with-accordion:last-child {
  margin-bottom: 20px; 
}
.custom-blog-with-accordion .media-object-with-accordion .media-object-with-accordion {
  margin-top: 20px; 
}
.custom-blog-with-accordion .media-object-with-accordion .media-object-with-accordion,
.custom-blog .media-object .media-object  {
  padding: 10px;
}
.custom-blog-with-accordion .media-object-with-accordion .media-object-with-accordion,
.custom-blog .media-object .media-object  {
  padding: 16px 16px 0;
  background: rgb(235, 235, 235);
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .custom-blog .icons-for-modification,
  .custom-blog-with-accordion .icons-for-modification  {
    margin-top: -10px; 
  }
  .custom-blog .icons-for-modification .menu,
  .custom-blog-with-accordion .icons-for-modification .menu  {
    justify-content: flex-start;
  }
}

/* Custom Blog With Accordion == NEST VIEW */
.custom-blog-with-accordion.nestView { }
.custom-blog-with-accordion.nestView .media-object-with-accordion {
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .custom-blog-with-accordion .media-object-with-accordion .media-object-section {
    margin-left: 0px;
    margin-top: 6px; 
  }
}

/* Media Object */
.media-object {
  margin-bottom: 20px;
}
.media-object:last-child {
  margin-bottom: auto;
}
.media-object .media-object {
  margin-top: 20px;
}

/* Attendance Classes */
.attendance-sheet tr > td:first-child {
min-width: 200px !important;
}
.attendance-present, .attendance-absent, .attendance-leave {
  color: var(--content-color);
  font-size: 85%;
}
.attendance-present {
  background: #e4ffb1;
}
.attendance-absent {
  background: #faa2a2;
}
.attendance-leave {
  /* background: var(--warning); */
}

/* Callout */
.callout.callout-dark {
  background: var(--primary-dark);
  color: var(--content-white);
}
.callout.callout-light {
  background: #ffffff;
  color: #333333;
}

/* Calendar */
.calendar-left-panel {
  padding: 20px;
}
.calendar-left-panel ul {list-style-type: none;}

.calendar-left-panel .month {
  padding: 4px 20px;
  width: 100%;
  text-align: center;

}
.calendar-left-panel .month ul {
  margin: 0;
  padding: 0;
}
.calendar-left-panel .month ul li {
  color: var(--left-nav-content);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.calendar-left-panel .month .prev {
  float: left;
  padding-top: 0px;
}
.calendar-left-panel .month .next {
  float: right;
  padding-top: 0px;
}
.calendar-left-panel .weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: var(--left-nav-content-hover-background);
  color: var(--left-nav-content-hover);
}
.calendar-left-panel .weekdays li {
  display: inline-block;
  width: 13%;
  color: #666;
  text-align: center;
}
.calendar-left-panel .days {
  padding: 5px;
  background: #eee;
  margin: 0;
}
.calendar-left-panel .days li {
  list-style-type: none;
  display: inline-block;
  width: 13%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
  background: #fed979;
  height: 34px;
  padding-top: 8px;
}
.calendar-left-panel .days li .active {
  padding: 5px;
  font-weight: bold;
}
#miniCalendar {
  margin: 0px 10px;
}
#miniCalendar a.ui-corner-all {
  border-left: 0px !important;
}
#miniCalendar .ui-datepicker th {
  background-color: var(--background-left-panle);
  color: var(--left-nav-content-hover);
}
.leftNavigation #miniCalendar{
  margin-top: 10px;
}
.ui-tabs .ui-state-active a, .ui-tabs .ui-state-active a:link, .ui-tabs .ui-state-active a:visited {
  color: var(--content-color);
  background: var(--secondary-light);
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .calendar-left-panel .weekdays li, .calendar-left-panel .days li {width: 13.1%;}
}
@media screen and (max-width: 420px) {
  .calendar-left-panel .weekdays li, .calendar-left-panel .days li {width: 12.5%;}
  .calendar-left-panel .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .calendar-left-panel .weekdays li, .calendar-left-panel .days li {width: 12.2%;}
}

/* Search Panel For Inner Content */
.search-panel {
  background-color:#F4F4F4;
  padding: 26px;
  padding-bottom:16px; 
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  border-radius: 6px; 
}
.search-panel td {
  /* it is for courses/resources upload new dropdown */
  background-color:#F4F4F4;
}
.search-panel td label {
  /* it is for courses/resources upload new dropdown */
  padding-left: 0px !important; 
}
table.search-panel tbody {
  background-color:#F4F4F4;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 6px; 
}
.group{font-weight: bold;}
/* Page Title */
.main-page-title {
  padding: 30px 0px 0px 50px;
}
.main-page-title h2 {
  margin-bottom: 0px; 
}
@media screen and (max-width: 1024px) {
  .main-page-title {
    padding: 0px 0px 0px 20px;
  }
}
.media-object img {
    max-width: 100% !important;
}