/**
 * WPadmin custom theme
 *
 * @package RosarioSIS
 * @subpackage assets/themes
 */

/* Import WPadmin style (already includes colors.css & jscalendar & colorbox) */

@import url("../WPadmin/stylesheet.css");
/* Replace the modules icons */

.module-icon.Accounting {
  background-image: url("modules/Accounting.png");
}

.module-icon.Attendance {
  background-image: url("modules/Attendance.png");
}

.module-icon.Discipline {
  background-image: url("modules/Discipline.png");
}


.module-icon_2.Grades {
  background-image: url("modules/Grades_2.png");
}
.module-icon_2.Courses {
  background-image: url("modules/Courses_2.png");
}
.module-icon_2.Students {
  background-image: url("modules/Students_2.png");
}
.module-icon_2.Incidents {
  background-image: url("modules/Incidents_2.png");
}


.module-icon.Grades {
  background-image: url("modules/Grades.png");
}
.module-icon_2 {
	width: 36px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.module-icon.Courses {
  background-image: url("modules/Courses.png");
}

.module-icon.Polls {
  background-image: url("modules/Polls.png");
}
.module-icon.Calendars {
  background-image: url("modules/Calendars.png");
}
.module-icon.Announcements {
  background-image: url("modules/Announcements.png");
}

.module-icon.User {
  background-image: url("modules/Users-2.png");
}
.module-icon.Teacher {
  background-image: url("modules/Teacher.png");
}
.module-icon.Parent {
  background-image: url("modules/Parent.png");
}
.module-icon.Administrator {
  background-image: url("modules/Administrator.png");
}

.module-icon.Incidents {
  background-image: url("modules/Incidents.png");
}

.module-icon.Eligibility {
  background-image: url("modules/Eligibility.png");
}

.module-icon.Example {
  background-image: url("modules/Example.png") !important;
}

.module-icon.Food_Service {
  background-image: url("modules/Food_Service.png");
}

.module-icon.Messaging {
  background-image: url("modules/Messaging.png") !important;
}

.module-icon.misc {
  background-image: url("modules/misc.png");
}

.module-icon.Quiz {
  background-image: url("modules/Quiz.png") !important;
}

.module-icon.Resources {
  background-image: url("modules/Resources.png");
}

.module-icon.Reports {
  background-image: url("modules/Reports.png") !important;
}

.module-icon.Scheduling {
  background-image: url("modules/Scheduling.png");
}

.module-icon.School_Setup {
  background-image: url("modules/School_Setup.png");
}

.module-icon.Student_Billing {
  background-image: url("modules/Student_Billing.png");
}

.module-icon.Students {
  background-image: url("modules/Students.png");
}

.module-icon.Users {
  background-image: url("modules/Users.png");
}

.header1 .module-icon.Students {
  background-image: url("modules/Students_header.png");
}

.header1 .module-icon.Users {
  background-image: url("modules/Users_header.png");
}
.header1 .module-icon.Attendance {
  background-image: url("modules/Attendance_header.png");
}

.header1 .module-icon.Discipline {
  background-image: url("modules/Discipline_header.png");
}
.header1 .module-icon.Grades {
  background-image: url("modules/Attendance_header.png");
}

.header1 .module-icon.Scheduling {
  background-image: url("modules/Scheduling_header.png");
}

.header1 .module-icon.School_Setup {
  background-image: url("modules/School_Setup_header.png");
}

/* Spinner */

.loading {
  background-image: url(spinning.gif);
}

/* Replace Open Sans font with Lato (Light) */

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/regular.woff2") format("woff2"),
    url("fonts/Lato/regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/italic.woff2") format("woff2"),
    url("fonts/Lato/italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/bold.woff2") format("woff2"),
    url("fonts/Lato/bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "JS-Flat";
  src: url('js-flat-regular-webfont.woff2') format('woff2'),
         url('js-flat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
  font-family: "Hacen-Tunisia-Bold-Regular";
  src: url("HacenTunisiaBoldRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/* Larger font size */

* {
  font-size: 15px;
}

.menu-top {
  /* font-size: 16px; */
  font-size: 15px;
}

.BottomButton span {
  font-size: 16px;
}

.module-icon {
  width: 32px;
  height: 32px;
}


.adminmenu .module-icon{
  background-size: auto;
  background-position: top center;
}

body,
textarea,
input,
select {
  font-family: "JS-Flat","Lato", sans-serif;
}

.header-main {
  border-spacing: 0;
  width: 100%;
  /* margin-left: -16px; */
  /* margin-right: -16px; */
  width: calc(100% + 32px);
  padding-left: 16px;
  color: white;
}

.header {
  border-spacing: 0;
  width: 100%;
  color: #0e1a35;
  
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  background-color: rgba(255, 255, 255, 0.5);
}

#body .header.header1-container{
  
  box-shadow: rgba(34, 51, 84, 0.1) 0px 2px 4px -3px, rgba(34, 51, 84, 0.05) 0px 5px 12px -4px;
  margin-bottom:26px;
}

/* .header h2 {
  padding-left: 16px;
} */
.header .header1{
  color: rgb(34, 51, 84);
  line-height: 1.4;
  padding: 0.25rem 0
}
.header1 {
  color: white;
}
.header1 h2 {
  font-size: 32px;
  font-family: "JS-Flat","Lato", sans-serif;
  padding: 16px 16px 16px 16px;
}

.header1 .module-icon {
  vertical-align: bottom;
}

.postbox > thead th,
.widefat th {
  font-family: "JS-Flat","Lato", sans-serif;
}

.postbox th h3,
.postbox th h3 a,
.postbox > thead th,
.widefat tfoot tr th,
.widefat th,
.widefat th a {
  font-size: 15px;
}

.postbox th h3 {
  line-height: 35px;
  height: 35px;
}

/* Flat edits to WPadmin theme */

.loading {
  width: 32px;
  height: 32px;
  /* Tofix */
  padding-bottom: 0 !important;
  background-size: contain;
}

/* No shadows */

#menu,
#selectedModuleLink + .wp-submenu,
.menu-top,
.menu-top:focus,
.menu-top:hover {
  background-image: none;
}

.header1 h2 {
  text-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-image: none;
  background: rgb(255, 25, 67);
  color: white;
  text-shadow: none;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding:0.75rem;
}

input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active ,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover  {
  background: rgb(204, 20, 53);
}

a.button-primary,
button.button-primary,
input.button-primary {
  background: rgb(85, 105, 255);
  border-radius: 0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding: 0.75rem;
  border-color: rgb(85, 105, 255);
}


a.button-primary:active,
button.button-primary:active,
input.button-primary:active,
a.button-primary:hover,
button.button-primary:hover,
input.button-primary:hover {
  background: rgb(68, 84, 204);
  /* border-radius: 0.5rem;
  padding:0.75rem; */
  border-color: rgb(85, 105, 255);
}

.postbox > thead th {
  border-bottom-color: #dfdfdf;
  text-shadow: none;
}

.postbox > thead th,
.widefat tfoot tr th,
.widefat th {
  background: #f1f1f1;
}

.postbox .h3selected {
  background: rgba(255,255,255,0.4);
}

/* No round borders */

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0;
}

.postbox,
.widefat,
div.error,
div.updated,
input[type="button"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 0.25rem;
  border-color: #cacaca;
}

.md-preview > .tab {
  border-radius: 0;
}
.vertical td{
	/* height:fit-content; */
	writing-mode: vertical-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	text-align: right;
	margin:0;
	padding:0;
	height: auto;
	/* position: relative; */
}
.vertical td div.title{
	font-weight: 700;;
    writing-mode: vertical-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	/* -webkit-transform: rotate(90deg) !important;
    -webkit-transform-origin: center top auto !important; */
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: nowrap;
	position:absolute; 
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px; 
	left:calc(50% - 19px); bottom: 17px;
	font-size: 1.05em;
	
}
.tooltip > i {
  border-radius: 0;
}

/* Smaller logo icon */


.logo {
  max-width: 100px; /*64px;*/
  /*max-height: 64px;*/
}

body.login .logo{
  max-width: 130px; /*64px;*/
  margin-top: 15px;
}
/* Colors */

a {
  color: #0073aa;
  border: 1px solid transparent;
}

.adminmenu a {
  color: white;
}

a:active,
a:focus,
.adminmenu a {
  /* color: #0e5d7d; */
  color: white;
}

a:active,
a:focus {
  border: 1px dotted #0090c3;
}

.adminmenu a:focus,
.adminmenu a:hover,
a.menu-top:hover,
.BottomButton:hover,
.BottomButton:active,
.BottomButton:focus {
  color: white;/*  #ffc107;*/
  /* background: #4263c5; */
}

.tooltip > i {
  background: #222;
  border: 1px solid #111;
}

div.error,
div.updated {
  background: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 4px solid #b80a04;
  padding: 3px 9px;
}

div.updated {
  border-left-color: #0baa38;
}

.postbox th {
  color: #3c3c3c;
}

.current-person.self {
  background: #fbb429;
}

.current-person.staff {
  background: #0baa38;
}

.current-person.student {
  background: #0073aa;
}

.current-person a:hover,
.current-person a:active,
.current-person a:focus {
  color: #fff;
}

/* Menu in black */

#menu {
  background: rgb(17, 25, 42);
  border-color: rgb(17, 25, 42);
  color: rgba(255,255,255,0.8);
}

#menu .username {
  font-weight: normal;
}

.adminmenu {
  background: rgb(17, 25, 42);
  border-color: rgb(17, 25, 42);
  color: rgba(255,255,255,0.8);
}

.menu-top,
.menu-top {
  background: rgba(17, 25, 42,0.75);
  text-shadow: none;
}

.menu-top {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

#selectedModuleLink,
.menu-top:focus,
.menu-top:hover {
  background-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,1);
  text-shadow: none;
  border-right: 5px solid rgb(85, 105, 255);
  margin-bottom: 0.1rem;
}

.menu-inter {
  color: rgb(0, 216, 255);
  padding-top:3px;
  padding-bottom: 3px;
  /* color:#60c6a3; */
  /* color: #0d506c; */
  /* color: #000; */
}

#selectedMenuLink {
  background-color: rgba(255,255,255,0.1);
  color:rgb(0, 216, 255);
  font-weight: bold;
  border-right: 1px solid red;
}

.wp-submenu a:hover {
  background-color: transparent;
}

.menu-module {
  padding-top: 8px;
  padding-bottom: 8px;
}

selectedMenuLink
.no-touch .menu-module:hover .wp-submenu {
  box-shadow: none;
}
.no-touch .menu-module:hover .wp-submenu {
  box-shadow: none;
  background-color: rgb(110, 117, 159);
  color: rgba(255,255,255,0.85) ;
}
.no-touch .menu-module:hover .wp-submenu a{
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}

html #selectedModuleLink + .wp-submenu{
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
}
html #selectedModuleLink + .wp-submenu a{
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 1rem;
}



html #selectedModuleLink + .wp-submenu li{
  color: rgba(255,255,255,0.9);

}
.wp-submenu li{
  z-index: 999999999999999999;

}
.wp-submenu a{
  z-index: 999999999999999999;

}
html #selectedModuleLink + .wp-submenu a:hover{ 
  color: white;/*#ffc107*/;
  background: rgba(255,255,255,0.2);
}
.no-touch .menu-module:hover .wp-submenu a:hover{
  color: white; /*#ffc107;*/
  background: rgba(255,255,255,0.2);
}

html #selectedModuleLink + .wp-submenu .menu-inter {
  color: rgb(0, 216, 255);
  /* padding-top: 0px;
  padding-bottom: 0px; */
  border-color: rgba(255,255,255,0.1);


}

.wp-submenu {
  border-color: rgba(255,255,255,0.8);
}

a.menu-top,
.BottomButton {
  color: #eee;
}

.no-touch .menu-module:hover .menu-top::after {
  color: #eee;
}
.container-dev .block a:hover{
  color:#00adff !important;
}
.adminmenu a {
  padding: 3px 6px;
}

.menu-inter {
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 3px;
}
.br-after-rev {
  display: block;

  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.br-after-rev:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
}
#menu-top select {
  border-color: rgb(110, 117, 159);
  background: rgb(110, 117, 159);
  color: white;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

#menu-top select#mp{
  background-color: rgb(85, 105, 255);
  border-color:rgb(85, 105, 255);
}

.wp-submenu {
  background: #0e1a35;
  /* background: #a9dbf1; */
}

#search #general_table select:only-child {
  width: 100%;
}

#footer {
  background: #0e5d7d;
}

#footerwrap {
  border-color: #0d506c;
  padding: 3px 6px;
}

/* Round button + white border */

.BottomButton img {
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}

#BottomButtonMenu::before {
  color: #fff;
  content: "\2261";
  font-size: 2rem;
  font-weight: 700;
  line-height: 21px;
  height: 24px;
  width: 24px;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 3px;
  padding-top: 3px;
  display: inline-block;
}

#BottomButtonMenu {
  float: left;
  margin: 0px;
  width: 100%;
  text-align: left;
  color: #fff !important;
  padding: 5px 1px 0px 0px;
}

.loading {
  border-radius: 50%;
}

/* Footer menu on top */

#footer {
  top: 0;
  bottom: auto;
}

.adminmenu {
  margin-bottom: 0;
}

#wrap {
  padding-top: 40px;
  box-sizing: border-box;
}

#body {
  margin-bottom: 0;
  padding: 0 16px 0;
}

/* Body bg grey + elements bg white */

html,
body {
  background: rgb(242, 245, 249);
  /*
  #efefef
  */
}

.postbox,
.widefat {
  background: #fdfdfe;
  border-radius: 0.5rem;
}
.postbox > thead th,
.widefat tfoot tr th,
.widefat th {
  background: rgba(110, 117, 159); /*rgb(85, 105, 255);*/
  color: white;
}
.postbox > thead th:first-child,
.widefat tfoot tr th:first-child,
.widefat thead th:first-child {
  border-top-right-radius: 0.5rem;
}

.postbox > thead th:last-child,
.widefat tfoot tr th:last-child,
.widefat thead th:last-child {
  border-top-left-radius: 0.5rem;
}
.postbox > thead th,
.widefat tfoot tr th,
.widefat th  a{
	color: white;
}

html[dir=RTL] #BottomButtonMenu {
  text-align: right;
  float: right;
}
html[dir=RTL] .Rev-Side-Menu {
  float: right;
}
.rev_profile_shortcut{
  width: 100%;
  float: left;
  padding-top:1rem;
}
.rev_profile_shortcut a {
  padding: 0.25rem;
  margin-left: 0.33rem;
  margin-right: 0.33rem;
  
  display: inline-block;
  border-radius: 0.5rem;
  color: white;
  background-color: rgba(110, 117, 159,0.6);
  font-size:0.85rem;
}
.rev_profile_shortcut label {
  color: gray;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.rev_student_name {
  float: right;
  font-size: 21px;
  font-weight: 600;
}

.rev_student_grade{
  
  float: right;;
  font-size: 15px;
  /* width: 100%; */
  line-height: 31px;
  color: gray;

}
.widefat tr:hover {
  background: #fff;
}

.postbox .h3selected {
  background: #fdfdfe;
}

.postbox .h3selected a {
  font-weight: bold;
}

.postbox th h3 {
  font-weight: bold;
}

/* Input focus blue halo */

.postbox .h3selected {
  border-top: 2px solid #21759b;
}

.md-preview > .tab.disabled {
  border-top: 2px solid #21759b;
}

/* input[type="button"], */
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
/* input[type="submit"], */
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-bottom-width: 2px;
}

input[type="button"]:hover,
input[type="email"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="reset"]:hover,
input[type="search"]:hover,
input[type="submit"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: rgb(85, 105, 255);
}

input[type="button"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #aaa;
  border-bottom-color: #298cba;
}

/* input.button-primary,
button.button-primary,
a.button-primary {
  border-color: #15556b;
}

input.button-primary:hover,
button.button-primary:hover,
a.button-primary:hover {
  border-color: #10354b;
} */

/* bigger input height */

input,
select,
textarea {
  line-height: 1.278;
  padding: 2px;
}

#LO_search {
  height: inherit;
}

#menu-top span {
  padding-top: 3px;
}

select {
  height: 26px;
}

.legend-gray {
  /* color: #333; */
  color: #838590;
}
.legend-gray-block {
  /* color: #333; */
  color: #838590;
  display: block;
  font-size: 12px;
}
.welcome-block {
  color: #838590;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .rt th,
  .rt th a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 736px) {
  #menu + #body {
    padding-top: 0;
  }
  #menu .logo {
    max-width: 64px;
    max-height: 64px;
    margin: 5px;
  }
  #menu-top select {
    max-width: none;
  }
  .header1 h2 {
    font-size: 24px;
    line-height: 26px;
    padding-left: 36px;
    text-indent: -36px;
  }
  #body {
    padding: 0 6px 0;
  }
}

@font-face {
  font-family: "fontello";
  src: url("./fonts/revicon/icons/fontello.eot?64843614");
  src: url("./fonts/revicon/icons/fontello.eot?64843614#iefix")
      format("embedded-opentype"),
    url("./fonts/revicon/icons/fontello.woff2?64843614") format("woff2"),
    url("./fonts/revicon/icons/fontello.woff?64843614") format("woff"),
    url("./fonts/revicon/icons/fontello.ttf?64843614") format("truetype"),
    url("./fonts/revicon/icons/fontello.svg?64843614#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?64843614#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-hammer:before {
  content: "\e807";
} /* '' */
.icon-search:before {
  content: "\e802";
} /* '' */
.icon-print:before {
  content: "\e803";
} /* '' */
.icon-comment:before {
  content: "\e804";
} /* '' */
.icon-left-big:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e800";
} /* '' */
.icon-user:before {
  content: "\e801";
} /* '' */
.icon-graduation-cap:before {
  content: "\f19d";
} /* '' */
.icon-calendar-plus-o:before {
  content: "\f271";
} /* '' */
.icon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.icon-book:before {
  content: "\e802";
} /* '' */
.container-dev {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  background: #eee;
  margin: 10px auto;
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.block {
  height: 60px;
  width: 100px;
  margin: 10px;
}

.font-35 {
  font-size: 35px;
}

.font-30 {
  font-size: 30px;
}

.block p {
  margin-top: 0px;
}

.dashboard-general {
  background: rgba(255,255,255,0.4);
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pull-left {
  float: left !important;
}
.container-services {
  background: rgba(255,255,255,0.4) !important;
  overflow: hidden;
  margin-top: 15px;
  padding-bottom: 15px;
}
.text-right {
  text-align: right;
}

.dashboard-table {
  text-align: center;
}

.rev-header-icon i {
  color: lightgray !important;
  font-size: 17px;
}

.dashboard-manage-item {
  /* float:left; */
  /* padding: 1%; */
  display: inline-flex;
  padding: 15px 10px;
}
.container-manage {
  display: flex;
  flex-wrap: wrap;
}

.item-manage-grades .item-tr td.item-td:first-child a {
  font-size: larger;
  font-weight: 500;
}
.item-manage {
  flex: 1;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0.25rem;
  /* border: 1px solid; */
  box-shadow: 0px 5px 10px 5px #dedede;
}
.item-manage {
  margin-left: 2%;
}


#student .header-main , #teacher .header-main{
  background-color:inherit;
}
#student .container-dev,
#teacher .container-dev {
  width: 100%;
  background-color: inherit;
}
#student .dashboard-general,
#teacher .dashboard-general {
  background-color: #fff;
}

#student .container-services,
#teacher .container-services {
  background-color: inherit !important;
}
.item-manage-table {
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 5px 10px 5px #dedede;
  border-radius: 0.5rem;
}
.item-manage-table{
  margin-left: 2%;
  width: 23%;
  margin-bottom: 2%;
}

.item-manage-grades-first {
  /* flex: 2.09;    WM: this was this way to take 2 cards place*/
  flex:1;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 5px 10px 5px #dedede;
  margin-left:2%;
}
.item-manage-grades-first table{
  direction: rtl;
}
.item-manage-grades {
  flex: 1;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 5px 10px 5px #dedede;
  border-radius: 0.5rem;
  margin-bottom: 2%;
}
.item-manage-grades-first + .item-manage-grades {
  margin-left: 2%;
}
.item-manage-grades + .item-manage-grades {
  margin-left: 2%;
}
.item-numbers {
  color: #4a4b50;
  font-weight: bold;
  line-height: 36px;
}
.item-grades {
  color: #4e73df;
}

.grades-left {
  border-left: 5px solid #6dcba9;
}
.item-grades {
  color: rgba(34, 51, 84, 0.7);
  
}
.container-manage .item-grades{
  line-height: 36px;
}
.courses-left {
  border-left: 5px solid #bd81c9;
}
.item-courses {
  color: #bd81c9;
  line-height: 36px;
}
.students-left {
  border-left: 5px solid #68b8cf;
}
.item-students {
  color: #68b8cf;
  line-height: 36px;
}
.incidents-left {
  border-left: 5px solid #fb93b6;
}
.item-incidents {
  color: #fb93b6;
  line-height: 36px;
}
.item-td {
  padding: 10px;
}
.item-tr {
  border: 1px solid #ddd;
  text-align: right;
}

.item-tr-head {
  background-color: rgb(110, 117, 159);/* rgba(17, 25, 42,0.9);*/
  text-align: right;
  color: #f8f9fc;
  height: 14%;
}

.item-tr-head .item-td:first-child{
  border-start-start-radius: 0.5rem;
}
.item-tr-head .item-td:last-child{
  border-start-end-radius: 0.5rem;
}

.item-widefat {
  border-collapse: collapse;
  /*  border-collapse: separate; */
  width: 100%;
  border-width: 0px;
  border-style: solid;
  border-spacing: 0;
  border-radius: 0;
  border-color: #cacaca;
  clear: both;
  margin: 0;
  display: table;
  box-sizing: border-box;
  direction: ltr;
}

.item-manage-table .item-tr td.item-td:first-child {
  font-size: larger;
  font-weight: 500;
}
.item-manage-table .item-tr td.item-td:first-child a {
  font-size: larger;
  font-weight: 500;
}
.item-manage-grades .item-tr td.item-td:first-child {
  font-size: larger;
  font-weight: 500;
}
.item-manage-table .item-tr:last-child {
  border-bottom: 0px;
}
.item-manage-grades .item-tr:last-child {
  border-bottom: 0px;
}

.item-manage-grades-first .item-tr td.item-td:first-child {
  font-size: larger;
  font-weight: 500;
  text-align: right;
}
.item-manage-grades-first .item-tr:last-child {
  border-bottom: 0px;
}
table#School_Setup.item-widefat.col1-align-right
  tbody
  tr.item-tr
  td.item-td:first-child {
  text-align: center;
  width: 22%;
}
/* table#School_Setup.item-widefat.col1-align-right
  tbody
  tr.item-tr
  td.item-td:last-child {
  padding-left: 0px;
} */

table#Admission.item-widefat.col1-align-right
  tbody
  tr.item-tr
  td.item-td:first-child {
  min-width: 9%;
}

table#Attendance.item-widefat.col1-align-right
  tbody
  tr.item-tr
  td.item-td:first-child {
  min-width: 9%;
}

.red-font {
  color: red;
}

.break0 {
  flex-basis: 100%;
  height: 20px;
}

.break {
  flex-basis: 100%;
  height: 50px;
}

.break2 {
  flex-basis: 100%;
  height: 40px;
}

#footer {
  background: #fff !important;
  /* border-bottom: 1px solid #c1c1c1; */
  box-shadow: rgba(34, 51, 84, 0.2) 0px 2px 8px -3px, rgba(34, 51, 84, 0.1) 0px 5px 22px -4px
}

#footerhelp {
  clear: both;
}
#footerwrap {
  border-color: #fff !important;
  padding: 0px;
}

.BottomButton {
  color: gray !important;
}
.Rev-Side-Menu {
  min-height: 40px;
  float: left;
  width: 206px;
  border-color: #0e1a35;
  background-color: #0e1a35;
  color: #fff;
}
.Rev-Page-Header {
  float: left;
  width: 84%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.Rev-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 34px;
}
.Rev-header-right {
  float: right;
  margin-right: 2%;
}
.Rev-dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: rgba(255,255,255,0.4);
  min-width: 5%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.Rev-dropdown span {
  line-height: 34px;
  color: #0073aa;
}
.Rev-dropdown:hover .dropdown-content {
  display: block;
}

.Rev-topnav {
  overflow: hidden;
}
.Rev-topnav .Avatar {
  border-radius: 50%;
  width: 25px;
  position: absolute;
  margin-right: -30px;
  margin-top: 5px;
}

.Rev-topnav .user_name {
  float: left;
}
.Rev-topnav i {
  color: #fff;
}
.rev-header-icon {
  float: right;
}
.Rev-topnav .search-container {
  float: right;
}
.Rev-topnav input[type="text"] {
  padding: 6px;
  border: none;
  background-color: rgb(85, 105, 255);

  color: white;
  border-radius: 0px 20px 20px 0px;
  padding-right: 20px;
  margin-left: 0px;
}
.Rev-topnav input[type="text"]::placeholder {
  color:white;
  opacity: 1;
}
.Rev-topnav input[type="text"]::-ms-input-placeholder {
  color:white;
}

.BottomButton {
  line-height: 32px;
  margin-left: 8px;
  display: inline-block;
}
.Rev-topnav .search-container button {
  padding: 6px 10px;
  background: rgb(85, 105, 255);
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: -1%;


  margin-right: -4px;
    /* margin-left: 0px; */
  height: 2em;
  border-radius: 20px 0px 0px 20px;
}

.Rev-topnav .search-container button:hover {
  background: #0073aa;
}

@media screen and (max-width: 600px) {
  .Rev-topnav .search-container {
    float: none;
  }
  .Rev-topnav a,
  .Rev-topnav input[type="text"],
  .Rev-topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .Rev-topnav input[type="text"] {
    border: 1px solid #ccc;
  }
}


/**   New Theme and colors -  2022-05-25  **/

html #menu,
html .menu-top,
html .menu-top:hover,
html .menu-top:focus,
html #selectedModuleLink + .wp-submenu,
html[dir="RTL"] #menu,
html[dir="RTL"] .menu-top,
html[dir="RTL"] .menu-top:hover,
html[dir="RTL"] .menu-top:focus,
html[dir="RTL"] #selectedModuleLink + .wp-submenu {
	background-image: none !important
}




#menu-top .br-after-rev:after {
  right: auto;
  left: 5px;
}

html.no-touch[dir=RTL] .menu-module:hover .wp-submenu{
  right:206px;
}

.postbox th h3:not(.h3selected) a{
	color: #eeeeff;
}


/* Smaller menu subitems and larger menu items */

.adminmenu .menu-module > a{
  font-size: 1.1em;
  line-height: 32px;
  vertical-align: middle;
}

.adminmenu .menu-module .wp-submenu a{
  font-size: 0.95em;
}


form#loginform input[type="submit"],form#loginform input[type="reset"]{
  padding: 1rem;
}

/* Geting the tab to show as tabs in student page*/
.postbox .h3multi{
  line-height: 0.45;  
}
.postbox .h3selected{
  border-top: 5px solid rgba(110, 117, 159,1);
  background-color: rgba(255,255,255,0.8);
  color: rgba(110, 117, 159,1);
  border-bottom: 3px solid rgba(255,255,255,0.15);
  border-radius: 0.5rem 0.5rem 0 0;
}
.postbox .h3selected a{
  color: rgba(110, 117, 159,1);
}


.referral-form-categories .rt2colorBox{
  max-height: 170px;
  overflow-y: auto;
}


#coursesTable .chosen-container{
  min-width: 90%;
  max-width: 100%;
}

#coursesTable .chosen-container .chosen-single{
  border-radius: 3px;
  margin-top: 2px;
  background-image: none;
  background-color: white;
  margin-bottom: 1px;
}

label.school_sched_label{
  height: 26px;
    display: inline-block;
    /* padding-bottom: 1px; */
}
@media print {
  .hide-on-print{
    display: none;
  }
}


.teacher-assistents-td ul.chosen-choices{
  background-image: none;
}
.teacher-assistents-td ul.chosen-choices .search-choice span{
  font-size: 0.85rem;
}

.schedule-teach-assistents{
  padding-top: 10px;
}


i.closed-cp{
  background-color: red;
  opacity: 0.4;
  /* border-radius: 50%; */
  display: inline-block;
  min-width: 10px;
  min-height: 10px;

}

i.open-cp{
  /* background-color: green; */
  /* border-radius: 50%; */
  opacity: 0.2;
  display: inline-block;
  /* min-width: 10px;
  min-height: 10px; */
  height: 0;
  width: 0;
  
  border: 0.5em solid transparent;
  border-right-color: green;
  margin-right: 1px;
  /* padding-top:5px; */
  /* border-bottom-color: green; */

}

.list-outer.course-periods a[href*='row_coloring_state=CL']{
  color:#997570;
  opacity: 0.7;
}




tr[id^="schoolPeriod"] select.chosen-select[multiple]{
  color: white;
  width:90%;
}

tr[id^="schoolPeriod"] select[id^='tablesCOURSE_PERIOD_SCHOOL_PERIODS'][id$='ROOM']{
  font-weight: 600;
}
