.red {
  color: #DC143C !important;
}
.back_red {
  background-color: #DC143C !important;
}
.yellow {
  color: #ffff7f !important;
}
.back_yellow {
  background-color: #ffff7f !important;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix,
clear {
  clear: both;
}
.menu {
  display: flex;
  position: relative;
}
.menu div.miadimamreza {
  margin-right: 15px;
  color: #FFF;
}
.menu div.nav {
  display: block;
  overflow: auto;
  position: fixed;
  margin: 0;
  padding-right: 10px;
  right: 0;
  top: 5px;
  z-index: 1002;
  height: 100%;
  width: 300px;
  list-style: none;
  background: #1F253D;
  border: 1px solid #8792bc;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.menu div.nav.onboard {
  transform: translateX(10px);
}
.menu div.nav.offboard {
  transform: translateX(350px);
}
.menu div.nav .close_nav {
  background-color: #8792bc;
  padding: 7px 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.menu div.nav .close_nav:hover {
  background-color: #FF6384;
  padding-right: 30px;
}
.menu div.nav .close_nav i {
  margin: 0 7px;
}
.menu div.nav ul li a {
  display: block;
  position: relative;
  font-size: 1em;
  padding: 10px;
  padding-right: 20px;
  text-align: right;
  color: #FFF;
  border-bottom: 5px  solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.menu div.nav ul li a:hover {
  background: #50597b;
  border-bottom: 5px solid #11a8ab;
  color: #FFD700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.menu div.nav ul li a span.messages {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1em;
  color: #FFF;
  background: #e64c65;
  padding: 3px 0px 0px 0px;
  width: 25px;
  height: 22px;
  text-align: center;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu div.nav ul li i {
  color: #8792bc;
  margin-left: 5px;
}
.menu div.nav ul li img {
  margin-left: 5px;
  width: 30px;
  vertical-align: middle;
}
.menu div.nav ul li ul {
  width: 100%;
}
.menu div.nav ul li:hover ul {
  width: 100%;
  position: static;
}
.menu div.nav ul li.active a {
  background: #50597b;
  border-bottom: 5px solid #11a8ab;
}
.menu div.nav ul:after {
  clear: both;
}
#toggleMenu {
  display: block;
  cursor: pointer;
  margin-right: 10px;
}
#toggleMenu i {
  color: #778899;
  font-size: 25px;
}
#toggleMenu.active {
  display: block;
}
.header_top {
  display: flex;
  justify-content: space-between;
  background: #394264;
  padding: 15px 7px 10px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* add @1400-08-16*/
  box-shadow: 0 0 5px #000;
  z-index: 100;
  position: relative;
}
.header_top .user_name_header {
  color: #F0F8FF;
}
.header_top .user_name_header span {
  color: #ffff90;
  padding: 0 5px;
}
.header_top .user_name_header .logout,
.header_top .user_name_header .dashboard {
  margin: 2px 10px ;
}
.header_top .user_name_header .logout i,
.header_top .user_name_header .dashboard i {
  background-color: #ffff90;
  padding: 4px;
  color: #000000;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header_top .user_name_header .logout i:hover,
.header_top .user_name_header .dashboard i:hover {
  background-color: #DC143C;
  color: #ffff90;
}
.header_top .user_name_header .dashboard {
  margin-left: 0;
}
.header_top .user_name_header .dashboard i {
  background-color: #b8eeff;
}
.header_top .user_name_header .dashboard i:hover {
  background-color: #097988;
  color: #b8eeff;
}
@media all and (max-width: 600px) {
  .header_top {
    padding: 15px 5px 10px 5px;
  }
  .header_top .user_name_header {
    color: #F0F8FF;
    display: none;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
  }
  .header_top .user_name_header span {
    color: #ffff90;
    padding: 0 5px;
  }
  .header_top .user_name_header .logout {
    margin: 2px 10px ;
  }
  .header_top .user_name_header .logout i {
    background-color: #ffff90;
    padding: 4px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .header_top .user_name_header .logout i:hover {
    background-color: #DC143C;
    color: #ffff90;
  }
}
.vclass_link {
  padding-bottom: 10px;
  margin: 20px 0;
  display: flex;
}
.vclass_link a {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 auto;
  border: 0.16em solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 300;
  color: #000000;
  background-color: #84f14e;
  /*text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);*/
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vclass_link a:hover {
  border-color: #ffffff;
}
.module {
  background-color: #FFFAF0;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.module > h3.box_title {
  margin: 0;
  font-family: 'titr';
  color: #FFF;
  background: #00BFFF;
  /*text-shadow: 0px 0px 3px @color_black;*/
  font-size: 1.2em;
  font-weight: normal;
  padding: 4px 0;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.module.empty {
  display: none;
}
.module.row_span_1 {
  grid-row-end: span 1;
}
.module.row_span_2 {
  grid-row-end: span 2;
}
.module.row_span_3 {
  grid-row-end: span 3;
}
.module.row_span_4 {
  grid-row-end: span 4;
}
.module.column_span_1 {
  grid-column-end: span 1;
}
.module.column_span_2 {
  grid-column-end: span 2;
}
.module.column_span_3 {
  grid-column-end: span 3;
}
.module.column_span_4 {
  grid-column-end: span 4;
}
.module p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.menu_box h3.box_title {
  color: #FFF;
  /*background: @color_blue_Pacific;*/
  background-color: #e74c3c;
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
}
.menu_box ul {
  display: flex;
  flex-wrap: wrap;
}
.menu_box ul li {
  flex-grow: 1;
  display: inline-block;
}
.menu_box ul li a {
  display: block;
  color: #1F253D;
  background: #98ddde;
  font-size: 1em;
  padding: 5px 7px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.menu_box ul li a:hover {
  box-shadow: 2px 2px 4px #323232;
}
.menu_box ul li a i {
  margin-left: 5px;
}
.menu_box ul li a.active {
  color: #d7d7d7;
  background: #50597b;
  cursor: default;
}
.menu_box ul li a.lessons {
  background: #00BFFF;
}
.menu_box ul li a.homework {
  background: #00FA9A;
}
.menu_box ul li a.attendance {
  background: #fcb150;
}
.menu_box ul li a.board {
  background: #FFA500;
}
.menu_box ul li a.Gboard {
  background: #f7cac9;
}
.menu_box ul li a.crm {
  background: #00FFFF;
}
.menu_box ul li a.messenger {
  background: #e7798a;
}
.menu_box ul li a.gifts {
  background: #ffff90;
  text-align: center;
  border: 1px solid #FF6347;
}
.menu_box ul li a.gifts i {
  animation: swing 1s infinite ease-in;
  -webkit-animation: swing 1s infinite ease-in;
  margin-left: 10px;
  color: #DC143C;
  font-size: larger;
}
.menu_box ul li a.lms_lesson {
  background-color: #FFD700;
}
.menu_box ul li a.lms_lesson_homework {
  background-color: #FFDEAD;
}
.menu_box ul li a.lms_lesson_files {
  background-color: #00FFFF;
}
.menu_box ul li a.lms_lesson_show {
  background-color: #00BFFF;
}
.menu_box ul li a.board {
  background-color: #ffe0e0;
}
.menu_box ul li a.exam {
  background-color: #dfd0ff;
}
.menu_box ul li a.score {
  background-color: #9966EB;
  color: #fff;
}
.menu_box ul li a.bank {
  background-color: #ffff90;
}
.menu_box ul li a.my_students {
  background-color: #FFF0F5;
}
.menu_box ul li a.fileList {
  background-color: #b8eeff;
}
.menu_box ul li a.blogger {
  background-color: #00FFFF;
}
.narrative {
  direction: rtl;
  text-align: right;
  padding: 13px 30px 0 30px;
  color: #00FF7F;
}
.narrative span.quotee {
  color: #7FDBFF;
}
.board h3.box_title {
  background: #FFA500;
  color: #1F253D;
}
.board h3.box_title.c1 {
  background-color: #00ABC0;
}
.board h3.box_title.c2 {
  background-color: #b8eeff;
}
.board h3.box_title.c3 {
  background-color: #F0E68C;
}
.board h3.box_title.c4 {
  background-color: #FF8C00;
}
.board h3.box_title.c5 {
  background-color: #ffff90;
}
.board h3.box_title.c6 {
  background-color: #FF69B4;
}
.board h3.box_title.c7 {
  background-color: #7B68EE;
}
.board h3.box_title.c8 {
  background-color: #FFA07A;
}
.board h3.box_title.c9 {
  background-color: #FF6347;
}
.board h3.box_title.c10 {
  background-color: #ffe0e0;
}
.board h3.box_title.c11 {
  background-color: #00FFFF;
}
.board h3.box_title.c12 {
  background-color: #00FFFF;
}
.board h3.box_title.c13 {
  background-color: #48D1CC;
}
.board h3.box_title.c14 {
  background-color: #FFDEAD;
}
.board h3.box_title.c15 {
  background-color: #D2B48C;
}
.board h3.box_title.c16 {
  background-color: #FFF5EE;
}
.board h3.box_title.c17 {
  background-color: #FFE4E1;
}
.board p.warning {
  margin-top: 20px;
  color: #800000;
  text-align: center;
}
.board .boarddata {
  padding: 10px 5px;
}
.board .boarddata .image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 2px solid #FFA500;
}
.board .boarddata .videoframe {
  text-align: center;
  margin: 0 auto;
  max-width: inherit;
}
.board .boarddata .videoframe video {
  width: 100%;
}
.lessons h3.box_title {
  background: #00BFFF;
}
.lessons p.warning {
  margin-top: 20px;
  color: #800000;
  text-align: center;
}
.lessons ul.course_list {
  padding: 5px;
}
.lessons ul.course_list li {
  padding: 7px 0;
  cursor: pointer;
  border-bottom: 1px dashed #969696;
}
.lessons ul.course_list li div {
  justify-content: space-between;
  display: flex;
}
.lessons ul.course_list li div a {
  color: #c8c8c8;
  margin-left: 10px;
}
.lessons ul.course_list li div a:hover {
  color: #FF4500;
}
.lessons ul.course_list li ul.lesson_list {
  overflow: hidden;
}
.lessons ul.course_list li ul.lesson_list li {
  border: none;
  padding: 0;
}
.lessons ul.course_list li ul.lesson_list li a {
  display: block;
  color: #1F253D;
  background: #98ddde;
  font-size: 1em;
  padding: 5px 7px;
  margin: 5px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lessons ul.course_list li ul.lesson_list li a:hover {
  background: #50597b;
  color: #f9ff00;
}
.msg_contactlist h3.box_title {
  background: #e7798a;
}
.msg_contactlist p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.msg_contactlist ul li {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.msg_contactlist ul li a {
  padding: 8px;
  border-bottom: 1px dashed #D67E9A;
  display: block;
  color: #394264;
}
.msg_contactlist ul li a .unseen_count {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  background-color: #DC143C;
  color: #FFFAF0;
  margin-right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.msg_contactlist ul li.active {
  background-color: #FFC0CB;
}
.msg_contactlist ul li.active a {
  color: #000000;
}
.msg_contactlist ul li:hover {
  background-color: #f7cac9;
}
.activities h3.box_title {
  background: #DC143C;
}
.activities p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.activities ul li a {
  display: block;
  padding: 4px 10px;
  color: #DC143C;
  border-bottom: 1px solid #c8c8c8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.activities ul li a:hover {
  padding-right: 20px;
}
.notebookBox h3.box_title {
  background: #00FA9A;
  color: #1F253D;
}
.notebookBox h3.box_title span {
  width: 40px;
  display: inline-block;
  padding: 2px;
  margin: 0 5px;
  background-color: #ffff90;
  font-family: 'titr';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notebookBox p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.notebookBox ul li a {
  display: block;
  padding: 4px 10px;
  color: #228B22;
  border-bottom: 1px dashed #c8c8c8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.notebookBox ul li a:hover {
  padding-right: 20px;
}
.notebookBox ul.laststack {
  padding: 0 15px;
}
.notebookBox ul.laststack li {
  margin: 15px 0 ;
  cursor: default;
}
.notebookBox ul.laststack li .nb_std {
  display: flex;
  background-color: #b8eeff;
  /*border: 1px solid @color_gold_gold;*/
  height: 30px;
  padding: 0 7px 0 15px ;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.notebookBox ul.laststack li .nb_std img {
  width: 40px;
  height: 40px;
  margin-right: -12px;
  margin-left: 10px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notebookBox ul.laststack li .nb_detail {
  background-color: #b8eeff;
  padding: 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notebookBox a.show_all_stack {
  margin: 0 auto;
  display: block;
  width: 200px;
}
.examBox h3.box_title {
  background: #dfd0ff;
  color: #1F253D;
}
.examBox p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.examBox ul li {
  padding-right: 10px;
}
.examBox ul li .exam_list_item {
  display: block;
  padding: 4px 10px;
  color: #1F253D;
  border-bottom: 1px dashed #c8c8c8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.examBox ul li .exam_list_item .start_time {
  margin: 0 4px;
  padding: 0 12px;
  color: #fff;
  background-color: #DC143C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.examBox ul li .exam_list_item:hover {
  /*padding-right: 20px;*/
  background-color: #f2edff;
}
.examBox ul li.student_list .exam_list_item .student_name {
  margin-bottom: 7px;
}
.examBox ul li.student_list .exam_list_item .question_counter {
  color: #646464;
  display: inline-block;
}
.examBox ul li.student_list .exam_list_item .question_counter .counter {
  background-color: #EAEAEA;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0 5px;
  border: 1px solid #c8c8c8;
  color: #1F253D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.examBox ul li.student_list .exam_list_item .exam_mark {
  color: #646464;
  margin-right: 20px;
  display: inline-block;
}
.examBox ul li.student_list .exam_list_item .exam_mark .mark {
  background-color: #EAEAEA;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0 5px;
  border: 1px solid #c8c8c8;
  color: #1F253D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.examBox ul li.student_list .exam_list_item .exam_btn {
  margin-right: 20px;
  display: inline-block;
}
.examBox ul li.student_list .exam_list_item .exam_btn i.fa {
  font-size: 1.3em;
}
.examBox ul li.student_list .exam_list_item .exam_btn button.comment {
  border: none;
  background: none;
  color: #0074D9;
  cursor: pointer;
}
.examBox ul li.student_list .exam_list_item .exam_btn a.view {
  color: #097988;
  margin-right: 15px;
}
.examBox ul li.selected {
  background-color: #ffff90;
}
.examBox a.exam_page {
  display: block;
  width: 200px;
  margin: 20px auto 10px auto;
  padding: 2px;
  background-color: #dfd0ff;
  color: #1F253D;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 5px #7d7d7d;
  -moz-box-shadow: 2px 2px 5px #7d7d7d;
  box-shadow: 2px 2px 5px #7d7d7d;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.examBox a.exam_page:hover {
  -webkit-box-shadow: 1px 1px 5px #aaaaaa;
  -moz-box-shadow: 1px 1px 5px #aaaaaa;
  box-shadow: 1px 1px 5px #aaaaaa;
}
.teacher_files h3.box_title {
  background: #008080;
}
.teacher_files p.warning {
  margin-top: 15px;
  color: #008080;
  text-align: center;
}
.teacher_files ul.file_list li a {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  color: #008B8B;
  border-bottom: 1px solid #c8c8c8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.teacher_files ul.file_list li a img {
  max-width: 50px;
  max-height: 50px;
  margin-left: 10px;
}
.teacher_files ul.file_list li a:hover {
  padding-right: 20px;
}
section.file_list_page {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.file_list_page .module {
  min-width: 400px;
  margin: 20px;
}
.my_score h3.box_title {
  background: #9966EB;
}
.my_score p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.my_score ul li {
  padding: 3px 7px;
  border: 1px dashed #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.my_score ul li div {
  margin: 2px 5px;
  border: 1px solid transparent;
  padding: 0 5px;
  line-height: 31px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.my_score ul li div.score {
  direction: ltr;
  text-align: center;
  min-width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.my_score ul li div.score_man {
  width: 150px;
  border: none !important;
  text-align: left;
  color: #9966EB !important;
}
.my_score ul li div.score_date {
  width: 125px;
  height: 35px;
  text-align: center;
}
.my_score ul li.score_pos div {
  color: #008B8B;
  border: 1px solid #008B8B;
}
.my_score ul li.score_pos div.score {
  color: #FFF;
  background-color: #008B8B;
}
.my_score ul li.score_neg div {
  color: #DC143C;
  border: 1px solid #DC143C;
}
.my_score ul li.score_neg div.score {
  color: #FFF;
  background-color: #DC143C;
}
.my_score ul li a {
  display: block;
  padding: 4px 10px;
  color: #DC143C;
  border-bottom: 1px solid #c8c8c8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.my_score ul li a:hover {
  padding-right: 20px;
}
.chart {
  text-align: center;
}
.chart h4 {
  position: absolute;
  top: 4.5em;
  right: 6.5em;
  font-size: 1.6em;
  color: #6B360F;
  display: inline-block;
}
.chart h4 span {
  color: #FFF;
}
.chart h3.box_title {
  color: #FFF;
  background-color: #FF851B;
}
.chart canvas {
  padding: 2em 0;
  display: block;
  margin: 0 auto;
  position: relative;
}
.chart .chart_list {
  background: #50597b;
  text-align: center;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chart .chart_list li {
  float: left;
  width: 24.8%;
  border-right: 1px solid #1F253D;
}
.chart .chart_list li a {
  display: flex;
  align-items: center;
  color: #00BFFF;
  font-size: 1em;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.chart .chart_list li a:hover {
  background: #3F4663;
}
.chart .chart_list li:nth-child(4) {
  border-right: none;
}
.chart .chart_list li a.red {
  border-top: 5px solid #ef562d;
}
.chart .chart_list li a.purple {
  border-top: 5px solid #B10DC9;
}
.chart .chart_list li a.yellow {
  border-top: 5px solid #f9ff00;
}
.chart .chart_list li a.blue {
  border-top: 5px solid #00BFFF;
}
.chart .chart_list p {
  font-size: 1.5em;
  color: #FFF;
  padding-top: 5px;
}
.chart .chart_list em {
  font-size: 0.7em;
  vertical-align: top;
}
.diagram {
  position: relative;
}
.graph h3.box_title {
  color: #FFF;
  background-color: #008000;
}
.graph canvas {
  display: block;
}
.graph img {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.graph .graph_list {
  padding: 25px;
  background: #394264;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.graph .graph_list li a {
  display: block;
  color: #50597b;
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.graph .graph_list li a span {
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.graph .graph_list li a label {
  color: #FFF;
  font-size: 1em;
  float: right;
  letter-spacing: 1px;
}
.graph .graph_list li a label span {
  color: #11A8AB;
}
.graph .graph_list li a label em {
  font-size: 0.7em;
  vertical-align: top;
}
.social_network_likes {
  /*margin:@margin;*/
  text-align: center;
}
.social_network_likes li {
  float: left;
  width: 25%;
}
.social_network_likes li a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social_network_likes li a > i {
  display: block;
  background: #1a4e95;
  padding: 20px 0;
}
.social_network_likes li a span {
  display: block;
  font-size: 1em;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 0;
}
.social_network_likes li a.facebook {
  background: #1a4e95;
  border-radius: 5px 0px 0px 5px;
}
.social_network_likes li a.facebook:hover {
  background: #094291;
}
.social_network_likes li a.facebook > i {
  background: #3468af;
  border-radius: 5px 0px 0px 0px;
}
.social_network_likes li a.twitter {
  background: #35aadc;
}
.social_network_likes li a.twitter:hover {
  background: #0C94CE;
}
.social_network_likes li a.twitter > i {
  background: #92b6d5;
}
.social_network_likes li a.googleplus {
  background: #cc324b;
}
.social_network_likes li a.googleplus:hover {
  background: #CA2540;
}
.social_network_likes li a.googleplus > i {
  background: #FF6347;
}
.social_network_likes li a.mail {
  background: #363f61;
  border-radius: 0px 5px 5px 0px;
}
.social_network_likes li a.mail:hover {
  background: #30395A;
}
.social_network_likes li a.mail > i {
  background: #50597b;
  border-radius: 0px 5px 0px 0px;
}
.lastnews,
.lastpm {
  direction: rtl;
  /*margin:@margin;*/
}
.lastnews h3.box_title,
.lastpm h3.box_title {
  color: #1F253D;
  background-color: #00FFFF;
}
.lastnews h3.box_title i img,
.lastpm h3.box_title i img {
  vertical-align: middle;
}
.lastnews .lastnews_list,
.lastpm .lastnews_list,
.lastnews .lastpm_list,
.lastpm .lastpm_list {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lastnews .lastnews_list li,
.lastpm .lastnews_list li,
.lastnews .lastpm_list li,
.lastpm .lastpm_list li {
  cursor: pointer;
  color: #EF001B;
  font-size: 1em;
  line-height: 1.6em;
  padding: 0.5em 1em 0.2em 1em;
  border-bottom: 1px solid #1F253D;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.lastnews .lastnews_list li:hover,
.lastpm .lastnews_list li:hover,
.lastnews .lastpm_list li:hover,
.lastpm .lastpm_list li:hover {
  background-color: #11A8AB;
  color: #1F253D;
  font-weight: bolder;
}
.lastnews .lastnews_list li:hover span,
.lastpm .lastnews_list li:hover span,
.lastnews .lastpm_list li:hover span,
.lastpm .lastpm_list li:hover span {
  color: #FFF;
}
.lastnews .lastnews_list li:last-child,
.lastpm .lastnews_list li:last-child,
.lastnews .lastpm_list li:last-child,
.lastpm .lastpm_list li:last-child {
  border-bottom: none;
}
.lastnews .lastnews_list li a,
.lastpm .lastnews_list li a,
.lastnews .lastpm_list li a,
.lastpm .lastpm_list li a {
  color: #0074D9;
}
.lastnews .lastnews_list li span,
.lastpm .lastnews_list li span,
.lastnews .lastpm_list li span,
.lastpm .lastpm_list li span {
  display: block;
  color: #50597b;
  /*padding: 10px 0;*/
}
.lastpm h3.box_title {
  color: #FFF;
  background-color: #EF001B;
}
.lastpm h2 {
  padding: 1em;
  text-align: center;
  color: #FFF;
}
.lastpm .lastpm_list {
  /*background: @color_background2;*/
}
.lastpm .lastpm_list li {
  padding: 1em ;
  border-bottom: 1px solid #1F253D;
}
.lastpm .lastpm_list li:hover {
  background-color: #FF6347;
  color: #1F253D;
}
.lastpm .lastpm_list li a {
  color: #00BFFF;
}
.gift_selection h3.box_title {
  background-color: #0074D9;
  color: #FFA07A;
}
.gift_selection ul {
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
  display: flex;
}
.gift_selection ul li {
  width: 45%;
  margin: 5px 1%;
  background-color: #50597b;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.gift_selection ul li:hover {
  background-color: #1F253D;
  color: #f9ff00;
  -webkit-box-shadow: 3px 3px 7px #000000;
  -moz-box-shadow: 3px 3px 7px #000000;
  box-shadow: 3px 3px 7px #000000;
}
.gift_selection a.bottom {
  margin: 0;
  margin-top: 10px;
  font-family: 'titr';
  color: #1F253D;
  font-size: 1.2em;
  padding: 5px 0;
  text-align: center;
  background: #FFE4B5;
  display: block;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gift_selection a.bottom:hover {
  color: #0074D9;
  background-color: #f9ff00;
}
.social_networks {
  /*margin:@margin;*/
  background: transparent !important;
}
.social_networks li a {
  display: block;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social_networks li a > i {
  background: #1a4e95;
  float: left;
  padding: 14px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social_networks li a span {
  float: left;
  font-size: 1.2em;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
}
.social_networks li a.facebook {
  background: #3468af;
}
.social_networks li a.facebook:hover {
  background: #0D4797;
}
.social_networks li a.facebook > i {
  background: #1a4e95;
}
.social_networks li a.twitter {
  background: #97d5e0;
}
.social_networks li a.twitter:hover {
  background: #0C94CE;
}
.social_networks li a.twitter > i {
  background: #35aadc;
}
.social_networks li a.googleplus {
  background: #FFA07A;
  margin-bottom: 0;
}
.social_networks li a.googleplus:hover {
  background: #CA2540;
}
.social_networks li a.googleplus > i {
  background: #cc324b;
}
.column_right_grid {
  text-align: center;
}
.score_register h3.box_title {
  background-color: #1F253D;
  background-color: #008cca;
}
.score_register > p {
  color: #FFF;
  direction: rtl;
  padding: 0px 10px;
  text-align: justify;
  white-space: pre-line;
  font-family: 'koodak';
}
.score_register input[type="submit"],
.score_register form button {
  color: #FFF;
  background: #FF6347;
}
.score_register input[type="submit"]:hover,
.score_register form button:hover {
  background: #ff3814;
}
.score_register #lastScore {
  max-height: 600px;
  overflow-y: auto;
  text-align: center;
  color: #FFF;
  margin: 20px 0;
  /*border: 1px dashed @color_background4 ;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.score_register #lastScore h3.box_title {
  background-color: #8792bc;
  color: #1F253D;
  /*background-color: @color_blue;*/
  padding: 5px 0;
  font-family: 'titr';
  font-size: 16px;
  /*.text-shadow(0 2px 3px #000);*/
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.score_register #lastScore table {
  margin-bottom: 10px;
  border-spacing: 10px;
  direction: rtl;
  border-collapse: separate;
  width: 100%;
}
.score_register #lastScore table td {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30%;
  font-size: 16px;
  font-family: 'koodak';
  padding: 2px 0 ;
  border: 1px solid #FF6347;
}
.score_register #lastScore table td.newScore {
  color: #f9ff00;
}
.score_register #lastScore table tr:nth-child(even) td {
  background-color: #50597b;
}
.sign_in {
  padding-bottom: 1em;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sign_in input[type="submit"],
.sign_in form button {
  color: #FFF;
  background: #FF6347;
}
.sign_in input[type="submit"]:hover,
.sign_in form button:hover {
  background: #ff3814;
}
.sign_in button {
  padding: 10px 30px;
  color: #FFF;
  font-size: 1.2em;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-apperance: none;
  background: #FF6347;
}
.sign_in button:hover {
  background: #d4465d;
}
.sign_in h4 {
  margin-top: 20px;
}
.sign_in h4 a {
  font-size: 1.1em;
  color: #98FB98;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sign_in h4 a:hover {
  color: #FFF;
  text-decoration: underline;
}
.progress {
  margin: 20px 0;
  background: #50597b;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.progress .progress-bar {
  background: #FF6347;
  height: 20px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@-webkit-keyframes bg-color {
  0% {
    background-color: #e74c3c;
  }
  20% {
    background-color: #f1a50e;
  }
  40% {
    background-color: #1abc9c;
  }
  60% {
    background-color: #3498db;
  }
  80% {
    background-color: #9b59b6;
  }
  100% {
    background-color: #e74c3c;
  }
}
@keyframes bg-color {
  0% {
    background-color: #e74c3c;
  }
  20% {
    background-color: #f1a50e;
  }
  40% {
    background-color: #1abc9c;
  }
  60% {
    background-color: #3498db;
  }
  80% {
    background-color: #9b59b6;
  }
  100% {
    background-color: #e74c3c;
  }
}
@keyframes gift_attend {
  from {
    animation: headShake 1s infinite ease-in;
    -webkit-animation: headShake 1s infinite ease-in;
  }
  10% {
    animation: none;
    -webkit-animation: none;
  }
  20% {
    animation: pulse 1s infinite ease-in;
    -webkit-animation: pulse 1s infinite ease-in;
  }
  30% {
    animation: none;
    -webkit-animation: none;
  }
  40%,
  100% {
    animation: rubberBand 1s infinite ease-in;
    -webkit-animation: rubberBand 1s infinite ease-in;
  }
}
.profile_picture {
  padding: 1em 3em;
  text-align: center;
  position: relative;
  background: transparent;
  border: 1px solid #646464;
}
.profile_picture span.changeProfile,
.profile_picture span.changekey {
  position: absolute;
  top: 15px;
  right: 15px;
}
.profile_picture span.changeProfile a i,
.profile_picture span.changekey a i {
  font-size: 22px;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.profile_picture span.changeProfile a:hover i,
.profile_picture span.changekey a:hover i {
  color: #BDB76B;
}
.profile_picture span.changekey {
  top: 55px;
}
.profile_picture a {
  display: block;
}
.profile_picture > a > img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border: 5px solid #50597b;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  border-radius: 8em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile_picture .profile_picture_name {
  direction: rtl;
  font-family: 'koodak';
  padding-top: 1em;
}
.profile_picture .profile_picture_name h2 {
  font-size: 1.5em;
  color: #FFF;
  margin-bottom: 15px;
}
.profile_picture .profile_picture_name p {
  font-size: 1em;
  color: #CE879F;
  line-height: 2em;
}
.profile_picture .profile_picture_name p.sum_score {
  display: inline-block;
  width: 220px;
  padding: 3px 20px;
  background-color: #EEE8AA;
  color: #1F253D;
  margin: 10px 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile_picture .profile_picture_name p.sum_score #sumScore {
  /*background-color: @color_background;*/
  position: absolute;
  font-family: 'titr';
  font-size: 19px;
  padding: 7px;
  margin-right: 30px;
  margin-top: -15px;
  min-width: 60px;
  min-height: 60px;
  display: inline-block;
  color: #FFD700;
  border: 2px solid #EEE8AA;
  background-color: #1F253D;
  text-align: center;
  direction: ltr;
  line-height: 39px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile_picture .profile_picture_name p span {
  padding: 0 10px;
}
meter.myscore {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
  /*background-color: whiteSmoke;*/
  box-shadow: 0 5px 5px -5px #333 inset;
}
meter.myscore::-webkit-meter-bar {
  background: none;
  background-color: whiteSmoke;
  box-shadow: 0 5px 5px -5px #333 inset;
}
meter.myscore::-webkit-meter-optimum-value {
  transition: width 0.5s;
  box-shadow: 0 5px 5px -5px #999 inset;
  background-image: linear-gradient(90deg, #8bcf69 5%, #719fd1 100%);
  background-size: 100% 100%;
}
meter.myscore::-webkit-meter-optimum-value:hover {
  background-image: linear-gradient(90deg, #8bcf69 20%, #719fd1 100%);
  transition: width 0.5s;
  width: 100% !important;
}
meter.myscore::-moz-meter-bar {
  box-shadow: 0 5px 5px -5px #999 inset;
  background-image: linear-gradient(90deg, #8bcf69 5%, #719fd1 100%);
  background-size: 100% 100%;
}
.login-box {
  width: 50%;
  margin: 20px auto;
  display: flex;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.login-box .login-logo {
  background: url(/images/logo.png) no-repeat center right;
  background-size: contain;
  display: block;
  width: 25%;
  margin-left: 10px;
}
.login-box .login-form {
  width: 75%;
}
form.loginform {
  /*    width: 50%;*/
  padding: 25px;
  border: 1px dashed #7FDBFF;
  /*margin: 20px auto;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form.loginform div.frmbox {
  background: #50597b;
  border: 1px solid #1F253D;
  padding: 5px 10px;
  margin: 5px auto;
  display: flex;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
}
form.loginform div.frmbox:hover {
  border: 1px solid #EEE8AA;
}
form.loginform div.frmbox:focus-within {
  border: 1px solid #7FDBFF;
}
form.loginform div.frmbox i {
  color: #7FDBFF;
  margin: 5px;
}
form.loginform div.frmbox i img {
  vertical-align: middle;
}
form.loginform div.frmbox input[type="text"],
form.loginform div.frmbox input[type="password"] {
  padding: 10px;
  padding-right: 20px;
  letter-spacing: 1px;
  color: #FFF;
  font-size: 1em;
  background: none;
  outline: none;
  border: none;
  margin: 0px auto;
  width: 100%;
  -webkit-apperance: none;
}
form.loginform div.frmbox input[type="text"]::placeholder,
form.loginform div.frmbox input[type="password"]::placeholder {
  color: #7FDBFF;
}
form.loginform input[type="submit"],
form.loginform button {
  min-width: 200px;
  padding: 7px 30px;
  display: block;
  margin: 20px auto;
  color: #FFF;
  font-size: 1.2em;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-apperance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
form.loginform input[type="submit"]:hover,
form.loginform button:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  color: #0074D9;
  background: #FFD700;
}
form.loginform input[type="submit"]:hover.signin,
form.loginform button:hover.signin {
  background: #FFD700;
}
form.loginform input[type="submit"]:hover.forget,
form.loginform button:hover.forget {
  color: #FFD700;
}
form.loginform input[type="submit"].signin,
form.loginform button.signin {
  background: #36A2EB;
}
form.loginform input[type="submit"].forget,
form.loginform button.forget {
  background: none;
  color: #7FDBFF;
}
@media all and (max-width: 900px) {
  .login-box {
    width: 90%;
    margin: 20px auto;
    display: flex;
  }
  .login-box .login-logo {
    width: 20%;
    margin-left: 10px;
  }
  .login-box .login-form {
    width: 80%;
  }
}
@media all and (max-width: 640px) {
  .login-box {
    width: 100%;
    margin: 20px auto;
    display: flex;
  }
  .login-box .login-logo {
    width: 20%;
    margin-left: 10px;
  }
  .login-box .login-form {
    width: 80%;
  }
}
.lessons_list .lessons {
  min-height: 100vh;
}
.around {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.around .lessons_list {
  width: 30%;
}
.around .selected_lesson {
  width: 70%;
  border: 2px;
  padding: 20px;
}
.around .selected_lesson .title {
  background-color: #00BFFF;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content {
  min-height: 100vh;
  background-color: #FFFAF0;
}
.around .selected_lesson .content .description {
  padding: 3px 10px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #778899;
  font-size: 15px;
  font-weight: normal;
}
.around .selected_lesson .content .lesson_buttons {
  /*margin: 0 auto;*/
  /*width: 400px;*/
  justify-content: center;
  display: flex;
}
.around .selected_lesson .content .lesson_buttons button.stab {
  width: 100px;
  background: none;
  border: none;
  padding: 1px 2px;
  margin-left: 4px;
  cursor: pointer;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .lesson_buttons button.stab.current {
  background: transparent !important;
  border: 1px solid #00BFFF;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.around .selected_lesson .content .lesson_buttons button.stab.visible {
  visibility: visible !important;
}
.around .selected_lesson .content .lesson_buttons button.stab.invisible {
  background-color: #E4E4E4 !important;
  color: #969696;
  cursor: default;
}
.around .selected_lesson .content .lesson_buttons button.stab:nth-of-type(1) {
  background-color: #FF6384;
}
.around .selected_lesson .content .lesson_buttons button.stab:nth-of-type(2) {
  background-color: #FFCD56;
}
.around .selected_lesson .content .lesson_buttons button.stab:nth-of-type(3) {
  background-color: #4BC0C0;
}
.around .selected_lesson .content .lesson_buttons button.stab:nth-of-type(4) {
  background-color: #36A2EB;
  visibility: hidden;
}
.around .selected_lesson .content .folio {
  padding: 15px;
}
.around .selected_lesson .content .folio div.section_content {
  /*display: none;*/
  margin: 0 auto;
  opacity: 0;
  transform-origin: top center;
  transition: opacity 0.3s, transform 1s;
  z-index: 0;
}
.around .selected_lesson .content .folio div.section_content.current {
  transition: opacity 1.5s, transform 1s;
  opacity: 1;
  z-index: 1;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder {
  max-height: 450px;
  overflow: auto;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box {
  /*                                display: flex;*/
  display: block;
  margin-bottom: 10px;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box .profile_image {
  width: 45px;
  height: 45px;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box .user_nickname {
  display: block;
  font-size: 0.9em;
  color: #7d7d7d;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box p.pm {
  display: inline-block;
  padding: 7px;
  border: 1px solid #c8c8c8;
  max-width: 80%;
  -webkit-border-radius: 10px 0 10px 15px;
  -moz-border-radius: 10px 0 10px 15px;
  border-radius: 10px 0 10px 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box p.pm .send_date {
  display: block;
  text-align: left;
  color: #646464;
  font-size: 0.8em;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.student p.pm {
  background-color: #FFF;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.teacher p.pm {
  background-color: #b8eeff;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.teacher p.pm .send_date {
  color: #4169E1;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.teacher .user_nickname {
  color: #4169E1;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.me p.pm {
  background-color: #98FB98;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.me p.pm .send_date {
  color: #006400;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat .holder .pm_box.me .user_nickname {
  color: #006400;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat button.get_prev_chat {
  background: #F0FFFF;
  color: #36A2EB;
  border: 1px solid #36A2EB;
  padding: 0px 12px;
  width: 70px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat button.get_prev_chat:hover {
  color: #F0FFFF;
  background-color: #36A2EB;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat button.get_prev_chat i {
  margin: 0 3px;
}
.around .selected_lesson .content .folio div.section_content.lesson_chat p.chat_disabled {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #20B2AA;
  display: table;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers {
  /*new ver*/
  /*old ver*/
  /*for teacher*/
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .answers_filelist .upload_default {
  display: inline-block;
  margin: 10px 20px;
  min-width: 200px;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .answers_filelist .uploader2_delete_div {
  display: inline-block;
  font-weight: normal;
  font-size: 2em;
  position: absolute;
  color: #F0F8FF;
  background: #CE879F;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .answers_filelist .uploader2_delete_div:hover {
  background: #ad5d5d;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .answers_filelist .uploader2_filename_div {
  font-family: 'tahoma';
  font-size: 1.3em;
  font-weight: normal;
  max-width: 180px;
  padding: 2px 5px;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .answers_filelist .uploader2_filesize_div {
  font-family: 'tahoma';
  font-size: 1.3em !important;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .title {
  display: inline-block;
  padding: 2px 7px;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #00BFFF;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks {
  flex-wrap: wrap;
  display: flex;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks li.stlok {
  padding: 5px;
  margin: 5px 10px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks li.stlok img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border: 2px solid #63B6FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks li.stlok span {
  display: block;
  font-size: 1em;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks li.stlok:hover {
  background: #b8eeff;
  /*border:1px solid @color_blue_Deep_Sky;*/
}
.around .selected_lesson .content .folio div.section_content.lesson_answers ul.student_list_homeworks li.stlok.selected {
  background: #b8eeff;
  box-shadow: 2px 2px 10px #7d7d7d;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .list_of_answers {
  margin-top: 10px;
  padding-top: 10px;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .list_of_answers ul {
  flex-wrap: wrap;
  display: flex;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .list_of_answers ul li {
  margin: 5px 10px;
  display: block;
  width: 100%;
}
.around .selected_lesson .content .folio div.section_content.lesson_answers .list_of_answers ul li a img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content form.lms_chat textarea {
  width: 100%;
  resize: none;
  max-width: 100%;
  border: 1px solid #7d7d7d;
  padding: 5px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.around .selected_lesson .content .folio div.section_content form.lms_chat textarea:focus {
  border: 1px solid #00BFFF;
  background-color: #F0F8FF;
}
.around .selected_lesson .content .folio div.section_content form.lms_chat button.submit {
  display: block;
  cursor: pointer;
  border: none;
  background-color: #3994f5;
  color: #fff;
  font-size: 18px;
  padding: 3px 30px;
  margin: 7px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  float: left;
}
.around .selected_lesson .content .folio div.section_content form.lms_chat button.submit:after {
  content: " ";
  clear: both;
}
.around .selected_lesson .content .folio div.section_content form.lms_chat button.submit:hover {
  background-color: #07488e;
  color: yellow;
  box-shadow: #07488e 0 0px 0px 40px inset;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem {
  padding: 12px 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl span.lesson_title img {
  margin: 0 5px;
  vertical-align: middle;
  width: 40px;
  border-radius: 10px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl .reply_status {
  padding: 1px 7px;
  margin-left: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl .reply_status.sent {
  color: #800000;
  border: 1px solid #800000;
  background-color: #ffe0e0;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl .reply_status.teacher_comment {
  color: #7B68EE;
  border: 1px solid #7B68EE;
  background-color: #F8F8FF;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl button {
  padding: 1px 7px;
  font-size: 1em;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl button.viewkey {
  color: #097988;
  border: 1px solid #097988;
  background-color: #F5FFFA;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem dl button:hover {
  color: #DC143C;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem.show dl button.viewkey {
  background: #E4E4E4;
  color: #7d7d7d;
  cursor: default;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem {
  display: none;
  margin-top: 10px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem p.description {
  margin: 7px;
  border: none;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command {
  padding: 4px 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command i {
  margin-left: 10px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command.download {
  background-color: #FF6384;
  color: #FFFAFA;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command.play {
  background-color: #4BC0C0;
  color: #FFFAFA;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command.reply {
  background-color: #36A2EB;
  color: #FFFAFA;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem a.command:hover {
  box-shadow: 0 0 15px #7d7d7d;
  color: #f9ff00;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem .hwlinks {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem .player_frame {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem .player_frame img {
  max-width: 100%;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem .player_frame video {
  max-width: 100%;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem div.leitem .player_frame audio {
  width: 80%;
  border-radius: 90px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem.show {
  border: 1px dashed #58646D;
  background-color: #E0FFFF !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem:nth-of-type(odd) {
  background-color: #EAEAEA;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem:nth-of-type(even) {
  background-color: #d7d7d7;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview {
  margin-top: 10px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply {
  border-top: 2px double #1E90FF;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply .reply_time {
  padding: 0px 20px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #1E90FF;
  color: #F0F8FF;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply .txt {
  margin-top: 10px;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply .comment {
  color: #7B68EE;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply .comment p {
  padding: 7px;
  color: #000000;
  background-color: #F8F8FF;
  border: 1px solid #7B68EE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.around .selected_lesson .content .folio div.section_content ul.accord_file_list li.lesson_fileItem .hwview .homewrokReply .comment .date_time {
  display: block;
  text-align: left;
}
#lms_files_notice span {
  padding: 1px 10px;
  margin: 0 5px;
  background-color: #FFEFD5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#lesson_file_uploder_notice {
  font-size: 18px;
  text-align: center;
}
#lesson_file_uploder_notice a {
  color: #4169E1;
  margin: 0 5px;
}
#dl_mid_file_list ul li {
  padding: 3px;
  border-bottom: 1px solid #d7d7d7;
}
#dl_mid_file_list ul li:nth-of-type(odd) {
  background-color: #F0F8FF;
}
#dl_mid_file_list ul li:nth-of-type(even) {
  background-color: #FFF5EE;
}
@media all and (max-width: 640px) {
  .lessons_list .lessons {
    min-height: auto;
  }
  .around .lessons_list {
    width: 100%;
  }
  .around .selected_lesson {
    width: 100%;
    padding: 0;
  }
  .around .selected_lesson .content {
    min-height: auto;
  }
}
ul.notebook_file_list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px  5px;
}
ul.notebook_file_list li img {
  max-width: 100px;
}
ul.notebook_file_list li a.command {
  padding: 3px 7px 5px;
  width: 85px;
  height: 32px;
  text-align: center;
  margin: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
ul.notebook_file_list li a.command i {
  margin-left: 5px;
}
ul.notebook_file_list li a.command.download {
  background-color: #FF6384;
  color: #FFFAFA;
}
ul.notebook_file_list li a.command.view {
  background-color: #4BC0C0;
  color: #FFFAFA;
}
ul.notebook_file_list li a.command:hover {
  box-shadow: 0px 0px 7px #646464;
}
.notebook_form .after_send_message {
  display: block;
  font-size: 1.3em;
  text-align: center;
  margin-top: 20px;
}
.notebook_section .title {
  background-color: #00FA9A !important;
  color: #000000;
}
.notebook_list {
  width: 30%;
}
.notebook_list .notebookBox {
  min-height: 100vh;
}
.notebook_list .notebookBox .seemore {
  display: none;
}
.notebook_list .notebookBox .collapseList {
  display: block;
}
.notebook_list .notebookBox .collapseList.active {
  display: block;
}
.notebook_list .notebookBox h3 {
  background-color: #00FA9A;
  color: #000000;
  text-shadow: none !important;
}
.notebook_list .notebookBox h4 {
  margin: 10px 0;
  padding: 2px 20px;
  font-weight: normal;
  font-size: 1em;
}
.notebook_list .notebookBox h4.hw_todo_title {
  color: #FF54A9;
  border-bottom: 1px solid #FF54A9;
}
.notebook_list .notebookBox h4.hw_done_title {
  color: #7d7d7d;
  border-bottom: 1px solid #c8c8c8;
}
.notebook_list .notebookBox ul li {
  padding: 5px;
  margin-bottom: 5px;
}
.notebook_list .notebookBox ul li a div.lesson {
  display: block;
  font-size: 0.8em;
  color: #c8c8c8;
  padding: 0 20px;
}
.notebook_list .notebookBox ul li a div.lesson .expire_date {
  color: #FF54A9;
}
.notebook_list .notebookBox ul li a div.title {
  padding: 3px 10px;
  font-size: 1.2em;
  color: #000000;
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notebook_list .notebookBox ul.hw_todo {
  margin-bottom: 40px;
}
.notebook_list .notebookBox ul.hw_todo li a div.title {
  background: #ffdef2;
}
.notebook_list .notebookBox ul.hw_done li a div.title {
  background: #d7d7d7;
}
.notebook_list .notebookBox ul.hw_done li a .score {
  position: relative;
  background: #E99BFF;
  color: #000000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-top: -67px;
  font-size: 1.3em;
  left: 0;
  float: left;
  margin-left: 20px;
  line-height: 2.5em;
}
.notebook_reply_list .title {
  margin-bottom: 10px;
}
.notebook_reply_list ul.student_list_homeworks {
  display: flex;
  flex-wrap: wrap;
}
.notebook_reply_list ul.student_list_homeworks li {
  display: flex;
  background-color: #ffff90;
  border: 1px solid #FFD700;
  height: 30px;
  padding: 0 7px 0 15px ;
  margin: 0 10px 15px 10px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.notebook_reply_list ul.student_list_homeworks li img {
  width: 40px;
  height: 40px;
  margin-right: -12px;
  margin-left: 10px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notebook_reply_list ul.student_list_homeworks li .resend_count {
  padding: 0;
  background-color: #FFD700;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  position: relative;
  left: 0;
  margin-top: -8px;
  margin-left: 0;
  margin-right: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
}
.notebook_reply_list ul.student_list_homeworks li:hover {
  background: #b8eeff !important;
}
.notebook_reply_list ul.student_list_homeworks li.selected {
  background: #b8eeff !important;
  border: 1px solid #00BFFF !important;
}
.notebook_reply_list ul.student_list_homeworks li.teacher_seen {
  background-color: #EAEAEA;
  border: 1px solid #c8c8c8;
}
.notebook_reply_list ul.student_list_homeworks li.teacher_seen .resend_count {
  background-color: #EfEfEf;
  border: 1px solid #c8c8c8;
}
.list_of_answers .send_date_title {
  background-color: #E4E4E4;
  padding: 2px 20px;
  display: inline-block;
}
.list_of_answers .notebook_reply_std {
  border-top: 1px dashed #00BFFF;
  margin: 10px 0;
  padding: 10px;
}
.list_of_answers .notebook_reply_std .std_answer .sta_text {
  border: 1px dashed #4169E1;
  padding: 10px;
}
.list_of_answers .notebook_reply_std .std_answer .sta_files a {
  border-bottom: 1px dashed #4169E1;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  color: #4169E1;
  align-items: center;
}
.list_of_answers .notebook_reply_std .std_answer .sta_files a img {
  max-width: 40px;
  margin-left: 10px;
}
.list_of_answers .notebook_reply_std .std_answer .sta_files a:last-of-type {
  border-bottom: 2px dashed #FF69B4;
}
.list_of_answers .notebook_reply_std .detail {
  margin-bottom: 10px;
}
.list_of_answers .notebook_reply_std .detail .send_date {
  display: inline-block;
  padding: 0 10px;
  background-color: #b8eeff;
  font-size: 14px;
  border-radius: 2px;
}
.list_of_answers .notebook_reply_std .teacher_reply {
  margin-top: 20px;
}
.list_of_answers .notebook_reply_std .teacher_reply h3 {
  font-size: 1em;
}
.list_of_answers .notebook_reply_std .teacher_reply .reply_text {
  min-height: 100px;
  padding: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #F0F8FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F8FF), to(#b8eeff));
  background: -webkit-linear-gradient(top, #F0F8FF, #b8eeff);
  background: -moz-linear-gradient(top, #F0F8FF, #b8eeff);
  background: -ms-linear-gradient(top, #F0F8FF, #b8eeff);
  background: -o-linear-gradient(top, #F0F8FF, #b8eeff);
}
.list_of_answers .notebook_reply_std .teacher_reply .send_date {
  color: #1E90FF;
  text-align: left;
}
.notebook_users_assign_form {
  /*radio and check*/
}
.notebook_users_assign_form fieldset {
  border: 1px solid #39CCCC;
  padding: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-bottom: 10px;
}
.notebook_users_assign_form fieldset legend {
  padding: 0 15px 0 15px;
  color: #11A8AB;
}
.notebook_users_assign_form fieldset.col2 input[type="checkbox"] + label {
  width: 45%;
}
.notebook_users_assign_form fieldset.col3 input[type="checkbox"] + label {
  width: 32%;
}
.notebook_users_assign_form button {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.notebook_users_assign_form button.submit {
  min-width: 100px;
  margin: 7px auto;
  padding: 7px;
  background-color: #3994f5;
  border: none;
  color: #fff;
  font-size: 16px;
}
.notebook_users_assign_form button.submit:hover {
  background-color: #07488e;
}
.notebook_users_assign_form button.check_all {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 100px;
  /*height: 50px;*/
  background: none;
  border: none;
  color: #FFF;
  background-color: #11A8AB;
  /*border-bottom: 1px solid @color_blue_SummerSky;*/
}
.notebook_users_assign_form button.check_all:hover {
  background-color: #097988;
}
.notebook_users_assign_form button .fa {
  margin-left: 7px;
  vertical-align: middle;
}
.notebook_users_assign_form input[type="checkbox"]:not(:checked),
.notebook_users_assign_form input[type="checkbox"]:checked {
  visibility: hidden;
  display: none;
}
.notebook_users_assign_form input[type="checkbox"]:not(:checked) + label,
.notebook_users_assign_form input[type="checkbox"]:checked + label {
  position: relative;
  padding: 2px 10px;
  padding-right: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 4px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
}
.notebook_users_assign_form input[type="checkbox"]:checked + label {
  background-color: #e1e1e1;
  transition: all 0.2s;
}
.notebook_users_assign_form input[type="checkbox"]:not(:checked) + label:before,
.notebook_users_assign_form input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right: 4px;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.notebook_users_assign_form input[type="checkbox"]:not(:checked) + label:after,
.notebook_users_assign_form input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 20px;
  line-height: 1.2;
  color: #09ad7e;
  transition: all 0.2s;
}
.notebook_users_assign_form input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.notebook_users_assign_form input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.notebook_users_assign_form input[type="checkbox"]:disabled:not(:checked) + label:before,
.notebook_users_assign_form input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}
.notebook_users_assign_form input[type="checkbox"]:disabled:checked + label:after {
  color: #999999;
}
.notebook_users_assign_form input[type="checkbox"]:disabled + label {
  color: #aaaaaa;
}
.notebook_users_assign_form input[type="checkbox"]:checked:focus + label:before,
.notebook_users_assign_form input[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #0000ff;
}
.notebook_users_assign_form label:hover:before {
  border: 2px solid #4778d9 !important;
  background: #ffffff;
}
._box_stickers {
  flex-wrap: wrap;
  display: flex;
}
._box_stickers li {
  margin: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
._box_stickers li:hover {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
}
.stdview_stickers {
  display: flex;
  flex-wrap: wrap;
}
.stdview_stickers li {
  margin: 20px;
}
.stdview_stickers li img {
  max-width: 100%;
}
.sticker_remove {
  cursor: pointer;
  color: red;
  padding: 2px 10px;
  margin-right: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
}
.sticker_remove:hover {
  background-color: red;
  color: white;
}
@media all and (max-width: 640px) {
  .notebook_list .notebookBox {
    min-height: auto;
  }
  .notebook_list .notebookBox .seemore {
    display: inline-block;
    position: absolute;
    left: 20px;
    margin-top: 7px;
    cursor: pointer;
  }
  .notebook_list .notebookBox .seemore:before {
    content: "\f100";
  }
  .notebook_list .notebookBox .seemore.active:before {
    content: "\f103";
  }
  .notebook_list .notebookBox .collapseList {
    display: none;
  }
  .notebook_list .notebookBox .collapseList.active {
    display: block;
  }
  .around .notebook_list {
    width: 100%;
  }
  .stdview_stickers li {
    margin: 10px;
  }
  .stdview_stickers li img {
    max-width: 100%;
  }
}
.contact_list {
  width: 30%;
}
.selected_chat {
  width: 70%;
  border: 2px;
  padding: 20px;
}
.selected_chat .title {
  background-color: #e7798a;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selected_chat .content {
  min-height: 60vh;
  padding: 7px;
  background-color: #FFFAF0;
}
.selected_chat .content #messenger_view {
  width: 100%;
  max-height: 60vh;
  padding: 10px;
  min-height: 60vh;
  border: 1px solid #969696;
  resize: vertical;
  overflow: auto;
}
.selected_chat .content #messenger_view .pm_box {
  /*display: flex;*/
  width: 52%;
  margin-bottom: 7px;
}
.selected_chat .content #messenger_view .pm_box p.pm {
  padding: 7px;
  border: 1px solid #c8c8c8;
  white-space: pre-line;
  display: inline-block;
}
.selected_chat .content #messenger_view .pm_box .send_date {
  display: block;
  font-size: 0.8em;
  padding: 0 10px;
}
.selected_chat .content #messenger_view .pm_box .profile {
  text-align: center;
}
.selected_chat .content #messenger_view .pm_box .profile img {
  background: transparent;
  width: 50px;
  height: 50px;
  border: 1px solid #50597b;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  border-radius: 8em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selected_chat .content #messenger_view .pm_box.reciver {
  float: left;
  direction: ltr;
}
.selected_chat .content #messenger_view .pm_box.reciver p.pm {
  background-color: #FFF;
  direction: rtl;
  -webkit-border-radius: 0px 10px 15px 10px;
  -moz-border-radius: 0px 10px 15px 10px;
  border-radius: 0px 10px 15px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selected_chat .content #messenger_view .pm_box.reciver .send_date {
  color: #aaaaaa;
  direction: rtl;
  text-align: left;
}
.selected_chat .content #messenger_view .pm_box.sender {
  float: right;
}
.selected_chat .content #messenger_view .pm_box.sender p.pm {
  background-color: #98FB98;
  -webkit-border-radius: 10px 0 10px 15px;
  -moz-border-radius: 10px 0 10px 15px;
  border-radius: 10px 0 10px 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selected_chat .content #messenger_view .pm_box.sender .send_date {
  color: #006400;
}
.selected_chat .content #messengerfrm textarea {
  resize: none;
  width: 100%;
  border: 1px solid #969696;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.selected_chat .content #messengerfrm textarea:focus {
  background-color: #F8F8FF;
  border: 1px solid #4169E1;
}
.selected_chat .content #messengerfrm .submit {
  display: block;
  cursor: pointer;
  border: none;
  background-color: #3994f5;
  color: #fff;
  font-size: 18px;
  padding: 3px 30px;
  margin: 7px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  float: left;
}
.selected_chat .content #messengerfrm .submit:after {
  content: " ";
  clear: both;
}
.selected_chat .content #messengerfrm .submit:hover {
  background-color: #07488e;
  color: yellow;
  box-shadow: #07488e 0 0px 0px 40px inset;
}
@media all and (max-width: 640px) {
  .lessons_list .lessons {
    min-height: auto;
  }
  .contact_list {
    width: 100%;
  }
  .selected_chat {
    width: 100%;
    border: 2px;
    padding: 0;
  }
  .selected_chat .content {
    min-height: 60vh;
    padding: 7px;
    background-color: #FFFAF0;
  }
  .selected_chat .content #messenger_view {
    width: 100%;
    max-height: 60vh;
  }
  .selected_chat .content #messenger_view .pm_box {
    width: 90%;
  }
}
.oeq input[type=text],
.oeq input[type=color],
.oeq textArea {
  color: #000;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.oeq input[type=text]:focus,
.oeq input[type=color]:focus,
.oeq textArea:focus {
  box-shadow: 0 0 4px #3994f5;
  border: 1px solid #3994f5;
}
.oeq textArea {
  resize: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.oeq input[type=range],
.oeq input[type=range]:focus {
  border: none;
  box-shadow: none;
}
.oeq fieldset {
  border: 1px solid #a9d3ff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-bottom: 10px;
}
.oeq fieldset legend {
  padding: 0 15px 0 15px;
  color: #9900ff;
}
.oeq fieldset.col2 input[type="checkbox"] + label {
  width: 45%;
}
.oeq fieldset.col3 input[type="checkbox"] + label {
  width: 32%;
}
.oeq button {
  min-width: 100px;
  width: 100%;
  margin: 0 5px;
  /*margin: 7px auto;*/
  /*margin-top: 15px;*/
  padding: 7px;
  font-family: 'titr';
  display: block;
  /*        top: 0;
                position: sticky;
                z-index: 1001;*/
  cursor: pointer;
  /*background-color: #3994f5;*/
  /*border: none;*/
  /*color: #fff;*/
  font-size: 16px;
  font-size: 1.2em;
  background-color: #FF8AA3;
  border: 2px solid #e10635;
  color: #000;
  box-shadow: 3px 3px 3px #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  background-color: #006cff;
  background: linear-gradient(135deg, #22d9f1, #006cff);
  color: #fff;
  border: none;
}
.oeq button:hover {
  /*background-color: #07488e;*/
  background-color: #f82854;
  background: linear-gradient(175deg, #22d9f1, #006cff);
  box-shadow: 1px 1px 3px #555;
  color: #fff;
}
.oeq table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
.oeq .select2 {
  display: block;
}
.oeq input[type="radio"],
.oeq input[type="checkbox"] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.oeq input[type="radio"]:hover,
.oeq input[type="checkbox"]:hover {
  background: #9faab7;
}
.oeq input[type="radio"]:checked,
.oeq input[type="checkbox"]:checked {
  background: #40e0d0;
}
.oeq input[type="radio"]:checked::before,
.oeq input[type="checkbox"]:checked::before {
  content: '✔';
}
.oeq input[type="radio"]:checked::after,
.oeq input[type="checkbox"]:checked::after {
  background: #40e0d0;
}
.oeq input[type="radio"]:checked::before,
.oeq input[type="checkbox"]:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  display: inline-block;
  font-size: 23px;
  text-align: center;
  line-height: 35px;
}
.oeq input[type="radio"]:checked::after,
.oeq input[type="checkbox"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.oeq input[type="radio"]::after,
.oeq input[type="checkbox"]::after {
  border-radius: 5px;
}
.oeq input[type="radio"] + label,
.oeq input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: -10px;
  top: -11px;
  padding: 0 30px ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*background-color: red;*/
}
.oeq input[type="radio"] + label img,
.oeq input[type="checkbox"] + label img {
  max-width: 300px;
}
.oeq input[type="radio"]:checked + label,
.oeq input[type="checkbox"]:checked + label {
  background-color: #E4E4E4;
}
.oeq input[type="radio"] {
  border-radius: 50%;
}
.oeq input[type="radio"]::after {
  border-radius: 50%;
}
.oeq .new_question {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 2px solid #8ac9fd;
}
.oeq .new_question:first-of-type {
  border: none;
  margin-top: 0;
}
.oeq .new_question .result_lable {
  display: inline-block;
  border-bottom: 1px solid #999;
}
.oeq .new_question .result_lable.student_ans {
  color: #0a90ff;
  border-color: #0a90ff;
}
.oeq .new_question .result_lable.correct_ans {
  color: #e6000b;
  border-color: #e6000b;
}
.oeq .TFComponent {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.oeq .TFComponent input[type="radio"] {
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*top: 13.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.oeq .TFComponent input[type="radio"]:hover {
  background: #9faab7;
}
.oeq .TFComponent input[type="radio"]:checked:first-of-type {
  background: #40e0d0;
}
.oeq .TFComponent input[type="radio"]:checked:first-of-type::before {
  content: '✔';
}
.oeq .TFComponent input[type="radio"]:checked:first-of-type::after {
  background: #40e0d0;
}
.oeq .TFComponent input[type="radio"]:checked:last-of-type {
  background: #f33434;
}
.oeq .TFComponent input[type="radio"]:checked:last-of-type::before {
  content: '\2718';
}
.oeq .TFComponent input[type="radio"]:checked:last-of-type::after {
  background: #ff8484;
}
.oeq .TFComponent input[type="radio"]:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  display: inline-block;
  font-size: 23px;
  text-align: center;
  line-height: 35px;
}
.oeq .TFComponent input[type="radio"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.oeq .TFComponent input[type="radio"]::after {
  border-radius: 50%;
}
.oeq .TFComponent input[type="radio"] + label {
  position: relative;
  color: #BBB;
  margin-right: 7px;
  top: -13px;
}
.oeq .TFComponent .TF_lable {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 5px;
}
.oeq .question_body {
  padding: 10px;
  margin: 5px;
  margin-bottom: 15px;
  border: 1px solid #8ac9fd;
  background-color: #e8f8ff;
  background-color: #FFF;
}
.oeq .question_body a {
  display: inline-block;
  padding: 1px 10px;
  background-color: #e8f8ff;
  border: 1px solid #8ac9fd;
  color: #0c38ff;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 4px #888;
  -moz-box-shadow: 1px 1px 4px #888;
  box-shadow: 1px 1px 4px #888;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.oeq .question_body a i {
  margin-left: 5px;
}
.oeq .question_body a:hover {
  background-color: #ffffb4;
  -webkit-box-shadow: 0px 0px 4px #888;
  -moz-box-shadow: 0px 0px 4px #888;
  box-shadow: 0px 0px 4px #888;
}
.oeq .question_body img {
  max-width: 100%;
}
.oeq .offlinestdans,
.simpleForm .offlinestdans {
  display: inline-block;
  padding: 1px 10px;
  background-color: #e8ffef;
  border: 1px solid #3efb60;
  color: #000;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 4px #888;
  -moz-box-shadow: 1px 1px 4px #888;
  box-shadow: 1px 1px 4px #888;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.oeq .offlinestdans i,
.simpleForm .offlinestdans i {
  margin-left: 5px;
}
.oeq .offlinestdans:hover,
.simpleForm .offlinestdans:hover {
  background-color: #ffffb4;
  -webkit-box-shadow: 0px 0px 4px #888;
  -moz-box-shadow: 0px 0px 4px #888;
  box-shadow: 0px 0px 4px #888;
}
#submit_box {
  display: flex;
  top: 0;
  position: sticky;
  z-index: 1001;
}
#submit_box #submit_timer {
  width: 200px;
  margin: 0 5px;
  text-align: center;
  box-shadow: 3px 3px 3px #555;
  background-color: #006cff;
  color: #fff;
  font-size: 1.1em;
  font-family: 'titr';
  letter-spacing: 10px;
  line-height: 2.5;
  text-shadow: 1px 1px 5px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 4s all ease;
  -moz-transition: 4s all ease;
  -ms-transition: 4s all ease;
  -o-transition: 4s all ease;
}
.exam_title {
  color: #fff;
  margin-top: 5px;
  font-size: 1.2em;
}
.exam_list_menu {
  width: 100%;
  border: 2px;
  margin-top: 20px;
}
.exam_list_menu div.title {
  background-color: #dfd0ff !important;
  color: #000000;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.exam_list_menu div.title.exam_view_title {
  justify-content: space-between;
  display: flex;
}
.exam_list_menu div.title.exam_view_title a {
  /*color: @color_blue_Cerulean_dark;*/
  color: #800000;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.exam_list_menu div.title.exam_view_title a i {
  margin: 0 7px;
}
.exam_list_menu div.title.exam_view_title a:hover {
  margin-left: 0;
}
.exam_list_menu ul {
  padding: 20px;
  background-color: #FFFAF0;
}
.exam_list_menu ul li {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #c8c8c8;
}
.exam_list_menu ul li section.status {
  display: block;
  font-size: 0.8em;
  color: #c8c8c8;
  padding: 0 20px;
}
.exam_list_menu ul li section.title {
  padding: 3px 10px;
  font-size: 1em;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction: rtl;
  background: #E4E4E4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.exam_list_menu ul li section.title div.lesson_frame {
  width: 300px;
}
.exam_list_menu ul li section.title div.date_frame {
  width: 190px;
}
.exam_list_menu ul li section.title div.time_start_frame {
  width: 190px;
}
.exam_list_menu ul li section.title div.time_end_frame {
  width: 200px;
}
.exam_list_menu ul li section.title div.status_frame {
  width: 200px;
}
.exam_list_menu ul li section.title div.result_frame {
  width: 200px;
}
.exam_list_menu ul li section.title span {
  padding: 0 5px;
  margin: 5px 2px;
  margin-left: 10px;
  /*line-height: 2.5;*/
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.exam_list_menu ul li section.title span.lesson {
  background-color: #FFFACD;
  border: 1px solid #FFDAB9;
}
.exam_list_menu ul li section.title span.date {
  background-color: #b8eeff;
  border: 1px solid #00BFFF;
}
.exam_list_menu ul li section.title span.time_start {
  background-color: #ADFF2F;
  border: 1px solid #32CD32;
}
.exam_list_menu ul li section.title span.time_end {
  background-color: #f7cac9;
  border: 1px solid #DC143C;
}
.exam_list_menu ul li section.title span.status {
  background-color: #EfEfEf;
  border: 1px solid #E99BFF;
}
.exam_list_menu ul li section.title.prev {
  background-color: transparent;
  color: #323232;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.exam_list_menu ul li section.title.prev span.lesson {
  background-color: transparent;
  border: 1px solid #FFDAB9;
}
.exam_list_menu ul li section.title.prev span.date {
  background-color: transparent;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
}
.exam_list_menu ul li section.title.prev span.result {
  /*                                color:@color_blue_Deep_Sky;
                                                                border: 1px solid @color_blue_Deep_Sky;*/
  color: #000000;
  background-color: #FFFACD;
  border: 1px solid #FFDAB9;
}
.exam_list_menu ul li section.title.prev span.empty {
  background-color: transparent;
  border: none;
}
.exam_list_menu ul li section.title.prev span.status {
  background-color: transparent;
  color: #323232;
}
.exam_list_menu ul li .score {
  position: relative;
  background: #E99BFF;
  color: #000000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-top: -67px;
  font-size: 1.3em;
  left: 0;
  float: left;
  margin-left: 20px;
  line-height: 2.5em;
}
.exam_list_menu ul li .command_button a {
  color: #00ABC0;
  margin-left: 10px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.exam_list_menu ul li .command_button a i {
  font-size: 1.8em;
}
.exam_list_menu ul li .command_button a.cmd_view_paper {
  color: #008cca;
}
.exam_list_menu ul li .command_button a.cmd_view_comment {
  color: #E64C65;
}
.exam_list_menu ul li .command_button a.cmd_view_comment span {
  display: none;
}
.exam_list_menu ul li .command_button a:hover {
  color: #8792bc;
}
.exam_list_menu .exam_view_content {
  padding: 20px;
  background-color: #FFFAF0;
}
.exam_list_menu .exam_view_content .description {
  font-weight: normal;
}
#add_to_exam {
  flex-wrap: wrap;
  display: flex;
}
#add_to_exam label {
  width: 100% !important;
  line-height: 2.2em;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: 3px;
}
#add_to_exam label div {
  margin: 0 5px;
}
#add_to_exam label div span {
  margin: 0 2px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#add_to_exam label .title {
  width: 350px;
}
#add_to_exam label .lesson {
  background-color: #FFFACD;
  border: 1px solid #FFDAB9;
}
#add_to_exam label .date {
  background-color: #b8eeff;
  border: 1px solid #00BFFF;
}
#add_to_exam label .time_start {
  background-color: #ADFF2F;
  border: 1px solid #32CD32;
}
#add_to_exam label .time_end {
  background-color: #f7cac9;
  border: 1px solid #DC143C;
}
#add_to_exam label .status {
  background-color: #EfEfEf;
  border: 1px solid #dfd0ff;
}
@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.8;
    position: relative;
  }
  100% {
    height: 60px;
    width: 60px;
    margin-right: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}
.button {
  color: #FFF;
  display: inline-block;
  background-color: #394264;
  padding: 6px 24px;
  /*margin: 2ps 5px;*/
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:active {
  position: relative;
  top: 1px;
}
.button i {
  margin: 0 5px;
}
.button.orange {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border: 1px solid #ffaa22;
  color: #333333;
  text-shadow: 0px 1px 0px #ffee66;
}
.button.orange:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.button.red {
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  background-color: #f24537;
  border: 1px solid #d02718;
  text-shadow: 0px 1px 0px #810e05;
}
.button.red:hover {
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  background-color: #c62d1f;
}
.button.blue {
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  background-color: #79bbff;
  border: 1px solid #84bbf3;
}
.button.blue:hover {
  background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
  background-color: #378de5;
}
.button.green {
  background-color: #44c767;
  border: 1px solid #18ab29;
  text-shadow: 0px 1px 0px #2f6627;
}
.button.green:hover {
  background-color: #5cbf2a;
}
.button.dark {
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border: 1px solid #4e6096;
  color: #ffffff;
  text-shadow: 0px 1px 0px #283966;
}
.button.dark:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.button.white {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #666666;
  text-shadow: 0px 1px 0px #ffffff;
}
.button.white:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
}
.gifts_showcase .gifts_show {
  background-color: #394264;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 7px #000;
  -moz-box-shadow: 3px 3px 7px #000;
  box-shadow: 3px 3px 7px #000;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
.gifts_showcase .gifts_show h2 {
  background-color: #7FDBFF;
  text-align: center;
  font-family: 'koodak';
  margin-bottom: 10px;
  font-size: 1.2em;
}
.gifts_showcase .gifts_show ul {
  align-items: flex-end;
  align-content: space-around;
  flex-wrap: wrap;
  display: flex;
}
.gifts_showcase .gifts_show ul li {
  width: 250px;
  border: 1px solid #8792bc;
  margin: 15px auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifts_showcase .gifts_show ul li div {
  display: block;
  font-family: 'koodak';
  font-size: 16px;
  padding: 3px 10px;
  color: #c7ffdf;
}
.gifts_showcase .gifts_show ul li div.image {
  background: no-repeat center top;
  background-size: contain;
  height: 240px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifts_showcase .gifts_show ul li div.ttl {
  background-color: #c7ffdf;
  color: #1F253D;
}
.gifts_showcase .gifts_show ul li div.score {
  background-color: #7FDBFF;
  color: #1F253D;
  height: 35px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 0;
  font-family: 'titr';
  font-size: 20px;
  line-height: 30px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifts_showcase .gifts_show ul li div.score span {
  font-size: 18px;
  margin-right: 4px;
}
.gifts_showcase .gifts_show ul li a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 2px;
  margin-top: 10px;
  border: none;
  font-family: 'titr';
  font-size: 18px;
  color: #000;
  border-top: 1px dotted #8792bc;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifts_showcase .gifts_show ul li a.active {
  background-color: #FFDC00;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.gifts_showcase .gifts_show ul li a.active:hover {
  -webkit-box-shadow: 3px 3px 7px #000000;
  -moz-box-shadow: 3px 3px 7px #000000;
  box-shadow: 3px 3px 7px #000000;
}
.gifts_showcase .gifts_show ul li a.selected {
  /*background-color: #01FF70;*/
  /*color: #2ECC40;*/
  color: #01FF70;
}
.gifts_showcase .gifts_show ul li a.disabled {
  /*background-color: transparent;*/
  color: #FF6384;
  cursor: default;
}
.gifts_showcase .gifts_show ul li a.ended {
  /*background-color: @color_grey_004;*/
  /*color: @color_grey_008;*/
  color: #7d7d7d;
  cursor: default;
}
.gifts_showcase .summary {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  /*margin-bottom: 10px;*/
  -webkit-box-shadow: 3px 3px 7px #000000;
  -moz-box-shadow: 3px 3px 7px #000000;
  box-shadow: 3px 3px 7px #000000;
}
.gifts_showcase .summary .score_history_sumbox {
  width: 30%;
  margin-left: 15px;
}
.gifts_showcase .summary .score_history_sumbox h3 {
  background-color: #FFFEB5;
  padding: 0 15px;
  font-size: 1em;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifts_showcase .summary .score_history_sumbox .sumScore {
  width: 3em;
  height: 3em;
  padding: 15px;
  font-size: 2em;
  background-color: #ffa84b;
  border-radius: 100%;
  margin: 15px auto;
  border: 5px solid #ffd281;
  line-height: 2em;
  text-align: center;
  font-family: titr;
}
.gifts_showcase .summary .score_history_giftlist {
  width: 50%;
}
.gifts_showcase .summary .score_history_giftlist h3 {
  background-color: #01FF70;
  color: #000;
  padding: 0 15px;
  font-size: 1em;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifttable {
  padding: 10px 5px;
}
.gifttable tr td {
  font-family: 'koodak';
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gifttable tr td:nth-child(1) {
  width: 40px;
}
.gifttable tr td:nth-child(2) {
  width: 300px;
}
.gifttable tr td:nth-child(3) {
  width: 70px;
}
.gifttable tr td:nth-child(4) {
  width: 40px;
}
.gifttable tr:nth-child(odd) td {
  background-color: #8792bc;
  color: #1F253D;
}
.gifttable tr:nth-child(even) td {
  background-color: #50597b;
  color: #d7d7d7;
}
.gifttable tr:last-child td,
.gifttable tr:first-child td {
  background-color: transparent;
}
.gifttable a.removegft {
  color: #FF4136;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}
.gifttable a.removegft:hover {
  color: #fcb150;
}
.gifttable i.takedgft {
  color: #01FF70;
}
.gifttable span {
  color: #f9ff00;
  text-shadow: 1px 1px 1px #000;
  font-family: 'koodak';
  font-size: 20px;
}
.gift_selection .gifttable tr td:nth-child(1) {
  width: 40px;
}
.gift_selection .gifttable tr td:nth-child(2) {
  width: 280px;
}
.gift_selection .gifttable tr td:nth-child(3) {
  width: 70px;
}
@media all and (max-width: 600px) {
  .gifts_showcase .summary {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gifts_showcase .summary .score_history_sumbox {
    width: 100% ;
    margin-left: 15px;
  }
  .gifts_showcase .summary .score_history_sumbox h3 {
    font-size: 1em;
  }
  .gifts_showcase .summary .score_history_giftlist {
    width: 100%;
  }
  .gifts_showcase .summary .score_history_giftlist h3 {
    background-color: #01FF70;
    color: #000;
    padding: 0 15px;
    font-size: 1em;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#notebook_stack {
  justify-content: space-between;
  display: flex;
}
#notebook_stack .std_list {
  width: 28%;
}
#notebook_stack .std_list ul li {
  width: 300px;
  margin: 15px 0 ;
}
#notebook_stack .std_list ul li .nb_std {
  display: flex;
  background-color: #ffff90;
  /*border: 1px solid @color_gold_gold;*/
  height: 30px;
  padding: 0 7px 0 15px ;
  cursor: pointer;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
#notebook_stack .std_list ul li .nb_std img {
  width: 40px;
  height: 40px;
  margin-right: -12px;
  margin-left: 10px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#notebook_stack .std_list ul li .nb_detail {
  background-color: #b8eeff;
  padding: 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#notebook_stack .notebook_answer {
  width: 70%;
  /*min-height: 100vh;*/
  /*background-color: #FFFAF0;*/
}
#notebook_stack .notebook_answer #show_student_answers {
  background-color: #FFFAF0;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#notebook_stack .notebook_answer #show_student_answers .feedback {
  text-align: center;
}
.book_header {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin: 5px auto;
  /*justify-content: space-between;*/
}
.book_header .header {
  width: 120px;
  padding: 0 20px ;
  display: block;
  font-size: 18px;
  color: #000;
  text-align: center;
  -webkit-transition: 0.9s all ease;
  -moz-transition: 0.9s all ease;
  -ms-transition: 0.9s all ease;
  -o-transition: 0.9s all ease;
}
.book_header .header:hover {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  background-color: #ffe0e0;
}
.book_header .headerA {
  padding: 0 20px 0 30px ;
  background-color: #11ffa6;
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0% 100%);
}
.book_header .headerB {
  padding: 0 30px 0 20px ;
  margin-right: -20px;
  background-color: #a9efff;
  clip-path: polygon(0 0, 100% 0%, 95px 100%, 0% 100%);
}
.book_header h1,
.book_header h2 {
  padding: 0 20px 0 50px;
  font-weight: normal;
  display: block;
  margin: 5px 0;
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0% 100%);
}
.book_header h1 {
  font-size: 18px;
  width: 120px;
  background-color: #11ffa6;
}
.book_header h2 {
  font-size: 16px;
  width: 350px;
  background-color: #a9efff;
}
#bookLibrary .main ul.list_of_books {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
#bookLibrary .main ul.list_of_books li {
  margin: 10px 10px;
}
#bookLibrary .main ul.list_of_books li:hover {
  -webkit-box-shadow: 5px 5px 8px #121212;
  -moz-box-shadow: 5px 5px 8px #121212;
  box-shadow: 5px 5px 8px #121212;
}
#bookLibrary .main .book_item {
  /*width: 220px;*/
  min-width: 220px;
  height: 365px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
#bookLibrary .main .book_item section.detail {
  /*width: 220px;*/
  width: 100%;
  display: block;
  color: #034f84;
}
#bookLibrary .main .book_item section.detail h3 {
  background-color: #0074D9;
  text-shadow: 1px 1px 4px #111;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bookLibrary .main .book_item section.detail .image {
  width: 100%;
  /*height: 220px;*/
  height: 210px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#bookLibrary .main .book_item section.detail .filters {
  margin: 7px;
}
#bookLibrary .main .book_item section.detail .filters span {
  padding: 0 10px;
  color: #000;
  cursor: default;
  margin-left: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bookLibrary .main .book_item section.detail .filters.subject span {
  background-color: #11ffa6;
}
#bookLibrary .main .book_item section.detail .filters.ages {
  margin-bottom: 12px;
}
#bookLibrary .main .book_item section.detail .filters.ages span {
  background-color: #b8eeff;
}
#bookLibrary .main .book_item section.detail .sts_box {
  justify-content: space-between;
  display: flex;
  background-color: #E4E4E4;
  padding-top: 3px;
  bottom: 0;
}
#bookLibrary .main .book_item section.detail .sts_box .more_btn {
  padding: 3px 10px !important;
  transform: translateY(-4px);
}
#bookLibrary .main .book_item section.detail .sts_box .more_btn.requested {
  background: none;
  color: black;
  text-shadow: none;
  border: none;
  font-weight: normal;
  background-color: #FF9F40 !important;
}
#bookLibrary .main .book_item section.detail .sts_box .not_exist {
  color: #FF4500;
  margin-left: 5px;
}
#bookLibrary .main .book_item section.detail .sts_box .not_exist.available {
  display: none;
}
#bookLibrary .main .book_item section.detail .sts_box .no_reserve {
  color: #097988;
  margin-left: 5px;
  display: none;
}
#bookLibrary .main .book_item section.detail .sts_box .no_reserve.reserved {
  display: inline-block;
}
#bookLibrary .main .book_item section.detail .empty {
  display: none;
}
#bookLibrary .main .book_item section.abstract {
  display: none;
  opacity: 0;
}
#bookLibrary .main .book_item.requested {
  opacity: 0.9;
}
#bookLibrary .main .book_item.requested .detail h3 {
  background-color: #FF9F40;
}
.books_transactions h3.box_title {
  background: #7FDBFF;
  color: #333;
}
.books_transactions p.warning {
  margin-top: 15px;
  color: #800000;
  text-align: center;
}
.books_transactions ul li {
  padding: 3px 7px;
  border: 1px dashed #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.books_transactions ul li:nth-of-type(even) {
  background-color: #F0FFFF;
}
.books_transactions ul li div {
  width: 200px;
  margin: 2px 5px;
  padding: 0 5px;
  line-height: 31px;
}
.books_transactions ul li div.command {
  width: 50px;
}
.books_transactions ul li div.command button {
  border: none;
  background: none;
  background-color: #DC143C;
  color: #fff;
  font-weight: normal;
  padding: 0 7px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.books_transactions ul li div.command button:hover {
  box-shadow: 2px 2px 4px #333;
}
.books_transactions ul li div.bookName {
  text-align: right;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.books_transactions ul li div.req_date,
.books_transactions ul li div.out_date,
.books_transactions ul li div.ret_date {
  direction: ltr;
  width: 200px;
  border: 1px solid #aaaaaa !important;
  padding: 0 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.books_transactions ul li div.bookName.header {
  border: 1px solid #aaaaaa !important;
  padding: 0 5px;
  text-align: center;
  /*background-color: @color_green_palegreen;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.books_transactions ul li div.bookName.header {
  background-color: transparent;
}
.books_transactions ul li div.req_date.header {
  background-color: transparent;
}
.books_transactions ul li div.out_date.header {
  background-color: transparent;
}
.books_transactions ul li div.ret_date.header {
  background-color: transparent;
}
.books_transactions ul li div.req_date {
  background-color: #98FB98;
}
.books_transactions ul li div.out_date {
  background-color: #b8eeff;
}
.books_transactions ul li div.ret_date {
  background-color: #f7cac9;
}
.books_transactions ul li div.state {
  width: 125px;
  height: 35px;
  text-align: center;
}
.search_form {
  display: block;
  position: fixed;
  left: -198px;
  width: 200px;
  background-color: #F0FFFF;
  padding: 10px;
  z-index: 100;
  box-shadow: 4px 4px 5px #444;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search_form.show {
  left: -3px;
}
.search_form .fbtn {
  position: absolute;
  right: -33px;
  top: 4px;
  width: 35px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  background-color: #FFD700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.filter_list {
  display: flex;
  flex-wrap: wrap;
}
.filter_list .filter_item {
  margin: 5px 10px ;
  color: #d7d7d7;
}
.filter_list .filter_item select {
  margin-right: 5px;
  font-size: 14px;
  min-width: 50px;
}
.filter_list .filter_item select.ages {
  width: 50px;
  text-align: center;
}
.filter_list .filter_item.fcheck {
  display: flex;
}
.filter_list .filter_item.fcheck .lable {
  margin-right: 5px;
}
.filter_list .filter_item .filter_available {
  /*width: 130px;*/
  width: 50px;
  height: 26px;
  background: #333;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.filter_list .filter_item .filter_available:after {
  /*content: 'همه';*/
  content: '\2716';
  color: #EF001B;
  position: absolute;
  right: 5px;
  z-index: 0;
}
.filter_list .filter_item .filter_available:before {
  /*content: 'فقط موجود';*/
  content: "\2714";
  /*color: @color_blue_Electric;*/
  color: #ADFF2F;
  position: absolute;
  left: 5px;
  z-index: 0;
}
.filter_list .filter_item .filter_available label {
  display: block;
  /*width: 62px;*/
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.filter_list .filter_item .filter_available input[type=checkbox] {
  visibility: hidden;
}
.filter_list .filter_item .filter_available input[type=checkbox]:checked + label {
  /*left: 67px;*/
  left: 25px;
}
@media (max-width: 1200px) {
  #bookLibrary .main #modal_selected.selected .selected_item {
    width: 80%;
  }
}
@media (max-width: 616px) {
  #bookLibrary .main #modal_selected.selected .selected_item {
    z-index: 1001;
    width: 95%;
    height: 95%;
    display: flex;
    position: absolute;
  }
  #bookLibrary .main #modal_selected .selected_item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    overflow-y: auto;
  }
  #bookLibrary .main #modal_selected .selected_item section.detail {
    width: 100%;
  }
  #bookLibrary .main #modal_selected .selected_item section.abstract {
    width: 100%;
  }
  #bookLibrary .main ul.list_of_books li {
    margin: 10px 0;
  }
  #bookLibrary .main .book_item,
  #bookLibrary .main .selected_item {
    width: 90%;
    height: 365px;
  }
  #bookLibrary .main .book_item section.detail,
  #bookLibrary .main .selected_item section.detail {
    width: 100%;
  }
  #bookLibrary .main .book_item section.detail .image,
  #bookLibrary .main .selected_item section.detail .image {
    width: 100%;
    height: 220px;
    background-size: contain;
  }
}
body {
  background: #1F253D;
}
.wrap {
  direction: rtl;
  width: 100%;
  margin: 0 auto;
  padding: 0 2em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.main-content {
  margin-top: 10px;
}
.main {
  min-height: 80vh;
}
.bbb_waiting {
  font-family: 'titr';
  font-size: 2em;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding-top: 30vh;
}
.bbb_waiting i {
  margin: 0 20px;
}
form.theme-nsdn div.frmbox {
  background: #50597b;
  border: 1px solid #1F253D;
  padding: 5px 0;
  margin: 25px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  outline: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
form.theme-nsdn div.frmbox:hover {
  border: 1px solid #11A8AB;
}
form.theme-nsdn div.frmbox i img {
  vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  height: 27px !important;
  font-size: 14px !important;
  padding: 0 1em !important;
  color: #000;
}
nav.vertical ul li {
  display: block;
}
nav.horizontal ul li {
  display: inline-block;
}
.main .flexible {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  grid-gap: 15px;
  grid-auto-flow: dense;
}
.button a {
  display: inline-block;
  background: #4fc4f6;
  padding: 15px 2.5em;
  color: #FFF;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-apperance: none;
}
.button a:hover {
  background: #48b2df;
}
.copy-right {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  bottom: 5px;
  right: 10px;
}
.copy-right p {
  color: #9099B7;
  font-size: 0.85em;
  line-height: 1.8em;
}
.copy-right p a {
  color: #11A8AB;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.copy-right p a:hover {
  color: #FFF;
  text-decoration: underline;
}
.wrap.content2nd {
  direction: rtl;
  align-items: flex-start;
  display: flex;
}
.wrap.content2nd .boxing {
  /*margin: @margin;*/
}
.wrap.content2nd .sidebox {
  width: 27%;
}
.wrap.content2nd .pgbox {
  width: 70%;
  margin-right: 3%;
}
.wrap.content2nd .pgbox .title {
  margin-top: 10px;
  border-bottom: 1px solid #50597b;
  padding: 10px;
  font-size: 20px;
  font-family: Titr;
  color: #fff;
}
.score_history,
.msg_history {
  -webkit-box-shadow: 3px 3px 7px #000;
  -moz-box-shadow: 3px 3px 7px #000;
  box-shadow: 3px 3px 7px #000;
  background-color: #394264;
  overflow: auto;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
.msg_history .no_messages_sent {
  background-color: #FF4136;
  color: #FFF;
}
.msg_history .no_messages_inbox {
  background-color: #3D9970;
  color: #FFF;
}
.msg_history button.viewchat {
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px 5px 5px 5px;
  line-height: 1em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.msg_history button.viewchat.sent_red {
  background-color: #FF4136;
}
.msg_history button.viewchat.sent_red:hover {
  background-color: #f9ff00;
}
.msg_history button.viewchat.sent_green {
  background-color: transparent;
  border: 1px solid #f9ff00;
  color: #dd4132;
}
.msg_history button.viewchat.sent_green:hover {
  color: #f9ff00;
}
.msg_history button.viewchat:hover {
  -webkit-box-shadow: 2px 2px 4px #000;
  -moz-box-shadow: 2px 2px 4px #000;
  box-shadow: 2px 2px 4px #000;
}
.surveyBox ul {
  /*text-align: center;*/
  display: flex;
  flex-wrap: wrap;
}
.surveyBox ul li {
  margin: 10px;
}
.surveyBox ul li a {
  display: inline-block;
  padding: 0 20px 3px 20px;
  text-align: center;
  font-family: 'titr';
  color: #203E4A;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.surveyBox ul li a i {
  margin-right: 10px;
  padding-top: 3px;
}
table.scoreList,
table.msgList {
  color: #FFF;
  margin-bottom: 10px;
  border-spacing: 10px;
  direction: rtl;
  border-collapse: separate;
  width: 100%;
}
table.scoreList td,
table.msgList td {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 16px;
  font-family: 'koodak';
  padding: 2px 0 ;
  border: 1px solid #1F253D;
}
table.scoreList td.newScore,
table.msgList td.newScore {
  color: #f9ff00;
}
table.scoreList tr:nth-child(even) td,
table.msgList tr:nth-child(even) td {
  background-color: #50597b;
}
.msg_sender {
  -webkit-box-shadow: 3px 3px 7px #000000;
  -moz-box-shadow: 3px 3px 7px #000000;
  box-shadow: 3px 3px 7px #000000;
}
.msg_sender h3 {
  color: #FFF;
  background-color: #FF4136;
}
.msg_sender form.msg_form {
  margin: 10px 0;
}
.msg_sender form.msg_form span {
  display: block;
  width: 90%;
  text-align: right;
  color: #FFF;
  margin: 0 auto;
}
.msg_sender form.msg_form input[type="text"],
.msg_sender form.msg_form textarea,
.msg_sender form.msg_form #select-items {
  width: 90%;
  background: #FFF;
  color: #1F253D;
  margin: 5px auto;
  padding: 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.msg_sender form.msg_form input[type="text"]:focus,
.msg_sender form.msg_form textarea:focus,
.msg_sender form.msg_form #select-items:focus {
  /*background: #0074D92;*/
  background: #63B6FF;
}
.msg_sender form.msg_form #select-items {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("../images/icon-select.png") no-repeat 10% 50%;
}
.msg_sender form.msg_form #select-items select {
  padding: 3px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.msg_sender form.msg_form #select-items select:focus {
  outline: none;
}
.msg_sender form.msg_form button {
  padding: 4px 30px !important;
  color: #FFF;
  font-size: 1.2em;
  cursor: pointer;
  border: none;
  outline: none;
  background: #FF4136;
  -webkit-box-shadow: 5px 5px 7px #000;
  -moz-box-shadow: 5px 5px 7px #000;
  box-shadow: 5px 5px 7px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-apperance: none;
}
.msg_sender form.msg_form button:hover {
  -webkit-box-shadow: 1px 1px 4px #000;
  -moz-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.msg_sender div.reply {
  direction: rtl;
  padding: 15px 10px;
  font-family: 'koodak';
  text-align: justify;
  margin-bottom: 10px;
}
.msg_sender div.reply p {
  color: #FFF;
}
.msg_sender div.reply p:first-child {
  text-align: center;
  color: #f9ff00;
}
.viewchatBox h3 {
  background-color: transparent;
  border: 1px solid #3D9970;
  padding: 0.6em;
  display: inline-block;
  margin-bottom: 0.6em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.viewchatBox .eachMessage .msgtext {
  padding: 5px;
  padding-right: 15px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.viewchatBox .eachMessage .sender_box {
  /*background-color: #3D99704;*/
  background-color: #ADFF2F;
}
.viewchatBox .eachMessage .reciver_box {
  background-color: #d7d7d7;
}
.viewchatBox .eachMessage .detail {
  font-size: smaller;
  color: #7d7d7d;
}
@media only screen and (max-width: 1680px) {
  .graph canvas {
    padding: 20px 58px;
  }
}
@media only screen and (max-width: 1600px) {
  .graph canvas {
    padding: 20px 48px;
  }
}
@media only screen and (max-width: 1366px) {
  .wrap {
    width: 90%;
  }
  .graph canvas {
    padding: 20px 38px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap {
    width: 95%;
  }
  .chart_list li {
    width: 24.75%;
  }
  .graph canvas {
    padding: 20px 27px;
  }
}
@media all and (max-width: 1024px) {
  .wrap {
    width: 98%;
    padding: 0;
  }
  .chart .chart_list li {
    width: 24.6%;
  }
  .graph canvas {
    padding: 20px 0;
  }
}
@media all and (max-width: 800px) {
  .main .flexible {
    display: block;
    align-items: center;
  }
  body {
    margin: 10px 0;
  }
  .column_left {
    float: none;
    width: 100%;
  }
  .column_middle {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .column_right {
    float: none;
    width: 100%;
  }
  .graph canvas {
    padding: 20px 13.57em;
  }
  .profile_details {
    margin: 15px;
    float: left;
  }
  .profile_details #loginContainer {
    padding-right: 0;
  }
  .profile_details #loginContainer #loginButton {
    flex-direction: row-reverse;
  }
  .profile_details #loginContainer #loginBox {
    right: auto;
    left: -10px;
  }
  .profile_details #loginContainer #loginBox #loginForm:after {
    left: 6px;
    right: 92%;
    top: -6px;
  }
  .profile_details #loginContainer .chart h4 {
    right: 13em;
  }
  .wrap.content2nd {
    direction: rtl;
    display: block;
  }
  .wrap.content2nd .sidebox {
    width: auto;
    margin: 30px 0;
  }
  .wrap.content2nd .pgbox {
    width: auto;
    margin: 30px 0;
  }
}
@media all and (max-width: 640px) {
  .wrap {
    padding: 0;
  }
  .graph canvas {
    padding: 20px 8.8em;
  }
}
@media all and (max-width: 480px) {
  .wrap {
    width: 95%;
  }
  .graph canvas {
    padding: 20px 0em;
  }
}
@media all and (max-width: 320px) {
  .wrap {
    width: 95%;
  }
  .chart_list li {
    width: 24.6%;
  }
  .lastnews_list li {
    padding: 1em;
  }
  .profile_picture {
    padding: 1em 2em;
  }
  .graph {
    margin-top: 15px;
  }
  .graph canvas {
    padding: 20px 0em;
  }
  .main {
    padding: 15px 0;
  }
  .chart {
    margin-top: 15px;
  }
  .chart h4 {
    right: 4.4em;
  }
  .video_palyer {
    margin-top: 15px;
  }
  .video_palyer iframe {
    height: 160px;
  }
  .social_network_likes {
    margin-top: 15px;
  }
  .weather {
    margin-top: 15px;
  }
  .lastnews {
    margin-top: 15px;
  }
  .social_networks {
    margin-top: 15px;
  }
  .downloading_uploading {
    margin-top: 15px;
  }
  .date_events {
    margin-top: 15px;
  }
  .calender {
    margin-top: 15px;
  }
}
/*pallet*/
