@font-face {
  font-family: "Open Sans";
  src: url("OpenSans/OpenSans-Regular.ttf") format("truetype");
}

html {
  --sidebar-width: 200px;
  --navbar-height: 4rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 13px;
  background-color: #e4e6e9;
  font-family: Open Sans, sans-serif;
}
.btn {
  border-radius: 6px;
}
.backwhite {
  background-color: white;
}
.navbar {
  height: auto;
  visibility: visible;
}
.main-container.container-fluid {
  background-color: white;
}
.main-container.ace-save-state {
  background-color: white;
}
.sidebar {
  float: left;
}
.f_left {
  margin-right: auto;
}
.f_right {
  margin-left: auto;
}

.small,
small {
  font-size: 85%;
}
.schoolName_ot > .navbar-inner > .container-fluid {
  padding: 0 10px;
}
.navbar {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
  background: #438eb9;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(67, 142, 185);
}

.main-container:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  max-width: inherit;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.navbar.licensepage_nav {
  background-color: #f8f8f8;
  padding: 5px 50px;
}
.footer_main {
  min-height: 70px;
}
.input_area {
  float: left;
}
.form-inline {
  display: inline;
}
.form-inline .form-group,
.form-inline label {
  display: inline-block;
}
.fc-view-container,
.fc-view.fc-timeGridDay-view.fc-timeGrid-view {
  display: flex;
}
.badge {
  border-radius: 1rem;
  font-weight: 400;
}
.badge-info,
.badge.badge-info,
.label-info,
.label.label-info {
  background-color: #3a87ad;
}
.label {
  font-size: 12px;
  line-height: 1.15;
  height: 20px;
  background-color: #abbac3;
  border-radius: 0;
  text-shadow: none;
  font-weight: 400;
  color: #fff;
}
.page-contents-wapper
  .slidebookContainer
  .dictationBookContainer
  span.dicLevel {
  font-size: 18px;
}
/* portfolio */
.portfolio-content .portfolio-content-inner h3.pageTitle {
  margin-top: 20px;
}
.table > thead > tr > th:first-child {
  border-left-color: #f1f1f1;
}
.table > thead > tr {
  color: #707070;
  font-weight: 400;
  background: #f2f2f2;
  background-image: linear-gradient(180deg, #f8f8f8 0, #ececec);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(242, 242, 242);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ececec);
  background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(180deg, #f8f8f8 0, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}

.navbar-brand {
  display: list-item;
  padding: 15px 12px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar .navbar-brand {
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

.burger-arrowed > .bars {
  margin-left: 7px;
  margin-top: 2px;
}
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
}
table {
  width: 100%;

  word-break: break-all;
  word-wrap: break-all;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
}
@media screen and (max-width: 428px) {
  .searchCondtion .table label {
    display: inline-flex;
  }
  .searchCondtion th {
    width: 100px;
    font-weight: 400;
  }
  .service_name {
    font-size: 18px;
  }
  .main-content .page-content.schoolName .page-content-inner {
    padding-top: 100px;
  }
  .fc-center {
    width: 40%;
  }
  .fc-toolbar.fc-header-toolbar {
    font-size: 0.8rem;
  }
  td.fc-head-container.fc-widget-header {
    font-size: 0.8em;
  }

  .main-content .page-content.schoolName {
    background-color: #f5f5f5 !important;
  }

  .service_name {
    position: relative;
    color: #fff;
  }

  .navbar-collapse.collapse.show {
    height: auto;

    border: none;
  }

  .list-header .img-responsive {
    max-width: 100%;
    margin-top: 0;
  }
}
.navbar.schoolName_ot .navbar-collapse .navbar-nav.schoolName li a:focus,
.navbar.schoolName_ot .navbar-collapse .navbar-nav.schoolName li a:hover,
.navbar.schoolName_ot
  .navbar-collapse
  .navbar-right
  li.white_frame
  .icon_link:hover {
  background-color: inherit !important;
}
.dropdown-menu {
  background-color: inherit !important;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 429px) {
  #from_date,
  #to_date {
    width: 150px;
  }
  .main-content .page-content.schoolName .page-content-inner {
    padding-top: 0px;
  }
  .xs-disp {
    display: none;
  }
  .navbar.schoolName_ot
    .navbar-collapse
    .navbar-right
    li.white_frame
    .icon_link:hover {
    background-color: #fff !important;
  }

  .btn-group-mini > .btn,
  .btn-mini {
    padding: 1px 5px;
    border-width: 3px;
    font-size: 12px;
    line-height: 1.5;
  }
  .btn.btn-mini {
    border-width: 3px;
  }
  .navbar.schoolName_ot .navbar-collapse .navbar-nav.schoolName li a {
    padding: 8px 5px;
  }
  .navbar.schoolName_ot
    .navbar-collapse
    .navbar-nav.schoolName
    li
    a.dropdown-toggle {
    padding-top: 15px;
  }
  ul.dropdown-menu {
    background-color: #fff !important;
  }
  .dropdown-blue.dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 414px) and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
  .navbar.ace-save-state {
    height: auto;
  }
  .tango_navi > a,
  .tango_card > a,
  .store_navi > a {
    max-height: 74px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.ace-save-state {
    height: 45px;
  }
  .page-content {
    padding: 8px 20px 24px;
  }
  .col-sm-2.control-label {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  .no-skin .navbar.schoolName_ot .navbar-collapse {
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  }
  .navbar .navbar-collapse.navbar-collapse {
    position: inherit;
  }
  button.btn-burger,
  button.btn-burger:hover {
    background-color: #007cb0;
    border: 0px;
  }
  .col-sm-offset-1 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .menu-icon {
    display: inline-block;
    margin-top: 4px;
  }
  #menu-toggler {
    display: list-item;
  }
  .sidebar .sidebar-inner {
    width: 0rem;
    max-width: 200px;
    min-width: var(--sidebar-width);
  }

  .breadcrumbs,
  .page-content {
    margin-left: 0px;
  }
  .btn-burger .bars {
    width: 60%;
  }
  .btn-burger .bars:before {
    top: -0.4rem;
  }
  .btn-burger .bars:after {
    top: 0.45rem;
  }
  .navbar-toggle.schoolName.btn-burger {
    margin: 8px 12px 8px 0;
    width: 40px;
    height: 35px;
  }
  /* ナビバー設定 */
  #bs-example-navbar-collapse-1,
  #bs-example-navbar-collapse-1 > .navbar-nav > .white_frame,
  #bs-example-navbar-collapse-1 > .navbar-nav > .dropdown {
    width: 100%;
  }
  .dropindent {
    margin-left: 20px;
  }
  .navbar-collapse.collapse.show > ul > li {
    min-height: 45px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .dropdown-menu.dropdown-caret:after {
    border-bottom: 6px solid #fff;
    -moz-border-bottom-colors: #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
  }
  .white_frame {
    border: none;
    box-shadow: none;
  }
  .collapsing {
    display: none;
  }
  .ms-border-none {
    border: none;
    box-shadow: none;
  }

  .full {
    width: 70vw;
    margin-left: calc(-50vw + 50%);
  }
  li.active.home > a:after {
    top: 46px;
  }
  li.active.calendar > a:after {
    top: 402px;
  }
  .main-content .page-content-inner .fill_in_area .cp_sl06 {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .main-content .page-content-inner .fill_in_area .cp_ipselect:after {
    margin-top: 8px;
  }
}

@media screen and (min-width: 992px) {
  button.btn-burger,
  button.btn-burger:hover {
    display: none;
  }
  #menu-toggler {
    display: none;
  }
  .menu-icon {
    display: inline-block;
  }

  .nav .navbar-right {
    flex-wrap: nowrap;
  }
  #bs-example-navbar-collapse-1 {
    flex-grow: 0;
  }
  li.active.home > a:after {
    top: 5px;
  }
  li.active.calendar > a:after {
    top: 86px;
  }
  .main-content .page-content-inner .fill_in_area .cp_sl06 {
    padding-top: 5px;
  }
  .dropdown-menu.dropdown-caret:after,
  .dropdown-menu.dropdown-caret:before {
    left: 12px;
    right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .col-sm-offset-1 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .col-sm-12.col-sm-offset-1,
  .col-12.col-sm-offset-1,
  .col-12 .col-sm-offset-1 {
    max-width: 94%;
  }

  .sidebar-inner {
    max-height: 100%;
  }
  .sidebar {
    transition: none;
  }
  .sidebar sidebar-inner {
    width: 14rem;
    max-width: 14rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-sm-offset-1 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .col-sm-12.col-sm-offset-1,
  .col-12.col-sm-offset-1,
  .col-12 .col-sm-offset-1 {
    max-width: 83%;
  }
  .sidebar:not(.sidebar-fixed) .sidebar-inner {
    max-height: 100%;
  }
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border-radius: 0 !important;
  color: #858585;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 5px 4px 6px;
  font-size: 14px;
  font-family: inherit;
  transition-duration: 0.1s;
}
.btn.btn-mini {
  padding: 1px 5px;
  border-width: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.soundButton {
  background-color: #abbac3 !important;
  border-color: #abbac3;
  color: #fff;
  border-radius: 0rem;
  border: 3px solid #abbac3;
}
.btn.soundButton:hover {
  background-color: #8b9aa3 !important;
  color: #fff;
  border: 3px solid #abbac3;
}

.fc-toolbar {
  flex-direction: row;
}
.page-content {
  position: relative;
  margin: 0;
}
.dropdown-navbar {
  width: 240px;
}
#menu-toggler {
  float: left;
}
.navbar {
  position: relative;
  display: flex;
}
.navbar-inner {
  /*height: auto;*/
  min-height: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  visibility: visible;
}
.navuser {
  min-width: 160px;
}

.sidebar {
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 0 0;
}

.navbar .navbar-toggle .sr-menu {
  margin: 0px;

  color: #fff;
  font-size: 11px;
  border: 0px;
}
.navbar-toggle {
  border-radius: 4px;
}
.sr-bar {
  height: 20px;
}
#menu-toggler {
  width: 40px;
  height: 35px;
  margin: 4px 5px 2px 6px;
  position: relative;
  background-color: #438eb9;
  border: 0px;
  align-items: center;
}
#menu-toggler:hover,
#menu-toggler:active {
  background-color: #62a8d1;
}
#sidebar-shortcuts-large {
  text-align: center;
}

.dropdown-menu.dropdown-caret-right.dropdown-caret:after,
.dropdown-menu.dropdown-menu-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}

.dropdown-menu {
  padding: 0.25rem 0;
  min-width: 160px;
  font-size: 13px;
  border-radius: 0 !important;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.no-skin .nav-list > li > a {
  background-color: #f8f8f8;
}
.nav-list > li {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.no-skin .sidebar {
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 0 0;
}
.no-skin .nav-list > li {
  border-color: #e5e5e5;
  border-style: solid;
}
.nav-list > li:last-child {
  border-bottom-width: 1px;
}

.main-content {
  display: flex;
  height: 100%;
}
.user-info {
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 15px;
  position: relative;
  top: 6px;
}

ul {
  padding-inline-start: 0;
}
img {
  max-width: 100%;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.no-gutters {
  margin: 0;
  padding: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  margin: 0;
  padding: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}
.text {
  wrap: wrap;
}
.main-container {
  display: -ms-flexbox;
  display: block;
}
.navbar-inner.white {
  background-color: white;
}

.navbar .navbar-brand,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
  color: #fff;
}

.ace-nav > li > a {
  color: #fff;
  display: block;
  line-height: inherit;
  text-align: center;
  height: 100%;
  width: auto;
  min-width: 50px;
  padding: 0 8px;
  position: relative;
}

.navbar {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
  background: #438eb9;
}

.no-skin .nav-list > li:hover > a {
  background-color: #fff;
  color: #266cad;
}
header .navbar-header .navbar-brand {
  color: #fff;

  padding-top: 0.75rem;
  padding-left: 1.5rem;
}
.navbar.navbar-inverse {
  background-color: #000;
}
.btn-link {
  color: #9d9d9d;
}
.minimalize-styl-2 {
  margin: 0.3rem 0.3rem;
}
body.mini-navbar .nav-header .logo-element {
  padding: 0.7rem 1.4rem;
}
a {
  color: #337ab7;
}

#side-menu > li > a,
.nav-second-level > li > a,
.nav-third-level > li > a {
  display: list-item;
  width: 16em;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
}
div.page_heading_main_area {
  border-bottom: none;
  border-bottom-width: initial;
  border-bottom-style: none;
  border-bottom-color: initial;
  width: 100%;
  margin-bottom: 0;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
div.header > div.navbar-nav > a:focus,
div.header > div.navbar-nav > a:hover {
  color: #fff;
}
.nav-item {
  height: 45px;
  display: inline-block;
}
div.navbar-nav-right > .nav-item > a {
  padding: 1rem;
}
div.navbar-nav-right > li > a:hover {
  background-color: #6a1c00 !important;
}
.navbar-nav {
  flex-direction: row;
}
div.bg-dark {
  background-color: #000000 !important;
}
div.text-white > div > a,
div.text-white > div > li > a {
  color: #ffffff !important;
}
#page-wrapper {
  padding: 0;
}
.row {
  margin: 0;
}

div.row.page_container {
  padding: 0;
}
.form-group {
  margin-bottom: 15px;
}
.label-danger {
  background-color: #d9534f;
}
.label {
  display: inline-block;
  padding: 0.2em 0.6em 0.2em;
  font-weight: 400;
  line-height: 1.5;
  height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.navbar.schoolName_ot {
  padding: 0;
}
.header_logo {
  margin: 5px;
  max-height: 100%;
}

.btn-group > .btn-default,
.btn-group > .btn-default:focus {
  background-color: #abbac3 !important;
  border-color: #abbac3;
  color: #fff;
}

.btn-group > .btn,
.btn-group > .btn + .btn,
.btn-group > .btn:first-child {
  margin: 0 1px 0 0;
  border-radius: 0;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.btn_grey,
#vocabularyHistory .btn.btn-default {
  display: inline-block;
  padding: 6px 12px;
  border: 5px solid #abbac3;
  background-color: #abbac3;
  color: #fff !important;
}
.btn_grey:hover,
#vocabularyHistory .btn.btn-default:hover {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
}
#vocabularyHistory .btn.btn-default {
  border-radius: 0;
  font-size: 14px;
  border-width: 3px;
  padding: 6px 12px;
}
.float-right {
  margin-right: 10px;
}
.last_learn_btn {
  background-color: #88b981 !important;
  border: 5px solid #88b981 !important;
  padding: 15px 80px;
  color: #fff;
  font-size: 1.3em;
}
.last_learn_btn:active,
.last_learn_btn:focus,
.last_learn_btn:focus:active,
.last_learn_btn:focus:hover,
.last_learn_btn:hover {
  border: 5px solid #88b981 !important;
  background-color: #629b58 !important;
  color: #fff;
}

.login_btn {
  background-color: #88b981 !important;
  border-color: #88b981 !important;
  border-top-color: rgb(136, 185, 129) !important;
  border-right-color: rgb(136, 185, 129) !important;
  border-bottom-color: rgb(136, 185, 129) !important;
  border-left-color: rgb(136, 185, 129) !important;
  color: #fff;
  font-size: 1em;
  border: 5px solid #fff;
  border-radius: 0;
}
.login_btn:active,
.login_btn:focus,
.login_btn:focus:active,
.login_btn:focus:hover,
.login_btn:hover {
  background-color: #629b58 !important;
}

.sidebar .sidebar-shortcuts-large {
  line-height: 2.6rem;
}

.no-skin .navbar .navbar-toggle.display,
.no-skin .navbar .navbar-toggle[data-toggle="collapse"]:not(.collapsed) {
  background-color: #4d9dcc;
  box-shadow: inset 1px 1px 2px 0 rgb(0 0 0 / 25%);
  border-color: hsla(0, 0%, 100%, 0.35);
}

.breadcrumbs {
  position: relative;
  z-index: auto;
  background-color: #f5f5f5;
  min-height: 41px;
  line-height: 40px;
  padding: 0 12px 0 0;
}
.breadcrumb {
  padding: 0rem 1rem;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.nav-list > li > a {
  display: block;
  height: 39px;
  line-height: 17px;
  padding-left: 7px;
  text-shadow: none !important;
  text-decoration: none;
}
.nav-list > li > a > .menu-icon {
  display: inline-block;
  min-width: 30px;
  margin-right: 2px;
  vertical-align: sub;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
span.badge.badge-info.float-right {
  margin-right: 0;
}
.nav-list > li > .submenu > li:before {
  border-width: 0px;
}
.nav > li > a {
  padding: 10px 0 10px 10px;
}
.no-skin .nav-list > li .submenu > li > a:hover {
  color: #4b88b7;
  background-color: #f1f5f9;
}
.no-skin .nav-list > li .submenu > li > a {
  border-top-color: #e4e4e4;
}
.no-skin .nav-list > li .submenu {
  background-color: #fff;
  border-color: #e5e5e5;
}
.no-skin .nav-list > li .submenu > li.active > a {
  color: #2b7dbc;
}
.no-skin .nav-list > li .submenu > li.active:not(.open) > a {
  background-color: #f5f7fa;
}
.nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 0;
}
.nav-list li .submenu:before {
  border-width: 0px;
}
.nav-list > li .submenu > li > a {
  display: block;
  position: relative;
  padding: 7px 0 9px 24px;
  margin: 0;
  border-top-width: 1px;
  border-top-style: dotted;
}
.nav-list > li .submenu > li > .submenu > li > a {
  padding: 7px 0 9px 40px;
}
.nav-list > li .submenu > li > .submenu > li > .submenu > li > a {
  padding: 7px 0 9px 60px;
}
.fa-angle-down:before {
  font-size: 1.33333333em;
  margin: 10px 10px 0 0;
}

.no-skin .nav-list .open > a,
.no-skin .nav-list .open > a:focus,
.no-skin .nav-list .open > a:hover {
  background-color: #fafafa;
}

.ace-nav > li {
  line-height: 40px;
  height: 44px;
  border-left: 1px solid #e1e1e1;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(225, 225, 225);
  padding: 0;
  position: relative;
  float: left;
}
.dropdown-menu.dropdown-navbar > li {
  line-height: 34px;
}
.an_body {
  line-height: 30px;
}
a,
ul,
li,
a:hover {
  text-decoration: none;
}
a,
ul {
  list-style: none;
}
sidebar-shortcuts-large {
  text-align: center;
}
.ace-nav > li.grey > a {
  background-color: #555555;
}

.ace-nav > li.grey > a:focus,
.ace-nav > li.grey > a:hover,
.ace-nav > li.open.grey > a {
  background-color: #4b4b4b;
}
.ace-nav > li.purple > a {
  background-color: #892e65;
}

.ace-nav > li.open.purple > a,
.ace-nav > li.purple > a:focus,
.ace-nav > li.purple > a:hover {
  background-color: #762c59;
}
.ace-nav > li.light-blue > a {
  background-color: #62a8d1;
}
.ace-nav > li.light-blue > a:focus,
.ace-nav > li.light-blue > a:hover,
.ace-nav > li.open.light-blue > a {
  background-color: #579ec8;
}
.ace-nav > li > a {
  padding: 0px 8px;
}
.ace-nav > li.open > a,
.ace-nav > li > a:focus,
.ace-nav > li > a:hover {
  background-color: #2c5976;
  color: #fff;
  line-height: inherit;
  text-align: center;
  height: 100%;
  width: auto;
  min-width: 50px;
  padding: 0px 8px;
  position: relative;
}

.widget-header {
  color: #669fc7;
  border: 1px solid #ddd;
  padding-left: 12px;
  background-image: linear-gradient(180deg, #fff 0, #eee);
  position: relative;
  box-sizing: content-box;
  display: flex;
  min-height: 38px;
}

.widget-header h5 {
  margin-top: 13px;
}

.widget-header a.toggle-right {
  margin-left: auto;
  padding: 10px 15px;
  border-left: 1px solid #d9d9d9;
}
.widget-body {
  border: 1px solid #ddd;
  background-color: white;
}

.no-skin .nav-list li.active > a:after {
  border-right-color: #2b7dbc;

  border-width: 14px 8px;
}

.nav-list > li li.active > a:after {
  top: 2px;
  border-width: 14px 8px;
}

.nav-list li.active > a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  border: 8px solid transparent;
}

.navbar.schoolName_ot .container-fluid {
  padding-top: 2px;
}

.open > .dropdown-menu {
  display: block;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a {
  line-height: 2;
}
.navbar .navbar-nav > li > a {
  padding-bottom: 11px;
  height: 45px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.itemdiv.dialogdiv > .body {
  border: 1px solid #dde4ed;
  padding: 5px 8px 8px;
  border-left-width: 2px;
  margin-right: 1px;
}
.itemdiv > .body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative;
}

.itemdiv {
  padding-right: 3px;
  min-height: 56px;
  position: relative;
}
.green {
  color: #69aa46 !important;
}
.red {
  color: #dd5a43 !important;
}

.page-header h1 {
  padding: 0;
  margin: 0 8px;
  font-size: 24px;
  font-weight: lighter;
  color: #2679b5;
}
.itemdiv.dialogdiv {
  padding-bottom: 14px;
}
.itemdiv > .user {
  display: inline-block;
  width: 42px;
  position: absolute;
  left: 0;
}

.itemdiv.dialogdiv.mine > .body:before {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  left: auto;
  top: 11px;
  width: 8px;
  height: 8px;
  /* border: 2px solid #dde4ed; */
  border-width: 2px 0 0 2px;
  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(135deg);
}

.new_message {
  white-space: nowrap;
}

.itemdiv.dialogdiv > .body:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 2px solid #dde4ed;
  border-width: 2px 0 0 2px;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.well {
  border-radius: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.page-header {
  margin: 0 0 12px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 7px;
}

.fc-toolbar {
  height: 40px;
}
.clearfix:after {
  clear: inherit;
}
#email {
  min-width: 300px;
}

/*
.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px;
}
*/
.form-actions {
  display: block;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}
button.btn_grey {
  background-color: #abbac3 !important;
  display: inline-block;
  border: 5px solid #abbac3;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  background-image: none !important;
  color: #fff;
  border-radius: 0;
  box-shadow: none !important;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
}

button.btn_grey:hover {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
  display: inline-block;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  background-image: none !important;
  border: 5px solid #abbac3;
}

.controls {
  margin-top: 5px;
}

.unit-box-body > .label {
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  line-height: 2;
  color: #3f3f3f;
  margin-top: 10px;
  border-radius: 0;
  text-shadow: none;
  display: inline-block;
  background-color: #abbac3;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
}

.label.arrowed-in-right {
  margin-right: 5px;
}
.label.arrowed-in {
  margin-left: 0;
}
.label.arrowed-in-right,
.label.arrowed-right {
  position: relative;
  z-index: 1;
}

:after,
:before {
  box-sizing: border-box;
}
.label.arrowed-in-right:after,
.label.arrowed-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
}
.label.arrowed-in-right:after {
  border-color: #abbac3;
  border-right-color: transparent;
  -moz-border-right-colors: none;
}
.label.arrowed-in:before {
  left: -14px;
  border-width: 17px 7px;
  display: none;
}
.label.arrowed-in-right:after {
  right: -14px;
  border-width: 17px 7px;
}
.label.arrowed-in:before {
  left: -5px;
  border-width: 10px 5px;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover {
  border-color: #b5b5b5;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border-radius: 0 !important;
  color: #858585;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 5px 4px 6px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.nav-tabs > li.active > a .ace-icon,
.nav-tabs > li.active > a .badge {
  opacity: 1;
}

.progress {
  margin-bottom: 20px;
}
.progress,
.progress-bar {
  overflow: unset;
}

.green .progress-bar:after {
  background: #508489;
  content: "";
  width: 20px;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  top: -6px;
  right: -5px;
}

a[aria-expanded="false"]:after {
  font-family: FontAwesome;
  content: "\f078";
}
a[aria-expanded="true"]:after {
  font-family: FontAwesome;
  content: "\f077";
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 5px;
  border-bottom: 1px solid #111;
}
table.dataTable > thead > tr > td:not(.sorting_disabled),
table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 10px;
}

.widget-main {
  padding: 12px;
  background: white;
}
.badge-grey,
.badge.badge-grey,
.label-grey,
.label.label-grey {
  background-color: #a0a0a0;
}
.label.label-purple {
  color: #fff;
}
.main-content .page-content.schoolName .page-content-inner ul li.under-dashed {
  list-style: none;
  padding: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

.main-content .page-content.schoolName .page-content-inner ul {
  margin: 40px 0 120px 0;
}
.main-content .page-content.schoolName .page-content-inner ul.breadcrumb{
  margin:0;
}
.message-box.topics {
  padding: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.dropdown-navbar > li.nav-header + li {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #e4ecf3;
}
.badge-purple,
.badge.badge-purple,
.label-purple,
.label.label-purple {
  background-color: #9585bf;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  width: 17em;
}
.list-header.reading-list > .row {
  margin: 0 auto;
}

.sidebar .sidebar-shortcuts-large > .btn {
  text-align: center;
  width: 41px;
  line-height: 24px;
  padding: 0;
  border-width: 4px;
  border-radius: 0;
}
.test_information > ul > li {
  list-style: disc;
  margin-left: 25px;
}
.btn-success {
  background-color: #87b87f !important;
  border: 5px solid #87b87f !important;
  white-space: nowrap;
  border-radius: 0;
}

.btn-success.active:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:focus:active,
.btn-success:focus:hover,
.btn-success:hover,
.open > .btn-success.dropdown-toggle,
.open > .btn-success.dropdown-toggle.active,
.open > .btn-success.dropdown-toggle:active,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  background-color: #629b58 !important;
  border-color: #87b87f;
}
.btn-inverse {
  border: 5px solid #555555 !important;
  white-space: nowrap;
  border-radius: 0;
}
.btn-info {
  background-color: #6fb3e0 !important;
  border-color: #6fb3e0 !important;
}
.btn-info.active:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:focus:active,
.btn-info:focus:hover,
.btn-info:hover,
.open > .btn-info.dropdown-toggle,
.open > .btn-info.dropdown-toggle.active,
.open > .btn-info.dropdown-toggle:active,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  background-color: #4f99c6 !important;
  border-color: #6fb3e0;
}

.btn-danger {
  background-color: #d15b47 !important;
  border-color: #d15b47 !important;
}
.btn-danger.active:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:focus:active,
.btn-danger:focus:hover,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle,
.open > .btn-danger.dropdown-toggle.active,
.open > .btn-danger.dropdown-toggle:active,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  background-color: #b74635 !important;
  border-color: #d15b47;
}

.infobox {
  display: inline-block;
  color: #555;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  margin: 3px 0 3px -1px;
  padding: 8px 3px 6px 3px;
  border: 1px dotted;
  border-color: #d8d8d8 !important;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.infobox > .infobox-icon {
  display: inline-block;
  vertical-align: top;

  color: hsla(0, 0%, 100%, 0.9);
}

.infobox > .infobox-icon > .ace-icon {
  display: inline-block;
  height: 42px;
  margin: 0;
  padding: 1px 1px 0 2px;
  border-width: 0;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
  box-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}

.infobox > .infobox-icon > .ace-icon:before {
  font-size: 24px;
  display: block;
  padding: 6px 0 7px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.9);
  background-color: transparent;
  background-color: hsla(0, 0%, 100%, 0.2);
  text-shadow: 1px 1px 1px rgb(0 0 0 / 14%);
}

.add_course_button,
.add_course_button:hover {
  color: #fff;
}

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.nav-tabs {
  border-color: #c5d0dc;
  margin-bottom: 0 !important;
  margin-left: 0;
  position: relative;
  top: 1px;
}

.nav-tabs > li > a {
  padding: 10px 12px 10px;
}

#book_navi_responsive {
  line-height: 18px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #576373;
  border-color: #c5d0dc;
  border-top-color: rgb(76, 143, 189);
  border-right-color: rgb(197, 208, 220);
  border-bottom-color: transparent;
  border-left-color: rgb(197, 208, 220);
  border-top: 2px solid #4c8fbd;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(76, 143, 189);
  border-bottom-color: transparent;
  background-color: #fff;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgb(0 0 0 / 15%);
}

div.page-content.dictan-r-body {
  padding: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
}

table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 1px solid #939393;
  min-width: 20px;
}

.dataTable:not(.collapsed) thead > tr > th:first-child {
  padding: 21px 20px 21px 10px;
}

.badge.label-lv1,
.badge.label-lv2,
.badge.label-lv3,
.badge.label-lv4,
.badge.label-lv5,
.badge.label-lv6 {
  color: #fff;
}

.no-skin .nav-list > li > .submenu:before,
.no-skin .nav-list > li > .submenu > li:before {
  border-color: #9dbdd6;
}

.nav-list > li > .submenu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 0px;
  bottom: 0;
  border: 1px dotted;
  border-width: 0 0 0 1px;
  overflow: hidden;
}

.no-skin .nav-list > li > .submenu:before,
.no-skin .nav-list > li > .submenu > li:before {
  border-color: #9dbdd6;
}
.nav-list > li > .submenu > li > a:before {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  z-index: 100;
  left: 14px;
  top: 17px;
  border: 1px dotted;
  border-width: 1px 0 0;
}

.nav-list > li .submenu > li a > .menu-icon {
  display: none;
  font-size: 12px;
  font-weight: 400;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 11px;
  z-index: 1;
  background-color: inherit;
}

.no-skin .nav-list li.active > a:after {
  top: 5px;
}

.taskPage .lesson-menu {
  padding: 22px 5px 7px;
}
.taskPage .lesson-menu .studies_button .drill_space {
  padding: 10px 0;
}

div.test_record_1,
div.test_record_2,
div.test_record_3,
div.test_record_4 {
  font-size: 12px;
  padding: 0;
  overflow: visible;
}
.taskPage .lesson-menu .studies_button .drill_space .test_record_1 {
  width: 26px;
  float: left;
  text-align: center;
  margin: 0 3px;
}

.container,
.container-fluid {
  padding: 0;
}

.dictan-r-body .lesson-wapper .iconStatusTable_container,
.grammar-body .lesson-wapper .iconStatusTable_container,
.lisan-body .lesson-wapper .iconStatusTable_container {
  background-color: #fff;
  padding: 15px;
  margin: 0;
}

.dictan-r-body #course_navi_responsive .store_navi a,
.grammar-body #course_navi_responsive .store_navi a,
.lisan-body #course_navi_responsive .store_navi a {
  background-color: #fff;
  color: #7fa6ad;
  font-size: 20px;
  padding: 10px 0;
}

.page-content > .row .col-lg-12,
.page-content > .row .col-md-12,
.page-content > .row .col-sm-12,
.page-content > .row .col-xs-12 {
  float: left;
  max-width: 100%;
  padding: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-radius: 0 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-color: #c5d0dc;
  border-top-color: rgb(197, 208, 220);
  border-right-color: rgb(197, 208, 220);
  border-bottom-color: rgb(197, 208, 220);
  border-left-color: rgb(197, 208, 220);
  background-color: #f9f9f9;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative;
}
.dispnone {
  display: none;
}

.dataTable:not(.collapsed) td.dtr-control,
.dataTable:not(.collapsed) thead > tr > th:first-child {
  display: table-cell;
}
.dataTable th[class*="sorting"]:not(.sorting_disabled):after,
.dataTable th[class*="sorting"]:not(.sorting_disabled):before {
  border-right: 0;
  border-left: 0;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-right: 0;
}

a.btn.btn_uni_sm {
  width: 90px;
}
.searchBtn {
  height: 40px;
  width: 70px;
}

.dictan-r-body #course_navi_responsive .tango_navi a,
.grammar-body #course_navi_responsive .tango_navi a,
.lisan-body #course_navi_responsive .tango_navi a {
  background-color: #b4d1d6;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 5px;
}

.badge-green,
.badge-warning {
  font-size: 13px;
  color: #fff;
  display: block;
  margin: auto;
}
.badge-warning {
  background-color: #f89406;
}
.badge {
  padding: 0.25rem;
}
span.badge {
  font-size: 12px;
  color: #fff;
}

table th {
  height: auto;
}
div.page-content.dictan-r-body {
  padding: 0 0 30px;
}

.form-control,
select {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 70px;
}
.widget-box[class*="widget-color-"] > .widget-header {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #576373;
  border-top: 2px solid #4c8fbd;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgb(0 0 0 / 15%);
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: 1px solid #ddd;
}

.steps li.active .step,
.steps li.active:before,
.steps li.complete .step,
.steps li.complete:before {
  border-color: #5293c4;
}
.steps li:first-child:before {
  left: 50%;
}

.steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #ced1d6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.widget-main > hr {
  margin-top: 3.5rem;
}
.steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
#fuelux-wizard-container > div > ul > li {
  text-align: center;
}
.steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps li.last-child:before,
.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
#btn-next {
  border-radius: 0;
  border: 5px solid #87b87f;
}
#searchButton {
  display: inline-block;
  padding: 6px 12px;
  border: 5px solid #abbac3;
  background-color: #abbac3;
  color: #fff !important;
  border-radius: 0;
}
#searchButton:hover {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
}
.badge-warning,
.badge.badge-warning,
.label-warning,
.label.label-warning {
  background-color: #f89406;
}

#btn-prev {
  background-color: #abbac3 !important;
  border-color: #abbac3;
  color: #fff;
  border: 5px solid #abbac3;
  border-radius: 0;
}
#btn-prev:hover {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
  color: #fff;
  border: 5px solid #abbac3;
  border-radius: 0;
}
.dataTables_wrapper {
  margin-top: 5px;
}
.next_tab > a:hover {
  color: #fff;
}

.btn-primary.select {
  box-shadow: 2px 2px 4px -2px grey inset;
  background-color: #e6f1fb;
  color: #2b7dbc;
  border-color: #2b7dbc;
}
.dataTables_empty {
  pointer-events: none;
}
.btn-inverse {
  background-color: #555555 !important;
  color: #fff;
}
.btn-inverse:hover {
  background-color: #303030 !important;
  color: #fff;
  border-radius: 0;
}
.audio_play:before {
  font-family: FontAwesome;
  content: "\f04b";
}
.audio_pause:before {
  font-family: FontAwesome;
  content: "\f04c";
}
.btn-default.previewQ {
  background-color: #abbac3 !important;
  border: 3px solid #abbac3;
  padding-top: 6px;
}
.btn-default.previewQ:hover {
  background-color: #8b9aa3 !important;
  border: 3px solid #abbac3;
  padding-top: 6px;
}
.icon-arrow-left:before {
  font-family: FontAwesome;
  content: "\f060";
}
.icon-arrow-right:before {
  font-family: FontAwesome;
  content: "\f061";
}
.glyphicon-play:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #fff;
  font-size: 20px;
  line-height: 0.6;
}
.datepicker i {
  font-style: normal;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
  display: none;
}
.btn.btn-xs {
  line-height: 1;
}
.testItemContainer > div > .col-sm-1 {
  padding: 0;
  margin: 0;
}
.weekly_drill_clip_area > a > h4 {
  height: 60px;
}
#widthFixedMenu .widthFixedMenu_inner {
  padding: 20px;
}
.fc-day-header.fc-widget-header.fc-sat {
  border-right-color: #fff;
}
div.fc-row.fc-widget-header {
  border-right-color: #fff;
}

.link_posi > a:hover {
  color: #fff;
}
.eat_title {
  text-align: center;
}
.link_posi {
  padding: 40px 0;
  text-align: center;
}
.breadcrumbs {
  margin-top: 0;
}
.bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.h5,
h5 {
  font-size: 15px;
}

.h4,
h4 {
  font-size: 18px;
}
.upaa_text,
.upaa_text_s,
.admission_course,
.progression {
  padding-top: 8px;
  background-color: #e7e7e7;
}
::placeholder {
  color: #bababa;
}

.btn-grey.btn-lg.reg_btn {
  border: 5px solid #767679;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1.5rem;
}
.btn-warning {
  color: #fff;
}
.tangoPer {
  white-space: nowrap;
}
.huda_container_table {
  max-width: 400px;
}

.headerBarArea {
  max-width: 800px;
  margin: 0 auto;
}
.btn_reading,
.btn_test,
.btn_dictan,
.btn_tango,
.btn_tango_small {
  border-radius: 6px;
}
.tooltip > .tooltip-inner {
  background-color: #c94d32;
  border-radius: 0px;
}
.tooltip > .arrow::before {
  border-color: #c94d32 transparent transparent transparent;
}
.link_posi > a {
  max-width: 200px;
  text-align: center;
}
#btn-scroll-up {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
}
.lesson_settled_responsive {
  max-width: 54px;
}
.center-block {
  margin: 0 auto;
}
.ace-nav ul > li > .ace-icon,
.ace-nav ul > li > a > .an_body {
  padding: 0 10px;
}
.ace-nav ul > li > [class^="icon-"] {
  padding: 0 3px;
}
.ace-nav ul.dropdown-menu {
  background-color: #fff !important;
}
.main-content .page-content.schoolName .page-content-inner .menu_list span {
  margin-bottom: 9px;
}
.dropdown-menu > li > a {
  display: block;
}
.an_body > .label {
  margin: 5px 0;
}
.dropdown-menu > li.active:hover > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
  background: #4f99c6;
  color: #fff;
}

.onlineaec .progress {
  margin-bottom: 0;
}

.nlabel {
  line-height: 1rem;
}

.lesson_menu_progress .progress {
  margin-bottom: 0;
}
.levelBadgeContainer > div {
  margin-left: 5px;
}
input.btn.btn-primary,
a.btn.btn-primary {
  border: 5px solid #2c86d1;
}
.btn.btn-danger {
  border: 5px solid #d15b47;
}
.btn.btn-info {
  border: 5px solid #6fb3e0;
}
.btn.btn-mini,
.btn.btn-primary,
.btn.btn-small,
.btn.exam,
.btn.last_learn_btn {
  border-radius: 0;
  font-size: 13px;
}
.btn.exam {
  min-width: 100px;
}
.nav-tabs .nav-item {
  display: block;
}
.lesson-title {
  margin-left: 5px;
}
.headerChartArea {
  padding: 0 10px;
}
.btn.btn-app {
  min-width: 6rem;
  margin: 2px;
}
.taskPage .taskPageContainer .taskContainer .taskContent .exam {
  margin-top: 0px;
  margin-bottom: 5px;
}
.score-flex table {
  margin-bottom: 5px;
}

.badge-purple,
.badge.badge-purple,
.label-purple,
.label.label-purple {
  background-color: #9585bf;
}
.label-purple.arrowed-in-right:after {
  border-color: #9585bf transparent #9585bf #9585bf;
}
.label.label-xlg.arrowed-in-right:after {
  border-width: 12.5px 7px;
}
.badge-pink,
.badge.badge-pink,
.label-pink,
.label.label-pink {
  background-color: #d6487e;
}
.label-pink.arrowed-in-right:after {
  border-color: #d6487e transparent #d6487e #d6487e;
}
.label.label-warning.arrowed-in-right:after {
  border-color: #f89406;
  border-right-color: transparent;
}
.label.label-success {
  background-color: #87b87f;
}
.label-success.arrowed-in-right:after {
  border-color: #87b87f transparent #87b87f #87b87f;
}
.unitcontainer .btn-warning:hover {
  color: #fff;
  background-color: #e6ab48;
  border-color: #e0a746;
}

.purple .badge.badge-important {
  background-color: #bf7abd;
}

div.unitcontainer .btn {
  border-radius: 0px;
  border-width: 5px;
}
.btn.btn_test {
  border-radius: 6px;
  border: 3px solid #394385;
}
.btn.btn-pink.btn-block {
  background-color: #d6487e;
  border-color: #d6487e;
}
.btn.btn-pink.btn-block:hover {
  background-color: #b73766;
  border-color: #d6487e;
}
.btn.btn-warning.btn-block {
  border-color: #ffbe50;
}
.btn.btn-purple.btn-block {
  background-color: #9585bf;
  border-color: #9585bf;
}
.btn.btn-purple.btn-block:hover {
  background-color: #7461aa;
  border-color: #9585bf;
}
.btn.btn-mini {
  border-width: 3px;
}
.btn-group-lg > .btn,
.btn-lg {
  line-height: 1.4;
  padding: 10px 16px 8px;
}
.btn-group-lg > .btn,
.btn-lg i:before {
  font-size: 18px;
}
.btn-white.btn-primary {
  border-color: #8aafce;
}
.btn-white.btn-primary.active,
.btn-white.btn-primary:active,
.btn-white.btn-primary:focus,
.btn-white.btn-primary:hover,
.open > .btn-white.btn-primary.active.dropdown-toggle,
.open > .btn-white.btn-primary.dropdown-toggle {
  background-color: #eaf2f8 !important;
  border-color: #8aafce;
  color: #537c9f !important;
}
#book_navi_responsive li a {
  height: 100%;
}
.label.label-important {
  background-color: #d15b47;
}
.input-small {
  width: 90px;
  max-width: 100%;
}
.datepicker-dropdown.dropdown-menu {
  padding: 0;
}
.datepicker-dropdown.dropdown-menu div {
  background-color: #fff;
}
.btn-mycheck {
  padding-top: 5px;
  padding-bottom: 5px;
}
.levelBadgeContainer div {
  margin-right: 0px;
}
#book_navi_responsive.nav-tabs > li > a {
  padding: 5px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.bootstrap-select button {
  margin-top: 5px;
  border-radius: 0px !important;
}
div.bootstrap-select .dropdown-menu {
  background-color: #fff !important;
}
label.radio-inline {
  display: inline-block;
}
.bootstrap-select .dropdown-menu .dropdown-item,
.bootstrap-select .dropdown-menu .dropdown-header {
  width: auto;
  line-height: 1.5rem;
  font-size: 0.8rem;
  margin: 0.125rem;
  padding: 0;
}
.bootstrap-select button.dropdown-toggle,
.bootstrap-select button.dropdown-toggle:active {
  background-color: #abbac3 !important;
  color: #fff !important;
}
.bootstrap-select .filter-option-inner-inner:after {
  padding-left: 80px;
  font-family: FontAwesome;
  content: "\F0D7";
}
.progress[data-percent]:after {
  display: inline-block;
  content: attr(data-percent);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
}
.st_header_gadget,
.st_info {
  margin-bottom: 10px;
}

.navbar-inner > .container-fluid {
  padding: 0 12px;
}

#vocabularyHistory .btn.btn-xs.btn-primary,
#vocabularyHistory .btn.btn-xs.btn-default {
  border-width: 3px;
  padding: 5px;
}
